forked from berrberr/streamkeys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic MPRIS support on Linux (berrberr#451)
* Add basic MPRIS support for Linux Add an option to register StreamKeys as an MPRIS player in DBus on Linux. This is optional and currently requires single player mode to be enabled. Some advantages of using MPRIS on Linux are: * Desktop integration, e.g. on Gnome users should be able to see and control StreamKeys from the notifications panel. * Media keys working without having to set them in globals. In fact, it is better to not use them when MPRIS is used, as chrome hijacks the media keys when they are global, resulting in no other program being able to use them. Signed-off-by: Alex Tsitsimpis <[email protected]> * bandcamp: Add support to get cover art Signed-off-by: Alex Tsitsimpis <[email protected]> * Add MPRIS host installation script Add an installation script and instructions on how to install the MPRIS host. The process is (for now at least) manual. Signed-off-by: Alex Tsitsimpis <[email protected]> * mpris: Support updating position and track length Signed-off-by: Alex Tsitsimpis <[email protected]>
- Loading branch information
Showing
9 changed files
with
896 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.