[RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8)

  Thread Rating:
  • 10 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tjcinnamon Offline
Senior Member
Posts: 212
Joined: Apr 2012
Reputation: 0
Post: #1271
I don't know much coding outside .NET

This is a great plug and in it's current form doesn't seem too complex. Perhaps adding channels is a different animal.

Frodo Win 8 Pro x64
Fractal Design Node 605 (looks amazing)
i5 3570K, Asus P8Z77V LK
2x80GB Intel 320 SSD, 4TB NAS
GTX 670x2 SLI, 16GB GSkill Ares
Onkyo RC360 with Paradigm piece-by-piece 5.1 build
Nyxboard and AHK full controlled via XBox Controller
find quote
josh.lawless Offline
Junior Member
Posts: 11
Joined: Jan 2010
Reputation: 0
Post: #1272
(2012-05-12 20:13)bostoneric Wrote:  tried the lastest fixes, getting the following error today:

Failed to authenticate listener. check username/password and try again later.

Ditto here. Tried reinstalling, no joy.
find quote
brad0383 Offline
Junior Member
Posts: 8
Joined: Apr 2012
Reputation: 0
Post: #1273
(2012-05-13 18:44)josh.lawless Wrote:  
(2012-05-12 20:13)bostoneric Wrote:  tried the lastest fixes, getting the following error today:

Failed to authenticate listener. check username/password and try again later.

Ditto here. Tried reinstalling, no joy.

Try Rivy's branch of the script. https://gitorious.org/~rivy/xbmc-pandora...mc-pandora

This is working for me.
find quote
edszfa Offline
Junior Member
Posts: 11
Joined: May 2012
Reputation: 0
Post: #1274
Rivys also fails for me with a similar 404 error. Driving me crazy.

Can anyone confirm how to make sure I have a complete uninstall of it? I'm deleting the addon in XBMC, closing XBMC down completely, then going into the .xbmc dir (Linux) and blowing away anything *pandora*. That should be everything right? Because the rivy version still comes up with author spbogie and has an identical config screen. The script that fails is definitely rivy.pandora... now though as I see that pop-up in the XBMC notification area when the script craps out.
find quote
brad0383 Offline
Junior Member
Posts: 8
Joined: Apr 2012
Reputation: 0
Post: #1275
You also need to delete the settings located in .xbmc/userdata/addon_data/
find quote
bac522 Offline
Member
Posts: 84
Joined: Mar 2010
Reputation: 0
Post: #1276
(2012-05-11 16:32)tjcinnamon Wrote:  Also, Is there a way to keep the INFO up for each song regardless. I have to keep hitting the INFO button on my Nyxboard in between every song.

Thanks,
JOe K.

You need to created a file called advancesettings.xlm and put the following listed below into the file. For more info on this file, see http://wiki.xbmc.org/index.php?title=Use...ttings.xml

Code:
<advancedsettings>
        <songinfoduration>600</songinfoduration>
</advancedsettings>

600 represents the number of seconds (10 minutes), you can put in any number you like.
(This post was last modified: 2012-05-15 02:37 by bac522.)
find quote
edszfa Offline
Junior Member
Posts: 11
Joined: May 2012
Reputation: 0
Post: #1277
(2012-05-15 02:07)brad0383 Wrote:  You also need to delete the settings located in .xbmc/userdata/addon_data/

Turns out that the rivy build still says author is spbogie and so I was actually ok, there wasn't overhanging config.

Regardless of this, there's still problems, Rivy's git version has the wrong keys URL path in it so unless you already have keys downloaded it won't work. This is the failing URL:

https://raw.github.com/PromyLOPh/pianoba...ey_input.h

And the Dixon Butts one has a different failing URL which seems to stop me starting it up, this is a now 404:

https://raw.github.com/PromyLOPh/pianoba.../libpiano/

So Rivys won't work if you've not used it to get keys prior to this URL becoming invalid, and Dixon's won't work for me full-stop.

Thanks for all your help guys, but I'm giving up. Neither version will ever work from what I can see unless you happen to have had some semblance of a working setup in place already previously - newcomers to the party like me won't get either to work due to these 404s.
(This post was last modified: 2012-05-15 03:50 by edszfa.)
find quote
brad0383 Offline
Junior Member
Posts: 8
Joined: Apr 2012
Reputation: 0
Post: #1278
(2012-05-15 02:40)edszfa Wrote:  
(2012-05-15 02:07)brad0383 Wrote:  You also need to delete the settings located in .xbmc/userdata/addon_data/

Absolutely nothing matching *pandora* under ${HOME}/.xbmc.

Same issue. Crazy.

That is weird, are you sure you don't have a directory ~/.xbmc/userdata/addon_data/script.xbmc.pandora?
find quote
Smithson15 Offline
Junior Member
Posts: 3
Joined: Feb 2012
Reputation: 0
Post: #1279
(2012-05-15 02:40)edszfa Wrote:  
(2012-05-15 02:07)brad0383 Wrote:  You also need to delete the settings located in .xbmc/userdata/addon_data/

Turns out that the rivy build still says author is spbogie and so I was actually ok, there wasn't overhanging config.

Regardless of this, there's still problems, Rivy's git version has the wrong keys URL path in it so unless you already have keys downloaded it won't work. This is the failing URL:

https://raw.github.com/PromyLOPh/pianoba...ey_input.h

And the Dixon Butts one has a different failing URL which seems to stop me starting it up, this is a now 404:

https://raw.github.com/PromyLOPh/pianoba.../libpiano/

So Rivys won't work if you've not used it to get keys prior to this URL becoming invalid, and Dixon's won't work for me full-stop.

Thanks for all your help guys, but I'm giving up. Neither version will ever work from what I can see unless you happen to have had some semblance of a working setup in place already previously - newcomers to the party like me won't get either to work due to these 404s.

After looking at the github for the Dixon Butts link, it looks like the address has had a slight update. So it should be:

https://github.com/PromyLOPh/pianobar/tr.../libpiano/

Now I don't know how many instances there are where these links are referenced (I have no background in this type of stuff), but if someone who has some experience can take a look and see if those updates work, I would be happy to test.
(This post was last modified: 2012-05-15 20:59 by Smithson15.)
find quote
jawilljr Offline
Senior Member
Posts: 164
Joined: Jan 2010
Reputation: 5
Post: #1280
Doesn't work for me...get failed authentication bad username/password.

Funny the same username/password works in Directv/Android/pandora.com

Why don't it work here?
find quote
Post Reply