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)



newbe - sjskent - 2011-02-24

ok, so have been readign throught he forum and have tried bits a pieces of several of the last few suggestions to try to laod pandora from SSH with no success. Is there 1 posting that provides end to end instructions on how to get this installed and working correctly or am i dreaming and just need to keep readign on? Thanks for any recomendations!


- lark3po - 2011-02-24

sjskent Wrote:ok, so have been readign throught he forum and have tried bits a pieces of several of the last few suggestions to try to laod pandora from SSH with no success. Is there 1 posting that provides end to end instructions on how to get this installed and working correctly or am i dreaming and just need to keep readign on? Thanks for any recomendations!

I'm also having trouble. When I try istalling from zip it tells me the instal failed. Any suggestions?

TIA
lark3po


- sjskent - 2011-02-24

sjskent Wrote:ok, so have been readign throught he forum and have tried bits a pieces of several of the last few suggestions to try to laod pandora from SSH with no success. Is there 1 posting that provides end to end instructions on how to get this installed and working correctly or am i dreaming and just need to keep readign on? Thanks for any recomendations!

Disregard. I got it up and running. Thank you htpc guy for the script!


- gsgleason - 2011-02-27

This is a great plugin. Thank you!

One thing, though; it doesn't seem as if the like and dislike (thumbs-up and down) options do anything.

[edit] Found another comment saying they're non-fucntional at this point. NM.


- lark3po - 2011-02-27

Fixed my issue. All is working great! Does anyone know of the json protocol covers plugins like this?


- killerpoptart - 2011-02-27

Would you or anyone else mind posting some sort of end-to-end installation for noobs. I might be getting in over my head, but i'd really like to have this plugin :-)


Pandora Apple TV 2 - LESLIEx317537 - 2011-02-28

This is how I got it running on my Apple TV 2nd Gen.
First I exited XBMC to the Apple TV Main screen.

Opened up terminal on my Mac.
default password is alpine

Code:
cd /Applications/XBMC.frappliance/XBMCData/XBMCHome/addons

wget -O xbmc-pandora-xbmc-pandora-master.tar.gz http://gitorious.org/xbmc-pandora/xbmc-pandora/archive-tarball/master

tar -xvzf xbmc-pandora-xbmc-pandora-master.tar.gz

rm xbmc-pandora-xbmc-pandora-master.tar.gz

mv xbmc-pandora-xbmc-pandora 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

Loaded XBMC, -> Music -> Music Addons -> Pandora
First time you load the script, it will ask you to go to the settings page to enter your login information.

Note: If you previously used the other code segment from post 355 you will have to delete the pandora script folder from /private/var/mobile/Library/Preferences/XBMC/addons/

Hopefully that works for you people! Big Grin


- DamianXD - 2011-02-28

I've downloaded the latest version from github and the keys from piano's source but I can't give down or up thumbs. Here is my log:


http://www.megaupload.com/?d=1EKL1S8K
I'm using proxy branch


- bac522 - 2011-02-28

The thumbs keys have never worked and as of right now is appears no further development is being done on this script other then minor bug fixes.


- Baleful - 2011-03-04

Thumbs up/down don't work, but other than that, great job! Thanks for this!


- swapface - 2011-03-19

Thanks for all you're hard work on this, works great!


- speed32219 - 2011-03-20

Yes, this is one of my fav plugins. On St. pat's day, guest were coming over for dinner and I had the plugin working with cole porter type of music. Wife asked me do we have any Irish music, well, no I don't. 5 minutes later we were lsitening to Irish pub music, really great plugin.

Of course I had to login using the PC to add a new station, is there anyway that in the future I would be able to add stations from within the plugin?

I know I can use launcher and firefox and do it right from the htpc, but it would be nice to run it right from the plugin.


- Natolx - 2011-03-21

Login seems to be failing for me. I'm on Windows 7 with Build 29. I'm new to the XBMC scene FYI

"Failed to authenticate listener. Check username/password and try again.
Show Settings?" I of course triple checked my username and password(no special characters or anything)

Error Log(I think i did this right)http://pastebin.com/ftxY1G5x


- htpc guy - 2011-03-22

speed32219 Wrote:Yes, this is one of my fav plugins. On St. pat's day, guest were coming over for dinner and I had the plugin working with cole porter type of music. Wife asked me do we have any Irish music, well, no I don't. 5 minutes later we were lsitening to Irish pub music, really great plugin.

Of course I had to login using the PC to add a new station, is there anyway that in the future I would be able to add stations from within the plugin?

I know I can use launcher and firefox and do it right from the htpc, but it would be nice to run it right from the plugin.

Unfortunately no. It seems that this plugin is no longer being developed. I would love fore someone to pick it up and finish it but I don't think its going to happen. Right now its functional and it makes me happy.


- ramyta - 2011-03-22

LESLIEx317537 Wrote:This is how I got it running on my Apple TV 2nd Gen.
First I exited XBMC to the Apple TV Main screen.

Opened up terminal on my Mac.
default password is alpine

Code:
cd /Applications/XBMC.frappliance/XBMCData/XBMCHome/addons

wget -O xbmc-pandora-xbmc-pandora-master.tar.gz http://gitorious.org/xbmc-pandora/xbmc-pandora/archive-tarball/master

tar -xvzf xbmc-pandora-xbmc-pandora-master.tar.gz

rm xbmc-pandora-xbmc-pandora-master.tar.gz

mv xbmc-pandora-xbmc-pandora 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

Loaded XBMC, -> Music -> Music Addons -> Pandora
First time you load the script, it will ask you to go to the settings page to enter your login information.

Note: If you previously used the other code segment from post 355 you will have to delete the pandora script folder from /private/var/mobile/Library/Preferences/XBMC/addons/

Hopefully that works for you people! Big Grin

You are awesome!!!! Works great!! Thank you so very much sir. Big Grin