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) - 321liftoff - 2012-12-14

(2012-12-14, 03:33)k3oni Wrote:
(2012-12-13, 23:00)321liftoff Wrote:
(2012-12-05, 04:41)k3oni Wrote: I don't think MP3-high is actually available anymore.. I will take it out next time i am looking at the add-on..
MP3 192kbps is still available, because I just used PandoraJam, which records the Pandora stream, and my high quality audio is still recording in MP3 format at 192kbps.

Are you running the addon using mp3-high as well, just want to make sure it is working.
I think Pandora is actually sending the audio based on the connection now.
I'll try when I get home today, but I suspect that nothing has changed, so when I switch from AAC to MP3-High, I predict I'll get the error I posted at #1639



RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - 321liftoff - 2012-12-15

I checked this morning and I still get the same error with MP3-hifi. So there must be something in the addon that isn't handling it correctly, since PandoraJam still works with 192kbps MP3.


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - josh.lawless - 2012-12-15

I've got a XBMCUbuntu installation on my Asrock Ion 330 HT, and I've been getting the problem where Pandora plays four or five songs and then stops. Today I installed the version linked in the first post, deleted my entire ~/.xbmc/userdata/addon_data/script.xbmc.pandora/ settings folder, and tried again. The first time, it played four songs and stopped. I turned the screensaver off, and it ran a lot longer (15 songs) before happening again. Here's a pastebin of the xbmc.log for the last few songs:

http://pastebin.com/FUAgZUkH

The seemingly relevant lines:

Code:
13:35:48 T:133147504   ERROR: Exception in python script callback execution
13:35:48 T:133147504   ERROR: Traceback (most recent call last):
13:35:48 T:133147504   ERROR:   File "/home/xbmc/.xbmc/addons/script.xbmc.pandora/pandaplayer.py", line 24, in onPlayBackStarted
13:35:48 T:133147504   ERROR: self.panda.quit()
13:35:48 T:133147504   ERROR:   File "/home/xbmc/.xbmc/addons/script.xbmc.pandora/default.py", line 234, in quit
13:35:48 T:133147504   ERROR: self.player.timer.stop()
13:35:48 T:133147504   ERROR: AttributeError
13:35:48 T:133147504   ERROR: :
13:35:48 T:133147504   ERROR: '_Timer' object has no attribute 'stop'
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song It's Simple
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'Dirty Old Hip Hop', 'artist': u'Visioneers', 'title': u"It's Simple"}
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song Thinking About Tomorrow (IPG Dub)
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'The Other Side Of Daybreak', 'artist': u'Beth Orton', 'title': u'Thinking About Tomorrow (IPG Dub)'}
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song Groovin'
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'Mushroom Jazz Six', 'artist': u'Kero One', 'title': u"Groovin'"}
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song Maha Deva
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'Love Holding Love', 'artist': u'Wah (Electronic)', 'title': u'Maha Deva'}



RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - josh.lawless - 2012-12-16

Another error that's come up twice when Pandora crashed after a single song:


14:18:54 T:7738368 ERROR: ClearBlock: Trying to clear non existent block /home/xbmc/.xbmc/addons/script.xbmc.pandora



RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - k3oni - 2012-12-16

(2012-12-15, 18:26)321liftoff Wrote: I checked this morning and I still get the same error with MP3-hifi. So there must be something in the addon that isn't handling it correctly, since PandoraJam still works with 192kbps MP3.

Ok, thanks, i'll take a look and see if i can find something.

(2012-12-15, 23:58)josh.lawless Wrote: I've got a XBMCUbuntu installation on my Asrock Ion 330 HT, and I've been getting the problem where Pandora plays four or five songs and then stops. Today I installed the version linked in the first post, deleted my entire ~/.xbmc/userdata/addon_data/script.xbmc.pandora/ settings folder, and tried again. The first time, it played four songs and stopped. I turned the screensaver off, and it ran a lot longer (15 songs) before happening again. Here's a pastebin of the xbmc.log for the last few songs:

http://pastebin.com/FUAgZUkH

The seemingly relevant lines:

Code:
13:35:48 T:133147504   ERROR: Exception in python script callback execution
13:35:48 T:133147504   ERROR: Traceback (most recent call last):
13:35:48 T:133147504   ERROR:   File "/home/xbmc/.xbmc/addons/script.xbmc.pandora/pandaplayer.py", line 24, in onPlayBackStarted
13:35:48 T:133147504   ERROR: self.panda.quit()
13:35:48 T:133147504   ERROR:   File "/home/xbmc/.xbmc/addons/script.xbmc.pandora/default.py", line 234, in quit
13:35:48 T:133147504   ERROR: self.player.timer.stop()
13:35:48 T:133147504   ERROR: AttributeError
13:35:48 T:133147504   ERROR: :
13:35:48 T:133147504   ERROR: '_Timer' object has no attribute 'stop'
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song It's Simple
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'Dirty Old Hip Hop', 'artist': u'Visioneers', 'title': u"It's Simple"}
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song Thinking About Tomorrow (IPG Dub)
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'The Other Side Of Daybreak', 'artist': u'Beth Orton', 'title': u'Thinking About Tomorrow (IPG Dub)'}
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song Groovin'
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'Mushroom Jazz Six', 'artist': u'Kero One', 'title': u"Groovin'"}
13:35:48 T:2844425072  NOTICE: PANDORA: Adding song Maha Deva
13:35:48 T:2844425072  NOTICE: PANDORA: item info = {'album': u'Love Holding Love', 'artist': u'Wah (Electronic)', 'title': u'Maha Deva'}

