1# mpris-player
2#### A Rust library for creating MPRIS2 media players over D-Bus
3
4- [Open homepage](https://gitlab.gnome.org/World/Rust/mpris-player)
5- [Report issue](https://gitlab.gnome.org/World/Rust/mpris-player/issues/new)
6- [Open documentation](https://docs.rs/mpris-player)
7
8## What is MPRIS?
9The Media Player Remote Interfacing Specification is a standard D-Bus interface which aims to provide a common programmatic API for controlling media players.
10
11It provides a mechanism for discovery, querying and basic playback control of compliant media players, as well as a tracklist interface which is used to add context to the active media item.
12
13## Which MRPIS interfaces does this crate implement?
14- [x] org.mpris.MediaPlayer2
15- [x] org.mpris.MediaPlayer2.Player
16- [ ] org.mpris.MediaPlayer2.TrackList
17- [ ] org.mpris.MediaPlayer2.Playlists
18
19