mpris-player2

Crates.iompris-player2
lib.rsmpris-player2
version0.6.1
sourcesrc
created_at2023-10-17 16:38:32.609477
updated_at2023-10-17 16:38:32.609477
descriptionA library for creating MPRIS2 media players over D-Bus
homepagehttps://github.com/waylyrics/mpris-player2
repositoryhttps://github.com/waylyrics/mpris-player2
max_upload_size
id1005916
size93,085
莯凛 (mokurin000)

documentation

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

README

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: 44

cargo fmt