You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently not working this actively, because I don't like this implementation and I'm not completely satisfied with the code. I'm currently working a version with C++ and QtCore. I'll finish it and release it next month after I'm finished with Advent of Code 2024.
Anyway you should probably open a feature request for dunst to support base64.
mpDris2 writes file
cover-rand.jpg
to/tmp
(https://github.com/eonpatapon/mpDris2/blob/4a7dc031ca6b3f944983deede5309237115e27c4/src/mpDris2.in.py#L757)That makes it possible to display notification with current track info:
Note:
| awk -F "file://" '{print $NF}')
needed in dunst 1.12.0When I tried that with mpv and mpv-mpris I realized mpv-mpris outputs base64 for artUrl.
Can we have an option for mpv-mpris to write cover art to
/tmp
file?copy/pasted from hoyon/mpv-mpris#111
The text was updated successfully, but these errors were encountered: