python-amarok 0.1.0 review
Download
|
|
python-amarok is a fairly complete amaroK remote control class for Python.
python-amarok is extremely useful for amaroK scripts and other applications and makes it possible to remote control amaroK by calling methods from an amaroKProxy instance.
In addition, it implements the Observer/Observable pattern so you can deal with events in an object oriented, loosely coupled fashion.
Even better, you can call an amaroKProxy instance's collection.getSong(filename) method to get a Song object, with track, artist, album name, and elegant "Artist - Track name" strings.
Requirements:
Python 2.2 or later
The Python commandsplus module
The Python Observable module
Installation:
python setup.py install # to build and install directly
python setup.py bdist_rpm # to prepare an RPM
python-amarok 0.1.0 search tags