mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #714] Add {liked} option to playback_format #1360
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#1360
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 @jkxyz on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/714
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
I'd like to be able to see whether I've liked the currently playing track. Right now I have to press
aand observe whether the option shows AddToLiked or DeleteFromLiked.Describe the solution you'd like
Add
{liked}as a formatting option for theplayback_formatconfiguration option. This option would insertliked_iconwhen the track is liked. It would update when liking/unliking the track.Describe alternatives you've considered
Additional context