mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #165] get newest album cover image #1020
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#1020
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 @sewnie on GitHub (Mar 23, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/165
Is your feature request related to a problem? Please describe.
as i cant see the album cover in the terminal (on x11, sixel on st sucks), so id like to randomly see it with my image viewer.
Describe the solution you'd like
imagecache directory that leads to the current playing (or last) song's album cover image. for example:./current.jpg -> ./The Tenth Sub Level Of Suicide-Leviathan-cover.jpgDescribe alternatives you've considered
using the
playbackcommand from #159 to parse the current playing song's album ({album}-{artist}-cover.jpg} to get the imagealternatively:
however i'd rather not use
playerctl, though it can solve the issue i had with it being super slow, and not needing to request spotify api.Additional context
i oversaw this issue by getting the 'latest' image, but as its cached and not 're-downloaded', it's contradicted.
additionally, it would be nice if the keybindings array could support external commands, so that i can open the latest album cover's image straight from spotify-player.
@aome510 commented on GitHub (Apr 26, 2023):
with #159, this should be possible with the following command (needs
jqcommand):