eonpatapon / mpDris2

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

Option "notify_paused" has no effect #162

Open lucasluduenasegre opened 6 months ago

lucasluduenasegre commented 6 months ago

Expected Behavior

If the option "notify_paused" in mpDris2.conf is set to "False", pause notifications should be hidden.

Current Behavior

Pause notifications show regardless of what's set as the value of "notify_paused".

ColdMacaroni commented 5 months ago

It works on my system,, I'd try running mpDris2 like mpDris2 -c path/to/mpDris2.conf to ensure it's actually reading the config file. I had a problem at first where it wouldn't read my config file because I accidentally put it in ~/.config/mpdris2 instead of ~/.config/mpDris2

polluxprograms commented 4 months ago

I can verify that this is also happening on my system. @ColdMacaroni's fix did not change anything.

Edit: I realized that I have version 0.9.1 installed, which does not support the "notify_paused" option. @lucasluduenasegre, can you verify which version you have installed? And does upgrading to the git version fix your issue?