-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
[Feature Request]Add MPRIS support for global/generic media control #3
Comments
mpv has many mpris support plugins. |
Add dbus mpris support as features |
Apparently mpris can be very different implementation on macOS and linux. Like Spotifyd/spotifyd#316
While the dbus-send command works, the current code doesn't really register on both KDE and playerctl. I hope this issue be kept open and maybe I can send some patches soon |
I think i need add media player2 interface. I only add a media player2 player interface. I will try it later. thank for your suggestion. I'm looking forward to your PR. |
看了一些隔壁,是直接加了一个mpris_player的依赖,好像也挺好的.... |
thread '' panicked at 'called |
|
Sorry, that might have been a problem from my end. Still, I got a few issues unresolved. I understand you may primary use macOS so it may seems trivial. Also I may have suggested the wrong project as example. The same problem as Spotifyd/spotifyd#457 , properties doesn't actually get updated externally. So clients that connecting will not receive new information. An easy example to reproduce bug: |
With a result like spotifyd did.
I'm not familiar with GStreamer, is there any easy way like plugins to introduce?
The text was updated successfully, but these errors were encountered: