Kodi Community Forum
[RELEASE] Logo Downloader Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Logo Downloader Script (/showthread.php?tid=74912)

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


- bokkoman - 2011-08-18

i have some errors with openelec/xbmc with skin aeon nox (svn) and your script.
It just gives me errors.
I have the log here:
http://pastebin.com/yvgS7cY0

Hope you can help. Thanks!


- ronie - 2011-08-18

bokkoman Wrote:i have some errors with openelec/xbmc with skin aeon nox (svn) and your script.
It just gives me errors.
I have the log here:
http://pastebin.com/yvgS7cY0

Hope you can help. Thanks!

i think you're trying to run the pre-eden version of the Logo Downloader Script on xbmc dharma?

that won't work :-)


- igotdvds - 2011-08-18

Ok. Who can add the ability to pull CharacterArt from fanart.tv?

It should be named character.png.

Anyone?


- Kode - 2011-08-18

I have added support to the API, you just need to change &v=3 to &v=4 in the script for them to show up (this is to stop the script breaking for people who haven't updated)


- igotdvds - 2011-08-18

Kode Wrote:I have added support to the API, you just need to change &v=3 to &v=4 in the script for them to show up (this is to stop the script breaking for people who haven't updated)

Now we just need support in the addon to bulk download and include it or solo mode to have it as an option.


- ronie - 2011-08-18

igotdvds Wrote:Ok. Who can add the ability to pull CharacterArt from fanart.tv?

It should be named character.png.

Anyone?

here you go:
script.logo-downloader-v3.0.5.zip

please let me know if there's any issues.


- igotdvds - 2011-08-18

ronie Wrote:here you go:
script.logo-downloader-v3.0.5.zip

please let me know if there's any issues.

Seriosuly.....that fast!

What does the code look like for running bulk mode now?

I'm guessing its this....
Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,character=True,clearart=True,logo=True,showthumb=landscape.jpg,poster=poster.jpg,banner=banner.jpg)</onclick>



- ronie - 2011-08-18

igotdvds Wrote:Seriosuly.....that fast!

What does the code look like for running bulk mode now?

it's in the readme.txt, you only have to add: characterart=True

will update the info on the first page as well.


- igotdvds - 2011-08-18

ronie Wrote:it's in the readme.txt, you only have to add: characterart=True

will update the info on the first page as well.

Fantastic!

Now people just need to start submitting character art. Once we have a good amount, I'll add it to Simplicity.


- igotdvds - 2011-08-19

It worked Ronie, thanks again!


- ronie - 2011-08-19

igotdvds Wrote:It worked Ronie, thanks again!

np, glad i could help out on this new idea of yours.

thanx for the feedback ;-)


- Jeroen - 2011-08-21

Question about skin integration. I have two separate buttons in dialogvideoinfo.xml, one to download logo, the other to download banner.

Using solo mode, the "choose what to download" dialog will show up, even if only one type of image is enabled, which seems redundant. Any way to skip the dialog and go to the search results right away?


- ronie - 2011-08-21

Jeroen Wrote:Question about skin integration. I have two separate buttons in dialogvideoinfo.xml, one to download logo, the other to download banner.

Using solo mode, the "choose what to download" dialog will show up, even if only one type of image is enabled, which seems redundant. Any way to skip the dialog and go to the search results right away?

i agree. will check if there's an easy way to skip the dialog in this case.


File Browser Hidden - Mudislander - 2011-08-21

Hi, I have a small problem and need a bit of help. I've got the script running from DialogVideoInfo.xml in solo mode. It works and the first option comes up to choose logo, clearart etc. However the next choice where you can browse the images found is hidden underneath DialogVideoInfo. Not sure if this something I've done or is anyone else having this problem.

In my XBMC Log I do have this error

17:17:26 T:2472 INFO: Loading skin file: C:\Users\Bruce\AppData\Roaming\XBMC\addons\skin.convergence\720p\DialogSelect.xml
17:17:26 T:2472 ERROR: Control 3 in window 13000 has been asked to focus, but it can't

I think this is the list in DialogSelect.xml. Any suggestions on where to look would be appreciated.


- Jeroen - 2011-08-21

Try setting DialogSelect.xml's z-order to 1, did the trick for me.

(although I feel, this shouldn't be necessary)