mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1020] Using spt from command line #452
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#452
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 @kdowolski on GitHub (Sep 8, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1020
I would like to integrate spt with bar so I need a way to get current song and playback status. I found I could use
spt pbbut have two problems with that.cargoand running anysptcommands last about 3 seconds. It's way too much.Any advices?
@OrangeFran commented on GitHub (Sep 23, 2022):
Using '%r' actually displays the song progress. I probably forgot to add it to the help menu. Regarding the speed of the application, that's definitely something that could be looked at.