Sonngs Info

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
samy_b1
Posts: 7
Joined: Fri Jun 16, 2006 5:15 pm

Sonngs Info

Post by samy_b1 »

Hi there ..

I just try that soft today and is working just great but i can't find a way to update my stream songs info

befor used shoutcast and i did shell script that was posting my songs form a file

that is my script

#!/bin/bash
old=none
until [ ];
do
title=`grep txt= s_saver.txt | cut -f2- -d'=' | sed 's/&/-/g'`
if [ "$title" != "$old" ]; then
lynx "http://serverip:8000/admin.cgi?pass=XX& ... ong=$title" &>$
fi
sleep 3
old=$title
done


but i can't use that any more

can some one tell me some way to do that with steam cast ??


Thanks all
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 »

it works the same way on steamcast as it did on shoutcast.

do you get any response from the server?
- Jay
samy_b1
Posts: 7
Joined: Fri Jun 16, 2006 5:15 pm

Post by samy_b1 »

no Jay

is not working that way

maybe i'm using the wrong password for it

i have one password of the admin and 2 others for the stremas ..

and i'm confused by the fact that i can have many stremas on one server

i don't know what i'm doing wrong

did you try it ??
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 »

make sure that all of your passwords are unique. I am going to be putting in a check for this in the next build because this seems to confuse many people.
- Jay
Post Reply