mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #671] Unable to get Album Cover image to work on Kitty #1328
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#1328
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 @cdslayallday on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/671
Describe the bug
Spotify-player will not render the album cover although I'm using kitty
Expected behaviour
install with the --features image flag, open spotify_player, and see the album cover in the currently playing section
Additional context
I do not see the cover_img_width cover_img_height cover_img_scale in my config. I assumed that was to be added when installed. I tried adding them manually to my config but nothing changed.
I made sure all the necessary dependencies were installed L
@luigrosz commented on GitHub (Jan 29, 2025):
Running arch, kde and kitty the cover works just fine (installed via yay)
@aome510 commented on GitHub (Feb 4, 2025):
Please make sure the binary
spotify_playeryou are running is the one you installed fromcargo. If it's installed withimagefeature, there should be an area for cover image at the top. Can you include a screenshot of a running application?@TunaCuma commented on GitHub (Feb 9, 2025):
Hi, i am experiencing the same issue.
installed it like this: -> % cargo install spotify_player --features image
I use kitty with zsh and tmux. kitten icat works without any issues.
@aome510 commented on GitHub (Feb 9, 2025):
So the image feature works (the rectangle section at the top) but it doesn't do the full-res image. I think the reason is because you are running
tmuxwhich doesn't support rendering full-res image.