eonpatapon / mpDris2

MPRIS V2.1 support for mpd
GNU General Public License v3.0
210 stars 46 forks source link

Use set_hint('image-path', ...) in notification #141

Open alexluigit opened 3 years ago

alexluigit commented 3 years ago

Hey there, For now it seems that we are using 'uri' for both playing state and artUrl. Use set_hint('image', ...) here will enable us use 'uri' only for indicating playing state, and 'artUrl' for cover image path in notification. Doing so we also get better looking cover in notification(at least bigger) and don't need that '(paused)' string anymore. What do you think?