![]() |
|
[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 |
- YellowSheep - 2011-10-25 07:06 So I managed to modify the script so that you can switch skins but right now you have to actually type in the name of the skin folder for it to work. I'm not sure how to make it "load" the names so you can just select through them like you can for the main XBMC skins. Will work on it some more in the morning. - htpc guy - 2011-10-25 14:49 YellowSheep Wrote:So I managed to modify the script so that you can switch skins but right now you have to actually type in the name of the skin folder for it to work. I'm not sure how to make it "load" the names so you can just select through them like you can for the main XBMC skins. Will work on it some more in the morning. Thanks. I figured out how to edit the settings.xml file so it provides a setting called "Look + Feel" (may change to just skin or appearance). This will give the user a spinner button to choose which skin. If you could send me the default.py file you edited that would be great. Please comment in the changes you made so I can easily detect what is new and get this going. Thanks again.
- htpc guy - 2011-10-26 01:01 Code: <setting id="skin" type="enum" label="Look + Feel"This is added to the settings.xml file. It lets the user choose the skin using a spinner. - mrdally204 - 2011-10-26 01:32 Is this script in a repo yet or is it a manual install? If repo which, if not please do so as it looks great and would love to have the auto update feature working as it looks like its ever evolving
- htpc guy - 2011-10-26 02:43 Unfortunately no Repo. I'm modding the files adding more skins. It is on git but if you use my modifications then you will not be able to update from git. Spbogie doesn't come around often. Seems he only makes revisions in order to keep the program functional. - YellowSheep - 2011-10-26 04:50 htpc guy Wrote: I had already figured out how to do this, however what I really would like is the ability to add skins to the folder and have the user be able to choose them without having to add it to the settings.xml file. also you should change it to Code: <setting id="skin" type="[b]labelenum[/b]" label="Look + Feel"- YellowSheep - 2011-10-26 05:29 Here is my default.py file. The Skin setting type needs to be a labelenum for this to work - htpc guy - 2011-10-27 01:35 ^^ Works like a charm. Thanks! ^^ Hopefully tonight I can post a download link with another skin. - YellowSheep - 2011-10-27 04:49 Cool, glad it works. I should probably add some checks to make sure the skin loads properly (i.e. the skin file actually exists) and give the user a good error message if it does not. - htpc guy - 2011-10-27 05:35 Pandora with 3 different skins! I'll just throw some images out here and let them speak for themselves. ![]() Choose Addon Settings to pick the skin ![]() Default - Inspired by Pandora's website, Android and iOS apps ![]() Alaska - Inspired by.... Umm I can't remember. Thanks Hitcher ![]() ![]() Smoke - This one has a partially transparent background. Works best with the artist slideshow addon. I believe its in the official repo. ![]() Transparent background in effect. Download Files This is the entire working addon. Please back up your current Pandora skin to be safe. |