mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #373] Feature request: Remember settings (or extend config) #155
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#155
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 @MikaelElkiaer on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/373
I would like for spt to remember stuff like volume or whether shuffle and repeat has been set.
Alternatively, it would be nice to set new defaults for these in the config.
Thanks for your time. :)
@Rigellute commented on GitHub (Apr 1, 2020):
Thank you!
And I believe shuffle/repeat state and volume are persisted via the Spotify API for the currently selected device?
@MikaelElkiaer commented on GitHub (Apr 2, 2020):
That's not the behaviour that I'm seeing - I need to change these whenever I (re)start spotify-tui.
However, since I am using spotifyd, could I maybe add something to spotifyd config which will be respected by spotify-tui?
@ghost commented on GitHub (Apr 2, 2020):
I'm not seeing this behavior I have seen either. I have to adjust my volume every time I open the app again. I start spotifyd in my bspwmrc file. Does it have to be shutdown a proper way to save?
@Rigellute commented on GitHub (Apr 2, 2020):
Worth noting that spotify-tui only controls playback devices via the
Connect API.Anecdotally, when I use the offical client as the playback device and modify the volume etc., these changes are persisted across open/close.
Could be something to do with spotifyd?