Playing around with Python, Dbus and mpris

mpris is a standard method for communicating with media players through dbus. I had some problems trying to find documentation for working with it through python. The first thing I did was use dbus-monitor and qdbusviewer-qt4 to generate and watch some events: dbus-monitor output to find state: The Python codes which does the same is … Continue reading Playing around with Python, Dbus and mpris