[REQUEST] Sirius Script or Plugin? - Satellite internet radio streams online player?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
focker691 Offline
Junior Member
Posts: 1
Joined: Jun 2006
Reputation: 0
Post: #21
i wouldn't mind seeing streaming sirius radio through xbmc so that you can listen through your home stereo without having to buy another sirius box to hook up. thanks
find quote
althoralthor Offline
Junior Member
Posts: 46
Joined: Nov 2005
Reputation: 0
Post: #22
there was a sirius script that worked like a champ.  unfortunately, sirius has changed how you listen online and now requires interaction (you have to type in the characters you see on the screen) which effectively killed the script.

but look here, looks like there is an updated script:
http://www.xboxmediaplayer.de/cgi-bin....=21421;
find quote
cayenne Offline
Junior Member
Posts: 1
Joined: Feb 2007
Reputation: 0
Post: #23
I just began experimenting with XBMC this past weekend. So far I am absolutely in love with it. My only question is... Does anyone still have the XBMCSirius script working? I downloaded the latest version which is 1.2 and it just keeps telling me that I need to edit the script and put my username and password in there. I have already done that, but it still seems to think I haven't. I am assuming the script no longer works, but I just wanted to make sure.
find quote
Namyar Offline
Junior Member
Posts: 16
Joined: Feb 2007
Reputation: 0
Post: #24
I just downloaded it the other day and have had no problems with it. I am new to this but I have some experience editing XML files can you send it to me and I can look at it for you. Mine logs me right on. Buy the way did you delet the old one out of the Scripts folder on the xbox then load the new one.

Ray :cool:
find quote
Otto42 Offline
Junior Member
Posts: 3
Joined: Sep 2007
Reputation: 0
Post: #25
Fix for the song title and artist display in XBMCSirius:

Edit SiriusBase.py and change the last function in the file to this:
Code:
# Get what's playing info from DogStar Radio
    def getSongInfo(self):
        dogstarUrl = "http://www.dogstarradio.com/channelrss/" + str(self.channelData['number']) + ".txt"
        tracker=urllib.urlopen(dogstarUrl).read();
        songInfo = {'artist':'',
                    'title':''}
        lines=tracker.split("\n")
        songInfo['artist']=lines[3]
        songInfo['title']=lines[4]
        
        return songInfo
find quote
tssgery Offline
Member
Posts: 66
Joined: May 2007
Reputation: 0
Post: #26
Thanks! The fix works great.

When I run this sirius script, it seems to stop after about an hour. Has anyone else experienced this behaviour?
find quote
deepblue Offline
Senior Member
Posts: 142
Joined: Sep 2007
Reputation: 0
Post: #27
Sirius web streaming stops after about 60 minutes and presents an "are you still there" message to prevent people from streaming non-stop 24/7 and chewing up their bandwidth.

The Sirius Yahoo Widget designer seems to have figured out a way around it, but this script has not.
find quote
tssgery Offline
Member
Posts: 66
Joined: May 2007
Reputation: 0
Post: #28
deepblue Wrote:Sirius web streaming stops after about 60 minutes and presents an "are you still there" message to prevent people from streaming non-stop 24/7 and chewing up their bandwidth.

The Sirius Yahoo Widget designer seems to have figured out a way around it, but this script has not.

Dang, that's quite annoying.
find quote
dandandan012 Offline
Junior Member
Posts: 13
Joined: Oct 2007
Reputation: 0
Post: #29
I have a valid Sirius account - I have a radio in my car and can also listen on the net when I login. There was a newer script writtenfor Sirius Canada which I loaded about 2 months ago. It was working fine (all I had to do first was update the runsirius.py file with my userid and password). I just tried it aghain recently, and it now gets hung on the 'downloading file' screen after I select the radio station. Does anyone know if Sirius made some chnages to their websites which made both the Sirius USA and SDirius Canada scripts stop working?
find quote
dandandan012 Offline
Junior Member
Posts: 13
Joined: Oct 2007
Reputation: 0
Post: #30
I just installed the Sirius USA script, and got a 3 day userid and password setup. Prior to the Sirius Canada script, this other method worked fine, but only for 34 days at a time - I would have to also setup a new dummy email address and get a new temp account each time.

Though, even under the Sirius USA script, I get the same effect. The script logs me in, and allows me to see the genres, categories, stations, etc. The problem happens once I select any radio station - I get a "Loading... Please wait" message which never goes away. I've even left it over night to see if something would ever load, but it never does. At this "loading.." screen, it also prevents me from hitting any button to get out - I hear clicks when I hit various buttons but nothing actually gets me out of the message without shutting down.

Can someone please confirm that their Sirius script is still working? I think Sirius made some change to their website that may have made the script no good.

Thanks
find quote
Post Reply