Moon-0xff / gnome-mpris-label

A music related GNOME extension.
GNU General Public License v3.0
51 stars 10 forks source link

play/pause not working with Rhythmbox when playing radio stations #48

Closed sebo505 closed 1 year ago

sebo505 commented 1 year ago

Have set right mouse klick to toggle play/pause. Works with Rhythmbox when playing podcast. Works with Rhythmbox when playing music from local library. Works NOT with Rhythmbox when playing radio streams.

Have noticed that Rhythmbox itself shows stop button instead of pause button when playing radio.

Any way to make toggle play/pause(stop) working in this case never the less?

Bildschirmfoto vom 2023-04-18 22-00-00--#bug_#Gnome_Extension_#Mpris_Label

Moon-0xff commented 1 year ago

Any way to make toggle play/pause(stop) working in this case never the less?

No, at least not from the extension.

That said, using stop as a fallback if pause isn't available would solve this, sounds like an easy to implement change (hopefully), and i don't foresee any problems with it. You can expect a fix for this on the next release, if all goes well.

sebo505 commented 1 year ago

Sounds great. Much appreciated !!!

Moon-0xff commented 1 year ago

Change committed, Indeed it was an easy and straight forward fix.

If you want to get the fix early you can follow the instructions on the readme to install the development version.

Moon-0xff commented 1 year ago

New version is out, with the fix for this included. Thanks for raising this issue!