mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 16:45:59 +03:00
[GH-ISSUE #1110] Specifying device in configuration file / forcing tui to use specific device #522
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#522
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 @ciembor on GitHub (Dec 12, 2023).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1110
I work on the radio clock based on Raspberry PI (without keyboard, just knobs). I must be sure, that spt that runs all the time in tmux uses spotifyd as output even if I used other devices in a meantime. So what I need - whenever tui interface is used (starts / changes song) it makes sure it uses spotifyd device, not phone nor some other computer.
Doable? Hard? Would such PR be accepted?