mpris-player

Crates.iompris-player
lib.rsmpris-player
version0.6.3
sourcesrc
created_at2018-10-03 10:08:35.084152
updated_at2023-11-12 13:13:55.190603
descriptionA library for creating MPRIS2 media players over D-Bus
homepagehttps://gitlab.gnome.org/World/Rust/mpris-player
repositoryhttps://gitlab.gnome.org/World/Rust/mpris-player
max_upload_size
id87785
size94,408
Felix Häcker (haecker-felix)

documentation

https://docs.rs/mpris-player/

README

Note: mpris-player is no longer actively maintained. We suggest using the mpris-server crate instead.


mpris-player

A Rust library for creating MPRIS2 media players over D-Bus

What is MPRIS?

The Media Player Remote Interfacing Specification is a standard D-Bus interface which aims to provide a common programmatic API for controlling media players.

It 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.

Which MRPIS interfaces does this crate implement?

  • org.mpris.MediaPlayer2
  • org.mpris.MediaPlayer2.Player
  • org.mpris.MediaPlayer2.TrackList
  • org.mpris.MediaPlayer2.Playlists
Commit count: 0

cargo fmt