mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #661] Repeat: Track setting seems to be arbitraily reverted #269
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#269
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 @sriniv27 on GitHub (Nov 16, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/661
I like to have a particular white noise track playing and being able to loop just one track is important to me. I'm noticing that the Repeat setting is simply discarded
@sriniv27 commented on GitHub (Nov 16, 2020):
I'm cycling the repeat settings using Ctrl+R. It looks like the repeat setting falls back to Repeat: All after just a few seconds
@suruaku commented on GitHub (Nov 19, 2020):
I have same problem while playing brown noice. spotify-tui 0.22.0
It changes automatically from Repeat: All to Repeat: Off and another case is from Repeat: Track to Repeat: All
@gebba commented on GitHub (Nov 24, 2020):
Seeing the same issue, repeating a single track seems to not work at all atm.
@sputnick1124 commented on GitHub (Nov 25, 2020):
This is a
librespotproblem, it seems (assuming you're usingspotifyd). You could verify this by temporarily using the web gui to control yourspotifydplayer and try to cycle through repeat options. It will only toggle between "Repeat All" and "Off".@suruaku commented on GitHub (Nov 25, 2020):
Yes, totally forgot about spotifyd... The issue is gone when used with web player.
@Rigellute commented on GitHub (Feb 27, 2021):
Thanks for updating