Mpris driver
Driver for media players following MPRIS specification version 1.0 and 2.1
http://specifications.freedesktop.org/mpris-spec/latest/
Arguments
- player
-
Properties
- status
- Possible values: Playing, Paused, Stopped.
- artist
-
- title
-
- length
-
Events
- status
- Fires whenever the value of the status property changes.
- artist
- Fires whenever the value of the artist property changes.
- title
- Fires whenever the value of the title property changes.
- length
- Fires whenever the value of the length property changes.
Commands
- play
-
- pause
-
- stop
-
- next
-
- previous
-
- finish
-
- quit
-
|