
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 provides a jukebox-style Web interface to amaroK.
People can browse the collection of songs, add a song or an entire album to the queue, and control the player. If the queue is empty, a random song is played.
It was inspired by Mserv and its Web interface.
15 years ago
== 0.6 ==
Fixed a few annoying bugs
Removed workaround for queuing as a result
Fixed cover serving and added caching directives
Switched partly to pydcop
== 0.5.1 ==
Slightly improved display. Removed logging in /tmp. Added missing Version.py.
== 0.5 ==
This is the first release of the script. The interface is very basic at this point, but will be improved.
15 years ago
== 0.6 ==
Fixed a few annoying bugs
Removed workaround for queuing as a result
Fixed cover serving and added caching directives
Switched partly to pydcop
== 0.5.1 ==
Slightly improved display. Removed logging in /tmp. Added missing Version.py.
== 0.5 ==
This is the first release of the script. The interface is very basic at this point, but will be improved.
centic
14 years ago
if I try to run this with amarok-1.4, I get the following errors:
Traceback (most recent call last):
File "/home/dstadler/.kde3.5/share/apps/amarok/scripts/amarok-jukebox_0.6/jukebox.py", line 36, in ?
jukebox = Jukebox()
File "/home/dstadler/.kde3.5/share/apps/amarok/scripts/amarok-jukebox_0.6/jukebox.py", line 26, in __init__
signal.signal(signal.SIGKILL, self.__exit_signal_handler)
RuntimeError: (22, 'Invalid argument')
or is this rather a problem of my python-installation?
Thanks... Dominik.
Report
Ekardnam
15 years ago
Report
hugok
15 years ago
Report