Live365 Script fix...
#1
Hi Folks:

I noticed the Live365 script wasn't working anymore, so I made an update..

Code:
    if self.sessionid is not None and self.saneid is not None:
                file='[b]shout:[/b]//www.live365.com/play/' + station + '?SaneID=' +
self.saneid + '&membername=' + self.memberid + '&session=' + self.sessionid

to
Code:
        if self.sessionid is not None and self.saneid is not None:
                file='[b]http:[/b]//www.live365.com/play/' + station + '?SaneID=' +
self.saneid + '&membername=' + self.memberid + '&session=' + self.sessionid

Enjoy folks.

-Chris

PS.. I plan on updating this script, but anyone know who the original author is? thanks.
Reply
#2
Good Man!
Reply

Logout Mark Read Team Forum Stats Members Help
Live365 Script fix...0