[GH-ISSUE #625] Make the liked icon configurable #253

Closed
opened 2026-02-28 14:48:03 +03:00 by kerem · 3 comments
Owner

Originally created by @Utagai on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/625

Currently, the icon spt uses 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.:

  1. Their font family does not support the glyph.
  2. Their terminal does not render it properly.
  3. Preference

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.

Originally created by @Utagai on GitHub (Oct 19, 2020). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/625 Currently, the icon `spt` uses 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.: 1. Their font family does not support the glyph. 2. Their terminal does not render it properly. 3. Preference 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.
kerem closed this issue 2026-02-28 14:48:03 +03:00
Author
Owner

@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.

<!-- gh-comment-id:711488433 --> @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.
Author
Owner

@Rigellute commented on GitHub (Oct 21, 2020):

Yep, happy for this to be added to the config 👍

<!-- gh-comment-id:713450371 --> @Rigellute commented on GitHub (Oct 21, 2020): Yep, happy for this to be added to the config 👍
Author
Owner

@Utagai commented on GitHub (Oct 21, 2020):

Great to hear. I'll take a crack at this soon.

<!-- gh-comment-id:713768774 --> @Utagai commented on GitHub (Oct 21, 2020): Great to hear. I'll take a crack at this soon.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#253
No description provided.