maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Sirius on N800 via sipie (https://talk.maemo.org/showthread.php?t=7402)

wsiebert 2008-06-25 14:50

Re: Sirius on N800 via sipie
 
bg4:

Open Application Manager > Application Catalog > Maemo Extras and write “chinook diablo” in the box marked Distribution.

bg4 2008-06-25 15:06

Re: Sirius on N800 via sipie
 
didnt help - actually had already done it

EDIT - RESOLVED - sirius working on N810/Diablo

As stated above - easy_install BeautifulSoup did not work - use wget and following link

http://crummy.com/software/BeutifulS...autifulSoup.py

Remember all of this takes place in xterm in directory MyDocs/sipie (some maybe .sipie?)

Now I needed getpass.py - google search revealed that maemo has the file at

https://garage.maemo.org/plugins/scm...oot=airx&rev=1

there is a string that has to be added (to the end of the above link) cause its not secure or something. I copied download link to notes/added string and copied/pasted it back to Xterm.
downloaded it to sipie directory and it is working

Now I can run python sipie.py and it asks for my username/pw and all the canada and captcha stuff.

Spoke too soon - seems my three day trial that I got two months ago finally expired. Back to using orb - which is actually better but I just wanted to prove that you can run python sipie.py on diablo.

iTab 2008-07-18 17:46

Re: Sirius on N800 via sipie
 
I am awaiting the arrival of my N800 (I used to have a Nokia 770).

Is there a definitive walkthrough for this SIRIUS set-up that works?

Thank you to everyone!

alvindd 2008-07-18 18:49

Re: Sirius on N800 via sipie
 
I just recently installed Diablo, and really wanted Sirius back on my
N800 via sipe.

Here's what I did.

Make sure wget, becomeroot(for sudo gainroot), and mplayer are already installed on your device.

After getting root privileges on device, type at command line:

apt-get install mplayer python2.5 python2.5-dev python-setuptools wget

mplayer will update if needed.
answer 'Yes' to any questions asked here.
(notice the 3rd mention of python is not written python2.5, I recieved errors if I wrote python2.5-setuptools)

Next install BeautifulSoup:

wget http://www.crummy.com/software/Beaut...autifulSoup.py
(crummy.com/software/BeautifulSoup/download/BeautifulSoup.py)

Change to your home directory:

cd /home/user/MyDocs

Download sipie:

wget http://packratstudios.com/download/sipie.tar.gz

Untar by:

tar -xvzf sipie.tar.gz

Change to the sipie directory:

cd sipie

launch sipie:

type EITHER... python sipie.py OR... MyDocs/sipie/sipie.py ONE will work for you , getting to the login step.

iTab 2008-07-18 19:13

Re: Sirius on N800 via sipie
 
God Bless You!!!

Now, can someone please test this? I can't do anything until mine arrives (maybe tomorrow, maybe Monday). :(

How is the streaming quality?

I CAN'T WAIT FOR MY PORTABLE HOWARD 100

alvindd 2008-07-18 19:32

Re: Sirius on N800 via sipie
 
Here are stream names:


"cnn" ,"siriusdisorder"
,"punk" ,"thespectrum"
,"60svibrations" ,"metropolitanopera" ,"undergroundgarage"
,"laughbreak" ,"movineasy" ,"firstwave" ,"chill" ,"jamon" ,"spa73"
,"thecatholicchannel" ,"siriusgold" ,"siriusleft" ,"siriuslove"
,"siriusoutq" ,"siriuspops" ,"classicrewind" ,"leftofcenter"
,"90salternative" ,"soultown" ,"siriuslysinatra" ,"shade45"
,"purejazz" ,"altnation" ,"faction" ,"howardstern100" ,"howardstern101"
,"ewtnglobal" ,"planetjazz" ,"thebeat" ,"area33" ,"big80s" ,"bbcradio1"
,"thebridge" ,"siriusnflradio" ,"siriuspatriot" ,"classicvinyl"
,"coffeehouse" ,"broadwaysbest" ,"standardtime" ,"maximradio"
,"hairnation" ,"octane" ,"thepulse" ,"thevault" ,"newcountry"
,"praise" ,"rawdog" ,"rumbon" ,"spirit" ,"elvisradio" ,"thewho"
,"thestrobe" ,"theroadhouse" ,"bluecollarcomedy" ,"radiomargaritaville"
,"starlite" ,"backspin" ,"playboyradio" ,"totally70s"
,"marthastewartlivingradio" ,"reggaerhythms" ,"hotjamz" ,"revolution"
,"jazzcafe" ,"symphonyhall" ,"hardattack" ,"outlawcountry"
,"cosmopolitanradio" ,"bluegrass" ,"heartandsoul"
,"siriusblues" ,"siriushits1" ,"boombox" ,"siriusstars" ,"universolatino"
,"kidsstuff" ,"supershuffle" ,"hiphopnation" ,"buzzsaw" ,"primecountry"

iTab 2008-07-18 21:52

Re: Sirius on N800 via sipie
 
What happened to this posted message:

We should post the proper names of streams that correctly work:

hairnation, octane, altnation, faction, firstwave.

lithium and howard100 and howard101 are listed invalid streams :(


I just need to know if Howard 100 & Howard 101 works...?

How easy or hard is it to do this "hack"...?

alvindd 2008-07-19 01:01

Re: Sirius on N800 via sipie
 
I edited my original message because it had bad news(incorrect stream names) about streaming the howard channels, that you might not like.

Look in the stream name list for the correct howard stream name, it works I tried it.

The list came from the first post in this thread by m00s3computer, thanks.

iTab 2008-07-19 16:36

Re: Sirius on N800 via sipie
 
So, it's possible to stream Howard Stern and there shouldn't be an issue?

Is it easy or hard to get this to work?

iTab 2008-07-22 14:23

Re: Sirius on N800 via sipie
 
Quote:

Originally Posted by alvindd (Post 204531)
I just recently installed Diablo, and really wanted Sirius back on my
N800 via sipe.

Here's what I did.

Make sure wget, becomeroot(for sudo gainroot), and mplayer are already installed on your device.

After getting root privileges on device, type at command line:

apt-get install mplayer python2.5 python2.5-dev python-setuptools wget

mplayer will update if needed.
answer 'Yes' to any questions asked here.
(notice the 3rd mention of python is not written python2.5, I recieved errors if I wrote python2.5-setuptools)

Next install BeautifulSoup:

wget http://www.crummy.com/software/Beaut...autifulSoup.py
(crummy.com/software/BeautifulSoup/download/BeautifulSoup.py)

Change to your home directory:

cd /home/user/MyDocs

Download sipie:

wget http://packratstudios.com/download/sipie.tar.gz

Untar by:

tar -xvzf sipie.tar.gz

Change to the sipie directory:

cd sipie

launch sipie:

type EITHER... python sipie.py OR... MyDocs/sipie/sipie.py ONE will work for you , getting to the login step.

Where do you get:

wget, becomeroot (for sudo gainroot), and mplayer

And then, how do you get root privileges?


All times are GMT. The time now is 10:17.

vBulletin® Version 3.8.8