![]() |
|
[RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (/forumdisplay.php?fid=148) +---- Thread: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) (/showthread.php?tid=70471) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
- mbbransc - 2011-02-04 04:45 thecgmguy Wrote:Which file? The .zip file from file site link you were quoted on near the top of this page. *Edit: top of previous page **Edit: I just tried on a different PC and got "File is invalid or corrupt". Any shot someone can get me a valid version? -thx Proxy help - DamianXD - 2011-02-04 17:37 Hello spbogie, I don't know if you are still supporting this script, but I can't connect to pandora using the proxy branch (outside the US). I can loggin and make it work but just when I globally set the web proxy ON at the settings for xbmc, but that means that all the other internet applications will run slower because of the global proxy... isn't there any possibility to just run the proxy branch without the global web proxy setting on? In that way just the pandora script will use the proxy... Thanks for your help - AwesomeIncarnat - 2011-02-06 12:53 To all trying to get this to work on an xbox: I cloned the gitorious repository and included changes to allow the new version to work on xbox. You will still need to copy the encryption key files from pianobar for this to work. http://gitorious.org/~awesomeincarnate/xbmc-pandora/xbox-xbmc-pandora wget key files - gsgleason - 2011-02-07 00:38 This rules. To make it easy, assuming you're logged in as the xbmc user: Code: git clone git://gitorious.org/xbmc-pandora/xbmc-pandora.git ~/.xbmc/addons/script.xbmc.pandora- DamianXD - 2011-02-08 17:19 DamianXD Wrote:Hello spbogie,No one? - spbogie - 2011-02-10 01:50 DamianXD, Unfortunatly, as far as I could tell, the proxy is needed for both the api requests (which are handled by the script) and the actual fetching of the song (handled by xbmc itself). If you want to you could try editing the script to hardcode your proxy settings and disable the global settings to see if it works. To do so, edit default.py starting at line 55 to look like the following (obviously substituting your own proxy settings). Code: if True: #GetGuiSetting( 1, "network.usehttpproxy" ):- DamianXD - 2011-02-14 13:26 spbogie Wrote:DamianXD, Wow! Nice fix, it really did it for me I can listen to pandora outside US and still use my normal connection for everything else without any slow down. Amazing work!, thank you so much!
- Bawk - 2011-02-16 19:02 Great script, works great with one exception. I get album art but song/artist/title fields only show a string of numbers. Anyone else had this issue? - ericb1 - 2011-02-17 16:30 Not sure if I'm doing something wrong. I ran these lines below (thanks by the way) from a putty command line, and they all installed correctly. But I don't see the Pandora option or add-on anywhere. Where should I be seeing this? I rebooted as well, and this is on xbmc 10. Any help is greatly appreciated, thanks! gsgleason Wrote:This rules. - htpc guy - 2011-02-17 17:00 ericb1 Wrote:Not sure if I'm doing something wrong. I ran these lines below (thanks by the way) from a putty command line, and they all installed correctly. But I don't see the Pandora option or add-on anywhere. Where should I be seeing this? Did you check Program Addons? I think some skins may call this scripts. |