mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #741] Possible to force block-character rendering even if your terminal supports image protocols? #1375
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#1375
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 @itsfrank on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/741
This is a bit niche, feel free to close as "won't do", I actually kinda dig the look of the block-character rendering, it fits better with the terminal aesthetic than high res images.
I would love a way to force the use of that rendering technique even if my terminal supports image protocols.
Is this possible?
@SirenGlitch commented on GitHub (Jun 5, 2025):
There's probably some environment variable hackery you could use to tell spotify_player that the terminal doesn't have image protocols. There might also be a way of doing it at compile time (turning off the image feature for example), but I'm not sure if that will leave the block-character rendering in the build.
Worst case scenario, there will be some sort of check in the code that you can force to be false and build yourself
@KUHLwasStolen commented on GitHub (Aug 3, 2025):
@itsfrank inspired by this I played a bit around with the image rendering and I've come up with a feature that pixelates the album art.
Here's a 16x16 example:
I think this matches the aesthetic pretty closely and it can still be tuned to taste (image size, scaling algorithms, ...).
It would then of course also make sense to add a config option to set the image size/"pixelation factor".
@itsfrank commented on GitHub (Aug 4, 2025):
@KUHLwasStolen that is awesome, yeah exactly the asthetic I was hoping for!