Kodi Community Forum
[OBSOLETE] Pandora Radio (Script) Music Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: [OBSOLETE] Pandora Radio (Script) Music Addon (/showthread.php?tid=70471)



- thecgmguy - 2011-01-26

phileas50 Wrote:Kindly tell what is the streamlined zip you are referring to?

It was referenced in a couple pages back:
http://www.sharefile.org/showfile-3606/scriptxbmcpandora.zip

Credit goes to WannaSpeedCom for providing it.

-M


- kobun - 2011-01-26

thecgmguy Wrote:It was referenced in a couple pages back:
http://www.sharefile.org/showfile-3606/scriptxbmcpandora.zip

Credit goes to WannaSpeedCom for providing it.

-M

Thanks, just installed pandora using this zip on my apple tv2.. works great.

A question whats the difference between accplus and mp3 hi? is the bitrate the same? higher?


- thecgmguy - 2011-01-26

kobun Wrote:Thanks, just installed pandora using this zip on my apple tv2.. works great.

A question whats the difference between accplus and mp3 hi? is the bitrate the same? higher?

Admittedly I'm not an audiophile so take what I say with a grain of salt Wink

If I recall correctly, AAC-plus is supposedly more bandwidth efficient so I suppose if you had a slower internet connection, you might want to go with that one... otherwise, I'd try MP3-High.

I forgot which one I'm configured to use but one of the two (I think MP3-HI) sounds simply AMAZING on my HT speaker system... I'm not sure if it's the receiver or the way the file is encoded but when I have Dolby Music settings enabled, I hear separate instruments in each speaker which gives a striking authentic experience.

-M


Is there any way to sort the stations alphabetically? - thecgmguy - 2011-01-26

I didn't see this mentioned before but I'm curious -- is there a way to sort the stations alphabetically? It looks like the default display is in the order the stations were added but that can be a little confusing.

-M


- htpc guy - 2011-01-26

thecgmguy Wrote:I didn't see this mentioned before but I'm curious -- is there a way to sort the stations alphabetically? It looks like the default display is in the order the stations were added but that can be a little confusing.

-M

This is the listing as it gets pulled from Pandora.com. Probably no other way to sort it since pandora lists it this way.


- thecgmguy - 2011-01-26

htpc guy Wrote:This is the listing as it gets pulled from Pandora.com. Probably no other way to sort it since pandora lists it this way.

Thanks -- I thought that might be the case. What's interesting though is that Pandora.com does give an option to alphabetize and despite changing that, the list still stays the same.

Oh well. Not a big deal... just a small annoyance. The app is AWESOME though so I can't really complain. Big Grin

-M


- byxil - 2011-01-30

Pandora is not available on italy? Sad
I recived an error of connection when start script and when search on hompage http://www.pandora.com, the site say my IP is blocked


- thecgmguy - 2011-01-30

byxil Wrote:Pandora is not available on italy? Sad
I recived an error of connection when start script and when search on hompage http://www.pandora.com, the site say my IP is blocked

Yup. It's restricted due to license conditions I think. Have you tried the proxy branch that the OP mentioned? It's available here: http://gitorious.org/xbmc-pandora/xbmc-pandora/trees/proxy

Just point the http proxy setting in XBMC to a proxy server based in the US. Be careful to choose a reputable one when doing so...

-M


- mbbransc - 2011-02-04

I've downloaded the file (twice) and tried to add it in XBMC without success. When I try to open the file up, it tells me it's not valid. Any ideas?


- thecgmguy - 2011-02-04

mbbransc Wrote:I've downloaded the file (twice) and tried to add it in XBMC without success. When I try to open the file up, it tells me it's not valid. Any ideas?

Which file?


- mbbransc - 2011-02-04

thecgmguy Wrote:Which file?

The .zip file from file site link you were quoted on near the top of this page.

*Edit: top of previous page

**Edit: I just tried on a different PC and got "File is invalid or corrupt". Any shot someone can get me a valid version? -thx


Proxy help - DamianXD - 2011-02-04

Hello spbogie,

I don't know if you are still supporting this script, but I can't connect to pandora using the proxy branch (outside the US). I can loggin and make it work but just when I globally set the web proxy ON at the settings for xbmc, but that means that all the other internet applications will run slower because of the global proxy... isn't there any possibility to just run the proxy branch without the global web proxy setting on? In that way just the pandora script will use the proxy...

Thanks for your help


- AwesomeIncarnat - 2011-02-06

To all trying to get this to work on an xbox:

I cloned the gitorious repository and included changes to allow the new version to work on xbox.

You will still need to copy the encryption key files from pianobar for this to work.

http://gitorious.org/~awesomeincarnate/xbmc-pandora/xbox-xbmc-pandora


wget key files - gsgleason - 2011-02-07

This rules.

To make it easy, assuming you're logged in as the xbmc user:
Code:
git clone git://gitorious.org/xbmc-pandora/xbmc-pandora.git ~/.xbmc/addons/script.xbmc.pandora
cd $_
wget --no-check-certificate https://github.com/PromyLOPh/pianobar/raw/master/src/libpiano/crypt_key_output.h
wget --no-check-certificate https://github.com/PromyLOPh/pianobar/raw/master/src/libpiano/crypt_key_input.h



- DamianXD - 2011-02-08

DamianXD Wrote:Hello spbogie,

I don't know if you are still supporting this script, but I can't connect to pandora using the proxy branch (outside the US). I can loggin and make it work but just when I globally set the web proxy ON at the settings for xbmc, but that means that all the other internet applications will run slower because of the global proxy... isn't there any possibility to just run the proxy branch without the global web proxy setting on? In that way just the pandora script will use the proxy...

Thanks for your help
No one?