Amarok Jukebox
I've coded a jukebox script for amarok. It consists of a python HTTP server and an amarok control script. Unlike this one, it is not a script to add to amarok. It's completely separate. It's also only 3 python files. Also, AJAX!
What it does:
You visit the url, where you can then control the player, or search for songs, albums, or artists. After searching, you can then add songs to the current playlist. This can be accessed via any browser in the lan, or, if you're ports are forwarded correctly, the internet.
Using it:
You start it by running python server.py.
You use it by going to http://localhost:7000/.
Download:





