mpris

Interface for MPRIS

http://github.com/Fuco1/mpris

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Matus Goljer
Maintained by [email protected]

This package implements the Media Player Remote Interfacing Specification (MPRIS), a standard D-Bus interface which aims to provide a common programmatic API for controlling media players.

The DBus specification consists of two main interfaces: org.mpris.MediaPlayer2 and org.mpris.MediaPlayer2.Player which are implemented as modules Mpris.MediaPlayer2 and Mpris.MediaPlayer2.Player.

The full specification can be found at: http://specifications.freedesktop.org/mpris-spec/latest/index.html