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)



- smorloc - 2011-05-26

I'm using the latest XBMC release on a Windows 7 box. I can't speak to
older nstallations and other platforms. I wanted to point out a note in
the "README.txt" file included in the distribution that might be relevent
to other installatios:

Quote: If using a skin which does not support the new addons format (ie. showmix)
copy the files from "PUT IN SKIN FOLDER" to the skins folder.

Regards,
Steve


HELP: "Script Failed! :script.xbmc.pandora" - apezam - 2011-05-27

I have XBMC build 15/5/2011 for ATV2.
Latest version Pandora from smorloc gives error "Script Failed! Confusedcript.xbmc.pandora" in the bottom, right-hand corner of the screen.
My log is here:
http://pastebin.com/dNkxUQQF
Please help


- apezam - 2011-05-27

[quote=juancubo]I have a problem loading the script...

I have exactly same problem. Any solutions?


- spbogie - 2011-05-28

After a bit of digging, the missing xml file appears to be related to not having a 720p skin. As evident by the current interface, I'm not a skinner, so if anyone else would be willing to step up and make something nicer I would appreciate it. As a temporary workaround, you can make a copy the NTSC folder under script.xbmc.pandora/resources/skins/Default and name it "720p". This isn't ideal as it will only take up the top corner of the screen, but it will let you use the script until I, or someone else, can put together an updated skin file.


help - tkarns24 - 2011-05-28

htpc guy Wrote:The updated Pandora add-on shows up in the music section under music adding. I think my Alaska version shows under programs.

i have tried almost all the skins , i still get an XBMC error sript failed , just like those other guys. When i first set it up i dowloaded it and added it as a zip . but thursday night i ftp into my atv and tried to add it to the appropriate folder just like the instructions said , but still not change. I have tried to add the smorloc's version 1.1.1 and 1.1.2 neither will even say its enable or show on the program screen. Should i just completely start over.


- sonicmax2k2 - 2011-05-29

Hi all,

I'm a total newbie and have no idea of what I'm doing. I have the tar file and the two crypt files, but I have no idea what to do next. Any guidance would be greatly appreciated.


- eTip - 2011-05-29

sonicmax2k2 Wrote:Hi all,

I'm a total newbie and have no idea of what I'm doing. I have the tar file and the two crypt files, but I have no idea what to do next. Any guidance would be greatly appreciated.

What are you trying to do? Smorloc's version shouldn't require the crypt files.....


- Therms - 2011-05-29

How do you get back to the station selection screen if you've got the visualization going full screen?


- htpc guy - 2011-05-29

Therms Wrote:How do you get back to the station selection screen if you've got the visualization going full screen?

on my machine I hit Menu. I'm using a logitech remote using MCE code. I'm not using any special keyboard/remote xml files.


pandora working - tkarns24 - 2011-05-30

thanks you to all for there inputs it looks great


- apex82 - 2011-06-02

What is everyone using to get this up and running in Canada? Other than a paid vpn service... thanks


- methcat - 2011-06-03

using it, works great. i did have it error out once while i wasn't around. do you have to use the paid version? i figured it was the "are you still listening" popup....


- htpc guy - 2011-06-03

methcat Wrote:using it, works great. i did have it error out once while i wasn't around. do you have to use the paid version? i figured it was the "are you still listening" popup....

I don't use the paid version and it works great. It bypasses adds and the "Are you listening" thing.


- XBMCAPPLE - 2011-06-06

Does anyone know how to keep the cover art at the bottom of the visualization screen when running the pandora script...would love to be able to continually see the songs info as it plays (vs the 10 second splash when a new song begins) or how to bring it back up when needed?
Great work by the way, love this add-on.


- bac522 - 2011-06-08

XBMCAPPLE Wrote:Does anyone know how to keep the cover art at the bottom of the visualization screen when running the pandora script.

I did this through the use of advancesetting.xml
http://wiki.xbmc.org/index.php?title=Advancedsettings.xml.

I added the following line
Code:
<advancedsettings>
        <songinfoduration>300</songinfoduration>
</advancedsettings>

Duration is in seconds, so I used 300 which is 5 minutes...99% of songs are over within 5 minutes, but no reason you couldn't use a larger number.