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
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
The text was updated successfully, but these errors were encountered:
c688351
Thank you. The commit works as expected.
Sorry, something went wrong.
Update mpv-mpris to version 0.8.1 / rev 3 via SR 983511
5e4d378
https://build.opensuse.org/request/show/983511 by user mia + dimstar_suse - Update to 0.8.1 * Fix Unknown Artist for YouTube videos #gh/hoyon/mpv-mpris#76 * Emit signal for fullscreen event #gh/hoyon/mpv-mpris#78 - Update to 0.7.1 * Add test suite * Emit Stopped Signal on exit. #gh/hoyon/mpv-mpris#61 #gh/hoyon/mpv-mpris#22 * Set xesam:artist to channel name for YouTube videos. #gh/hoyon/mpv-mpris#50
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: