AmarokCloud is a script generates a "tagcloud" from your Amarok database by score or times played.
Usage: Execute to use the (crappy) GUI or via commandline:
amarokcloud.py /path/to/collection.db datatype scoringtype
Your collection is usually at /home/user/.kde/share/apps/amarok/collection.db
Datatype is the data which you want to generate the cloud from. It's either genre or artist
Scoringtype decides how to calculate the score
The GUI is horrible, I know, but it does it's job and I don't have time to learn PyQt
Product's homepage
Requirements:
· Python (tested with 2.4)
· apsw (http://www.rogerbinns.com/apsw.html)
· python-tk