-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement album cover widget #53
Comments
As far as I know, ncurses applications can draw 24-bit images directly on graphical terminal emulators. |
How does that work? |
I found
ranger, a console file manager, has image preview as well. |
OK. Weird. Yeah, works on my urxvt. Though the areas of the terminal the cover art doesn't cover lose my regular transparent black background colour, which is a shame. Is this just a urxvt thing, or how many terminals support this? For me, works in urxvt, but doesn't in terminator, gnome-terminal, xterm, st. |
Honestly, though, this seems like the kind of thing best deferred to external scripts, since availability obviously depends heavily on the environment. If/when #69 is implemented there could be a hotkey to run a script such as this. Or you could already run something like this (disclaimer: that's my fork of a thing) to show album in a graphical popup whenever the song changes. |
urxvt rendering method is supported only by urxvt. w3mimgdisplay supports urxvt and partially supports A promising rendering method is |
I love album covers because they look beautiful and make it easy to differentiate songs.
I have yet to set up mpd, and I want to know if pms supports showing album cover images.
The text was updated successfully, but these errors were encountered: