Skip to content

kupospelov/mpris-listen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpris-listen

mpris-listen is a general purpose user service which implements a subset of the MPRIS2 interface and delegates the processing to external programs.

Usage

The service needs a configuration file to run. The file describes parameters and commands to be executed:

[player]
name = "mpris_mpc"

[commands]
previous = "mpc prev"
playpause = "mpc toggle"
next = "mpc next"

Run man 5 mpris-listen for the full list of options.

Notes

The service does emit any signals, so clients which rely on them may show incorrect or outdated information.

About

General purpose MPRIS service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages