PDA

View Full Version : Auto Site Updates?


ste471
18th July 2004, 02:39
Hey,

On quite a few sites i've been on now they have had some script that displays the Stream Title, Current song and previous songs etc.

Can anyone tell he how to do this?

Thanks

protegechris
18th July 2004, 02:47
Please learn to search the forums, as this has been asked many, many, many times before.

ste471
18th July 2004, 02:56
The actual search for Web Updates brings up stuff but I dont even know anythin about these updates

protegechris
18th July 2004, 02:58
Search for "now playing" or "recently played"

djqwest
18th July 2004, 05:07
A typical solution to this is to use a database on the backend.

Everything we play is stored in a database, we match up what is currently playing with the database then do a record insert.

This gives us the ability to provide a custom display of previously played mixes.

You could easily get this information from the shoutcast servers xml then display it as you wish.

Hope this helps.