Please try with the following version: https://www.yaktab.com/en/p251f2 .
Let me know if you still have the same issue.



RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - kedarva - 2012-12-16

The start screen shows up, and then when I click the downwards arrow, I just get a black screen with a white P at the upper right hand corner. Also, the initial home menu is completely blank. Can someone help me out?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - k3oni - 2012-12-16

(2012-12-16, 19:01)kedarva Wrote: The start screen shows up, and then when I click the downwards arrow, I just get a black screen with a white P at the upper right hand corner. Also, the initial home menu is completely blank. Can someone help me out?

The downwards arrow is for the visualization, did you started playing a song after you started the addon, also which version did you installed?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - kedarva - 2012-12-17

(2012-12-16, 19:28)k3oni Wrote:
(2012-12-16, 19:01)kedarva Wrote: The start screen shows up, and then when I click the downwards arrow, I just get a black screen with a white P at the upper right hand corner. Also, the initial home menu is completely blank. Can someone help me out?

The downwards arrow is for the visualization, did you started playing a song after you started the addon, also which version did you installed?
I downloaded the version you posted above, https://www.yaktab.com/en/p251f2
And i'm not sure how to add a song, the box on the left is empty, and all I see is the logo, with the thumbs up/down/zzz


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - k3oni - 2012-12-17

(2012-12-17, 00:44)kedarva Wrote:
(2012-12-16, 19:28)k3oni Wrote:
(2012-12-16, 19:01)kedarva Wrote: The start screen shows up, and then when I click the downwards arrow, I just get a black screen with a white P at the upper right hand corner. Also, the initial home menu is completely blank. Can someone help me out?

The downwards arrow is for the visualization, did you started playing a song after you started the addon, also which version did you installed?
I downloaded the version you posted above, https://www.yaktab.com/en/p251f2
And i'm not sure how to add a song, the box on the left is empty, and all I see is the logo, with the thumbs up/down/zzz

You need to add the stations into your pandora account first in the web browser, then setup your account in the pandora addon configuration area, open the addon on your htpc and your stations will sync for your account.


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - kedarva - 2012-12-22

(2012-12-17, 00:49)k3oni Wrote:
(2012-12-17, 00:44)kedarva Wrote:
(2012-12-16, 19:28)k3oni Wrote: The downwards arrow is for the visualization, did you started playing a song after you started the addon, also which version did you installed?
I downloaded the version you posted above, https://www.yaktab.com/en/p251f2
And i'm not sure how to add a song, the box on the left is empty, and all I see is the logo, with the thumbs up/down/zzz

You need to add the stations into your pandora account first in the web browser, then setup your account in the pandora addon configuration area, open the addon on your htpc and your stations will sync for your account.

Ok, I'll try that. Thanks!


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - dragonash - 2012-12-22

noob question:

But how do you install this script?
When i go the usual route of installing an addon via a zip, it doesnt show up


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - Bananasdoom - 2012-12-23

(2012-12-22, 21:33)dragonash Wrote: noob question:

But how do you install this script?
When i go the usual route of installing an addon via a zip, it doesnt show up

It should show up if it is in a .zip file make sure that it is a .zip not .tar or .tar.gz


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - badassdes - 2012-12-23

I converted the tar.gz to a zip file. Now getting this message: "Add-On does not have the correct structure"
This is how it reads after it was converted to Zip:
vtwoods-vtwoodss-xbmc-pandora-pithos-master.zip

What I'm doing wrong?
Thanks in advance.


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - a_team - 2012-12-24

I absolutely love this Add-on! Thank you so much for developing it! What's the ZZZ button for? Does it add more ZZ-Top to the playlist?


RE: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - k3oni - 2012-12-24

(2012-12-23, 19:32)badassdes Wrote: I converted the tar.gz to a zip file. Now getting this message: "Add-On does not have the correct structure"
This is how it reads after it was converted to Zip:
vtwoods-vtwoodss-xbmc-pandora-pithos-master.zip

What I'm doing wrong?
Thanks in advance.

Download this one : https://www.yaktab.com/en/p251f2 instead of the master tar.gz. If you want to know why please read the last 5 or so pages of this thread.

(2012-12-24, 20:51)a_team Wrote: I absolutely love this Add-on! Thank you so much for developing it! What's the ZZZ button for? Does it add more ZZ-Top to the playlist?

Yes more ZZ-Top Smile, Zzz is for voting, instead of voting thumb-down you can use Zzz which will keep the song out of your play lists for 30 days.