pympris icon indicating copy to clipboard operation
pympris copied to clipboard

This is a Python wrapper around the MPRIS2 interface of media players.

Results 4 pympris issues
Sort by recently updated
recently updated
newest added

Hi, how did you test the tracklist interface for pympris? I've been working on an mpris library that uses asyncio, but I haven't found a music player that has played...

Is correct one function similar to this (the inverse of the function from common.py?? ``` def py2dbus(py_obj): """ derived from pympris project https://raw.githubusercontent.com/wistful/pympris/master/pympris/common.py """ import dbus from functools import wraps,...