PDA

View Full Version : anyone manage to get radman / webredman working?


jamieotis
19th January 2006, 16:51
Hi,

I've been looking for a simple web based system to manage playlists for a sc_trans broadcast via a web browser.

Came across radman (http://sourceforge.net/projects/radman) but cannot get the web page ( webredman) to work correctly.

Anyone managed to get this software working?

Or is anyone able to point me in the direction of a nice simple web based playist editor for a sc_trans setup?

Currently running on linux, so cgi / perl based system would be great.... doesn't have to be professional just for little old me.

Anyone got a home-made set of scripts you would be willing to let me play with?

Jamie.

Wavestreaming
19th January 2006, 18:42
Wavestreaming is currently building such a system for a forthcoming product, won't be available to anyone - but a simple version can be pretty easy to make...

All you need to do is read the *.mp3 contents of a directory and list them on a page. Then have a button/link besides each one that can write them to the end of the text file (playlist) in question... Could be very easily done with PHP using a bit of basic programming knowledge and these 2 functions:

http://www.php.net/readdir
http://www.php.net/fwrite