
AmarokCloud
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This script generates a "tagcloud" from your Amarok database by score or times played
Requirements:
*Python (tested with 2.4)
*apsw (http://www.rogerbinns.com/apsw.html)
*python-tk
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
SputnikRock
13 years ago
Report
cyrus007
14 years ago
http://localhost:4774/playlist --> playlist
http://localhost:4774/scorecloud --> cloud
Report