nightspd
2007-12-15, 06:55
Hi Folks:
I noticed the Live365 script wasn't working anymore, so I made an update..
if self.sessionid is not None and self.saneid is not None:
file='shout://www.live365.com/play/' + station + '?SaneID=' +
self.saneid + '&membername=' + self.memberid + '&session=' + self.sessionid
to
if self.sessionid is not None and self.saneid is not None:
file='http://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.
I noticed the Live365 script wasn't working anymore, so I made an update..
if self.sessionid is not None and self.saneid is not None:
file='shout://www.live365.com/play/' + station + '?SaneID=' +
self.saneid + '&membername=' + self.memberid + '&session=' + self.sessionid
to
if self.sessionid is not None and self.saneid is not None:
file='http://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.