Closed UtkarshVerma closed 2 years ago
I have statusbar scripts which constantly poll the following command to show currently playing media.
dbus-monitor "path=/org/mpris/MediaPlayer2,member=PropertiesChanged"
However, I've noticed the mpv doesn't send an event when it exists, which leaves my statusbar stale. Would it be possible to achieve this?
mpv
Thank you. The commit works as expected.
I have statusbar scripts which constantly poll the following command to show currently playing media.
However, I've noticed the
mpv
doesn't send an event when it exists, which leaves my statusbar stale. Would it be possible to achieve this?