mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #625] Make the liked icon configurable #253
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#253
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 @Utagai on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/625
Currently, the icon
sptuses to mark liked items, such as a liked song, is the heart character: ♥.For any variety of reasons, the user may want to change their preferred icon. e.g.:
For me, #1 applies, so I unfortunately have an empty space whenever I see a liked song. I was thinking that we could make the default value stay as the ♥, but allow users to configure a replacement string if they wish.
@Utagai commented on GitHub (Oct 19, 2020):
@Rigellute Let me know if this is something you'd be OK with in
spotify-tui. I would be more than willing to work on this as it affects me currently.Also, it seems like the way we add on the icon is duplicated throughout the code, making it pretty easily error-prone. Let me know what you think about giving a shot at cleaning that up.
If not, that's cool too. I can work off of my fork.
@Rigellute commented on GitHub (Oct 21, 2020):
Yep, happy for this to be added to the config 👍
@Utagai commented on GitHub (Oct 21, 2020):
Great to hear. I'll take a crack at this soon.