![]() |
|
[RELEASE] Logo Downloader Script - 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: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Logo Downloader Script (/showthread.php?tid=74912) |
- choobs - 2011-05-17 11:43 isamu.dragon Wrote:if your skin can use logo.png, landscape.jpg, or clearart.png. And they are already present in the TV Show Folders (i.e. Futurama\logo.png) then they should be read automatically.Huh. Guess I'll have to check the debug logs to see why they aren't then. Thanks for the answer! - hendoben - 2011-05-25 00:29 Hi. I keep getting a script failed error. Here's the debug log http://pastebin.com/4QM2ym6z - ppic - 2011-05-25 02:00 problem with your python version as i see. - john.doe - 2011-06-01 17:39 so... exists a manual method to repair it? - ppic - 2011-06-01 18:03 john.doe Wrote:so... exists a manual method to repair it? repair what? - skoj - 2011-06-02 03:50 I believe I've found a bug in the script. In bulk mode the script only downloads the XML for a series from fanart.tv if "logo=True" parameter is passed and logo.png file does not exist in the series folder. Problem is that the script continues to run and when it tries to process clearart and showthumb it generates a python error because that section of code assumes that the XML has already been downloaded. debug log: http://pastebin.com/YjJvHYAA The relevant code is in the bulk_mode() routine. I've made a quick fix which fixes the problem for me. I'd be glad to send you a copy of the script with my changes if you want. Quick summary of the code ==================== Code: for currentshow in self.TVlist:My solution ========= Code: for currentshow in self.TVlist:- ppic - 2011-06-02 12:21 ho yes, already corrected that but forget to push, sorry ! - ppic - 2011-06-02 12:56 i've just pushed the correction to addons list - rendered - 2011-06-07 13:53 Where about is this script in the Addons on XBMC? - ppic - 2011-06-07 20:03 automatically downloaded by skins that use it ! |