mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #404] Unable show album cover in tmux. #1153
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#1153
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 @xbunax on GitHub (Mar 27, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/404
tmux, right isiterm2I don't know wether this is the problem of
spotify_playeror thetmux. Like the issueThis is my system info
spotify_player@aome510 commented on GitHub (Mar 27, 2024):
I believe it's
tmuxissue. I remember some terminal emulators, e.gtmuxorallacrity, don't support rendering full-resolution images. That said, it's weird to not see anything rendered. What does the image area look like when runningtmuxinside other terminals thaniterm2?@xbunax commented on GitHub (Mar 28, 2024):
I use
kittyto runtmux, but the result is the same@Keep-Simple commented on GitHub (Apr 3, 2024):
+1
@mdkcore0 commented on GitHub (Apr 4, 2024):
as aome510 said, it depends on your terminal emulator and tmux; for example, alacritty do not support sixel (there is a build that do enable that), and tmux needs to be compiled with the
--enable-sixelflag (was added on version 3.4, maybe this is the issue you are facing here)finally, spotify-player must be built with image or sixel enabled
this is what it looks likes with the image feature enabled, running on alacritty/tmux (catppuccin-mocha btw? :p):

@xbunax commented on GitHub (Apr 5, 2024):
Interesting, I build

tmuxandspotify_playerwith image feature, but the image still disappear wether it's initerm2orkitty@aome510 commented on GitHub (Apr 5, 2024):
I think
tmuxdoesn't support render image in full resolution, image is still rendered when running in terminal that doesn't support full resolution based on @mdkcore0's comment. My guess is that the terminal renders full-resolution image but tmux doesn't know how to handle the image, so it just renders a black screen.I'll close this issue for now as I'm not sure if there is anything we can do from
spotify_playerside@CalebAnders commented on GitHub (Oct 30, 2024):
i hate to open a closed issue but i did want to comment that yazi can render full images inside of tmux, whereas i too am getting a blank image with iTerm2 and tmux in spotify_player.
@funkycode commented on GitHub (Nov 16, 2024):
using kitty with tmux - the spotify_player will hang if setting

TERMtoxterm-kitty, while if usingtmux-256colorit does work but no image support.while kitty does show properly images inside tmux with no issues.
@leto-ux commented on GitHub (Nov 17, 2024):
same issue as @funkycode

set -g default-terminal "xterm-kitty"
set -g default-terminal "tmux-256color"
