sghpjuikit / player

Audio player and management application.
21 stars 2 forks source link

Integrate MPRIS #42

Open xeruf opened 6 years ago

xeruf commented 6 years ago

The Media Player Remote Interfacing Specification is a standard D-Bus interface which aims to provide a common programmatic API for controlling media players.

MPRIS is a great way to control a Media Player in Linux, since it integrates directly with the taskbar into volume control:

As a first step, I have now created a library for it. It is supposed to be integrated using a plugin, since it will have to continously run in the background.

sghpjuikit commented 6 years ago

Blocked by full plugin support. ETA 1-2 weeks.

sghpjuikit commented 5 years ago

I think we can integrate this functionality as internal plugin, since external plugins are still not supported. You are free to do that anytime.