We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mpDris2 writes file cover-rand.jpg to /tmp (https://github.com/eonpatapon/mpDris2/blob/4a7dc031ca6b3f944983deede5309237115e27c4/src/mpDris2.in.py#L757)
cover-rand.jpg
/tmp
That makes it possible to display notification with current track info:
notify-send "test" -i "$(playerctl metadata --format "{{ mpris:artUrl }}" | awk -F "file://" '{print $NF}')"
Note: | awk -F "file://" '{print $NF}') needed in dunst 1.12.0
| awk -F "file://" '{print $NF}')
When 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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: