PackageDescription: Jukebox


Jukebox

Last published: March 20, 2009 by 'bryanjp'

Defines 12 Classes
Extends 12 Classes


You can manually change any user to an administrative user by inspecting their user object

StSession users inspect

Then change the isAdmin to true for the users you want to have extra control.

Remember that you must have mpg123 and ffmpeg install on your Unix based system. You will also need to change the directory where you keep your mp3s by changing the value of

Jukebox theJukebox collectionDirectory: aStringOfYourDirectory

When implimenting this with seaside, you should be sure to add StRootTask as the entry point and also change your default sessions to user StSession. If you have any questions, email me at bryanjp@acm.org. I hope to continue this project.