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)



- Fiirikkusu - 2010-08-03

@jurmb84

I finally got everything working correctly...damn. I went ahead and updated to a new svn and then installed show mix and then installed Pandora and now it works perfectly. Thanks alot for the help.


- Phantisy - 2010-08-03

pork Wrote:That would be great if you could post it for me. I'll give it a shot tonight. Thanks

Here it is:
X64 Python24.zip


- pork - 2010-08-03

Thanks, that worked perfectly


- spbogie - 2010-08-03

Sorry for the delay in responding. Been in the process of reinstalling and configuring 3 OSs after a drive failure. Have data backups so not much lost but time for other things. I'll take a look at the merge request when I get home, replying from my phone at work right now.


- spbogie - 2010-08-04

I have pulled jurmb84's changes and pushed them to master with a little cleanup. Master HEAD (currently 2d7edb1) should now be working correctly on xbmc Dharma (10.05). Camelot (9.11) user should stick with 4e4b37e still.

@badticket & others outside the USA
I have also updated the experimental proxy branch. This will pull xbmc's http proxy settings, and should allow you to connect and listen to Pandora if you have a decent US proxy. Someone please test this and let me know if it works or not.


- mickeysweb - 2010-08-19

I am using XBMC Live and can't get this to work. Hardware is an Acer Revo 3610. The script starts up, logs in and fetches my stations, then just sits there. I can't highlight or choose anything. I also am using the 4e4b37e version of the script. Here is the relevant part of my log:


14:32:33 T:3026189168 M:1445986304 NOTICE: -->Python Interpreter Initialized<--
14:32:38 T:3078104960 M:1444700160 ERROR: GetDirectory - Error getting ?
14:32:38 T:3078104960 M:1444700160 ERROR: CGUIMediaWindow::GetDirectory(?) failed
14:32:38 T:3026189168 M:1444700160 NOTICE: PANDORA: Window Initalized


Any help would really be appreciated!


- isamu.dragon - 2010-08-19

is there any way to make this work on all Skins


- Morbeas - 2010-08-20

Sorry for the newb question but what is the easiest way of installing this great add-on? Isn't there a place I can download a single .zip file or something with the latest release?

PS. I'm running the latest nightly on Win 7 x64.


- Uuaww - 2010-08-20

i keep getting an error,
TypeError: XML File for Window is missing

what file am i missing? what other info do i need to give so someone can help me, i get the error right after the logging in prompt.

ok, I'm gonna guess I don't have the correct form of python, where can i get the latest one?

after downloading python and putting it in xbmc, i download pandora and put it in myscripts, and the two other files from piano and should be good to go.

i am running the latest of camelot

edit: believe i've narrowed it down to not having the correct version of python, do i just get it from pythons site? how do I install it on an acer revo with xbmc live and ubuntu?


- Uuaww - 2010-08-21

new error
File /home/xbmc/.xbmc/scripts/my scripts/script.xbmc.pandora/default.py", line 6 in ? inport xbmcaddon
Importerror: no module named xbmcaddon


- spbogie - 2010-08-22

Back from vacation, sorry for the delay in responding.

@mickeysweb
Is there anything else after that in the log? (http://xbmc.pastebin.com with debugging enabled please)

@isamu.dragon
Which skin, which version (skin, xbmc, script)? The Camelot version should work with any skin no problem. The new Dharma version should work for any skin that has been properly updated for the new addons framework. If your skin hasn't been updated, bug the author about it, but in the mean time you should be able to make it work by copying the files provided by jurmb84 (in the "PUT IN SKIN FOLDER" folder) into your skin.

@Morbeas
The directions on the first post are pretty clear. If you need a program to extract the .tar.gz file? Get 7-zip.

@Uuaww
I'm confused, are you running running xbmc Live, or are you running Ubuntu with the xbmc-live package installed? What version does xbmc report under System Information? A proper logfile may help as well instead of single random errors (http://xbmc.pastebin.com with debugging enabled please)


Pandora with Lyrics - ndeshmukh - 2010-08-22

Would it be possible to have the XBMC CULyrics working with Pandora? Can teh scripts be combined as this is not really a music view? Would it also need a lot of skin change? But even though this is not a music view, it does manage to run visualization, so maybe the lyrics might work too.

Ideally maybe have Pandora as a Plugin?

Thanks


- Uuaww - 2010-08-23

operating systemL: linux 2.6.31-16-generic #53 Unbuntu SMP
XBMC 9.11 R26018 (how would I update to a newer version?)

I have an Acer Revo that I set up to start up and immeadiately go into XBMC, nothing else starts up on the Revo.

<script src="http://pastebin.com/embed_js.php?i=S58YkiB2"></script>

<iframe src="http://pastebin.com/embed_iframe.php?i=S58YkiB2" style="border:none;width:100%"></iframe>


http://xbmc.pastebin.com/S58YkiB2


hopefully one of those works.


- mickeysweb - 2010-08-23

@spbogie

Thanks for the reply.

No, that was the end of the log. No matter though, I've gotten it to work - but I feel kind of stupid. I had forgotten there was an option to show scripts on the Home Screen as it was switched off. Because of this, I had put the script in the Programs folder so I could access it. Once I realized my mistake and put it in the Scripts folder it worked great. Thanks so much for this script. I was in the same boat as an earlier poster and was contemplating buying a new Blu-Ray player with Pandora built in. Thanks for saving me some money! I'm just hoping you can get the minimize to work consistently because I'd really like to have visualizations.


- isamu.dragon - 2010-08-23

spbogie Wrote:Back from vacation, sorry for the delay in responding.

@mickeysweb
Is there anything else after that in the log? (http://xbmc.pastebin.com with debugging enabled please)

@isamu.dragon
Which skin, which version (skin, xbmc, script)? The Camelot version should work with any skin no problem. The new Dharma version should work for any skin that has been properly updated for the new addons framework. If your skin hasn't been updated, bug the author about it, but in the mean time you should be able to make it work by copying the files provided by jurmb84 (in the "PUT IN SKIN FOLDER" folder) into your skin.

@Morbeas
The directions on the first post are pretty clear. If you need a program to extract the .tar.gz file? Get 7-zip.

@Uuaww
I'm confused, are you running running xbmc Live, or are you running Ubuntu with the xbmc-live package installed? What version does xbmc report under System Information? A proper logfile may help as well instead of single random errors (http://xbmc.pastebin.com with debugging enabled please)

Dharma 2010-08-18 build
Night Skin
WINXP SP3