mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #859] Tmux sixel support #1450
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#1450
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 @Mcrtin on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/859
yazi displays images just fine trough tmux, while spotify-player just displays the pixelated image.
Did i miss a config option to enable displaying images through tmux or does spotify-player just not support it?
@krishna4040 commented on GitHub (Nov 12, 2025):
its even not working in tmux, can anyone confirm this?
@richardhapb commented on GitHub (Nov 12, 2025):
This work in Tmux, it is a tricky solution.
Or simply
It is because the Viuer crate implementation, it checks that.
github.com/atanunq/viuer@dc81f44a97/src/printer/sixel.rs (L83-L95)But I noticed the new version 0.9.2 uses another approach to detect Sixel and is properly enabled, but with a wrong size and pixelated, only with the
xterm-256colorvariable works fine.@krishna4040 commented on GitHub (Nov 13, 2025):
Yes it worked, but with the TERM as
xterm-kittyits not working, due to the reason you mentioned, does this need a fix?@Mcrtin commented on GitHub (Nov 13, 2025):
thx