XBMC Community Forum
[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)



- ppic - 2010-11-08 17:21

depend what are arguments that the skin uses.


- hendoben - 2010-11-08 18:37

okay, guess something changed on the skin then.

anyone know what skin does the lot, downloads clearart, banner, landscape and logo? or what line of code do i need to enter for everything to be downloaded?

I've found this in the skin settings.xml
Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=True,logo=True,showthumb=True)</onclick>

would it be a simple case of changing the above line of code?


- ppic - 2010-11-08 18:44

change it to that:

Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=True,logo=True,showthumb=landscape.jpg,banner=bann​er.jpg,poster=poster.jpg)</onclick>



- hendoben - 2010-11-08 18:56

Awesome, that worked a treat. Thanks!!! Smile


- djtoll - 2010-11-10 21:56

@ MCBORZU

Hi,

where I found this dialog window in your night skin ? Which .xml ?

[Image: scriptlogodownloader.jpg]

I would integrated (logo Downloader script) in my Joggler Skin.

THX and greetz djtoll


- mcborzu - 2010-11-10 22:20

djtoll Wrote:@ MCBORZU

Hi,

where I found this dialog window in your night skin ? Which .xml ?

[Image: scriptlogodownloader.jpg]

I would integrated (logo Downloader script) in my Joggler Skin.

THX and greetz djtoll

Dialogselect.xml, also if you turn debugging=true in addon.xml it'll tell you what .xml you are in - very helpful

You need this bolded line in Dialogselect.xml otherwise will render behind other windows...
Quote:<window type="dialog" id="2000">
<defaultcontrol always="true">3</defaultcontrol>
<zorder>3</zorder>



- djtoll - 2010-11-11 17:42

Quote:You need this bolded line in Dialogselect.xml otherwise will render behind other windows...

Big Thanks.


- timdog82001 - 2010-11-25 22:24

I'm not sure if this is outside the scope of your vision for this script, but I'm curious - any thoughts about incorporating "extrathumbs" downloading as well?


- ppic - 2010-11-26 03:03

no, not same kind of images.


- sjobbels - 2010-11-26 12:16

Hi,
I'm using the customizable confluence skin. Two weeks ago the clear art worked like a charm when pressing pause during a tv serie. But now I don't see any clearart? I've tried to download the cleartarts again, but nothing happened. What can be the problem?

thanks