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)



RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - ogboriqua231 - 2014-06-22

Im having the one song problem too... it plays fine but at the end of the song it stops and doesnt play anymore. Before I installed Gotham, it played songs continously, any body have ideas on this Huh?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - jrdnlc - 2014-06-27

Any way possible to have Pandora play music in the background? It quits when I click 'back' on the remote and music stops playing.


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - stofie_1020 - 2014-07-01

So, uninstalled and re-installed the pandora add-on through the XBMC interface and still having the "one and done" issue.

Only plays one song, then just stops. If I change to a new station, it plays one song in that station.

Running Gotham.

Would LOVE some help to make it work... Seems to be a problem for a few of us. Worked great pre-Gotham.


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - JustinBeaird - 2014-07-01

.double post


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - JustinBeaird - 2014-07-01

to fix pandora on raspberry pi/openelec edit pandaplayer.py
ssh into pi
then go to directory
cd /storage/.xbmc/addons/script.audio.pandora/resources/lib
then
nano pandaplayer.py
change self.playNextSong_delay = 0.5 to self.playNextSong_delay = 1.5
hit ctrl + x on keyboard
then type y then enter to verify save

I use the version in openelec's repo
k3oni version has the delay in multiple places


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - cbryeaw - 2014-07-03

(2014-07-01, 07:46)JustinBeaird Wrote: to fix pandora on raspberry pi/openelec edit pandaplayer.py
ssh into pi
then go to directory
cd /storage/.xbmc/addons/script.audio.pandora/resources/lib
then
nano pandaplayer.py
change self.playNextSong_delay = 0.5 to self.playNextSong_delay = 1.5
hit ctrl + x on keyboard
then type y then enter to verify save

I use the version in openelec's repo
k3oni version has the delay in multiple places

That worked great! On my install my .xmbc directory is under /home/pi instead of /storage, but that was an easy change of your directions. Thanks for posting.


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - hbear - 2014-07-09

Just wanted to say thanks to JustinBeaird for this edit. Works great!!!!!! RoflRoflRofl


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - xi_Slick_ix - 2014-07-18

(2014-07-01, 07:46)JustinBeaird Wrote: to fix pandora on raspberry pi/openelec edit pandaplayer.py
ssh into pi
then go to directory
cd /storage/.xbmc/addons/script.audio.pandora/resources/lib
then
nano pandaplayer.py
change self.playNextSong_delay = 0.5 to self.playNextSong_delay = 1.5
hit ctrl + x on keyboard
then type y then enter to verify save

I use the version in openelec's repo
k3oni version has the delay in multiple places

This worked GREAT on my Pi (Raspbmc)! Thanks for the tip, we are back to enjoying our tunes.

Out of curiosity, have you tried any shorter intervals of time, or is this the only method that you have tested (and is stable)?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - baltik - 2014-07-20

I am getting the Pandora script error when running the Aeon Nox screen - (running the latest Openelec version - I have auto-update on). Pandora works fine in confluence screen - what's the best way to fix this?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - Zaich - 2014-08-07

Anyone outside the US having problems with login?
Every proxy I try gets me the same message about failing to login etc.

Are there anyone having similar problems?

Thanks in advance Smile!


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - Eye in the sky - 2014-08-09

Same here.

I've already posted this bug a few month back.

http://forum.xbmc.org/showthread.php?tid=70471&pid=1699685#pid1699685


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - bukibalama - 2014-08-15

Yes I'm having the same problem for the past few months. Any solution for that?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - noybman - 2014-08-23

In script version 2.3.2 which is the current pull in XBMC 13.2, the Thumbs up thumbs down buttons appear not to work.

I know liked songs came up, but they stayed generic icons. When I Thumbed down a song, it skipped it as I would expect. it turns out the addon works, but the "liked/hated" icon for the thumbs is the same as the inactive ones.

So, just update the icon, and it will work after you re-open/re-launch Pandora.

https://github.com/rivy/xbmc-script.audio.pandora/issues/14


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - mrdally204 - 2014-08-23

(2014-08-23, 01:22)noybman Wrote: In script version 2.3.2 which is the current pull in XBMC 13.2, the Thumbs up thumbs down buttons appear not to work.

I know liked songs came up, but they stayed generic icons. When I Thumbed down a song, it skipped it as I would expect. it turns out the addon works, but the "liked/hated" icon for the thumbs is the same as the inactive ones.

So, just update the icon, and it will work after you re-open/re-launch Pandora.

https://github.com/rivy/xbmc-script.audio.pandora/issues/14
It is quite an annoyance, thanks for the easy fix. Maybe make a pull Request for Rivy to add to the next update?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - locomot1f - 2014-08-25

why are there two versions out thereHuh
and is there any movement to make this an actually plugin, as opposed to a scriptHuh