Kodi Community Forum
logo downloader script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Neon (https://forum.kodi.tv/forumdisplay.php?fid=139)
+----- Thread: logo downloader script (/showthread.php?tid=99787)



logo downloader script - joelones - 2011-04-20

Noticed that you asked ppic to fix the clearart download problem in the script. Was just wondering whether we need to update it via a repo (which to be precise)? Or is the script self-contained in Neon and hence will be updated once we update neon?

Thanks.


- stoli - 2011-04-20

When it is updates, it will have to be via the repo.


- joelones - 2011-04-20

thanks. i manually edited default.py in the mean time to get it working..

Code:
247                 if self.clearart or self.show_thumb and not self.lockstock_xml:
248                     if DEBUG: print "### get xbmcstuff xml"
249                     self.get_lockstock_xml()

in .xbmc/addons/script.logo-downloader if others want to get it working.