mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #577] repeat track doesn't work #334
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elogikalaf on GitHub (Oct 15, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/577
I use ctrl + R to set the repeat mode to track, but when the song ends it just goes on to the next song.
To Reproduce
use ctrl + R to put repeat mode to track, wait for the song to end.
Expected behaviour
the current song should be repeated.
Screenshots

Environment
@aome510 commented on GitHub (Oct 16, 2024):
This is expected. Please use
ToggleFakeTrackRepeatModeinstead if you want to repeat a song. See https://github.com/aome510/spotify-player/issues/247. This is due to a restriction of third-party library thatspotify_playercannot fix@elogikalaf commented on GitHub (Oct 17, 2024):
thanks this seems to work out.
may I ask why even include the repeat track mode? seems a bit misleading
@aome510 commented on GitHub (Oct 17, 2024):
This doesn't work only for the integrated client provided by
librespot(relevant issue: https://github.com/librespot-org/librespot/issues/19). The repeat track mode works when you stream music from external source like official Spotify client@RichardBray commented on GitHub (Jun 2, 2025):
Is there a visual way to see if
ToggleFakeTrackRepeatModeis turned on?