New to this stuff, can anyone help?

Talk about whatever.
Post Reply
toochie23
Posts: 1
Joined: Sun Dec 08, 2002 2:41 pm

New to this stuff, can anyone help?

Post by toochie23 »

I use winamp and shoutcast to stream over the internet. My only problem is that viewers cannot see my title/artist of the current song playing. They can see the "stream title", which is always the same. Does anyone know how to get the title/artist to change on the fly? I have seen it on other radio stations such as www.somafm.com. thanks you
Jeremy
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

post a link to your server and I'll take a look.
- Jay
Fleet
Posts: 8
Joined: Tue Jun 24, 2003 8:05 pm

Post by Fleet »

Well....you can use something like the catcher.php file that comes with radio toolbox and add the variables to your site. Then all you do is use an autorefresh script such as

<script language="javascript">
document.onload=window.setTimeout('window.location=window.location', 10000);
</script>

and place it in the body tag. It will then refresh the page every 10 seconds and display the new info....
Post Reply