Skip to content

Simple MPRIS2 client written in Python, also usable as rudimentary MPRIS module

License

Notifications You must be signed in to change notification settings

airtower-luna/mpris-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPRIS2 client in Python

mpris-python is a simple command line MPRIS2 client which doubles as a rudimentary MPRIS client library. It allows you to send commands to any MPRIS2 compatible media player from the command line. The pydbus library is used to communicate with the media player.

Usage

Check mpris.py -h for available commands and options.

Note that media players can restrict what commands MPRIS clients may send them, and some MPRIS interfaces and methods are optional. Audacious 4.2 is known not to support opening media via MPRIS, and none of the players I use support org.mpris.MediaPlayer2.TrackList or org.mpris.MediaPlayer2.Playlists.

About

Simple MPRIS2 client written in Python, also usable as rudimentary MPRIS module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages