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


- XBMCG33K - 2010-10-11

Yeah not seeing it there either mate. Xperience doesn't actually have those, so does this mean I need to add it to Xperience?


- prae5 - 2010-10-11

XBMCG33K Wrote:Yeah not seeing it there either mate. Xperience doesn't actually have those, so does this mean I need to add it to Xperience?

Sorry, thought I was replying to another thread ;-) That's where its found in Night.

Assuming you just need to import it into your skin and then call it.


- XBMCG33K - 2010-10-11

Have already added the needed code to the skins addon.xml I may just add a button to make life easier.


- ppic - 2010-10-11

it's only launched by skin, like shade / night / minimedia / backrow, you can also download individual stuff in tvshow info dialog


- ppic - 2010-10-11

yes see the changelog, you have all info in it Wink


- ZombieRobot - 2010-10-12

hey ppic i have almost included your awesome clear art script into Showmix but keep getting errors i can choose what i want to download between logo clearart and showthumb but when i click on one i get Site Unreachable in both dialogvideoinfo.xml and the one under settings download clearart ive used the code at the start of this thread or do you think it is that the site is down?
Image


- ppic - 2010-10-12

i think you should post adebug log if you want me to know Big Grin


- ppic - 2010-10-23

new version!


v2.2.0
- add poster and banner (from http://www.tvdb.com) support (with custom naming) on bulk mode.
- add poster and banner (from http://www.tvdb.com) support (with custom naming) on solo mode.
example:
Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=clearart.png,logo=logo.png,showthumb=landscape.jpg,poster=poster.jpg,banner=banner.jpg)</onclick>

v2.1.4
- add custom naming. pass name in parameter instead of True / False


@ZombieRobot: still waiting for your log to help you


- Flomaster - 2010-10-23

would this custom naming including landscape.jpg images and how would I go about including this custom naming as I don't think Night skin has it yet.

I just grabbed a thumb and it was saved as folder.jpg rather than landscape.jpg
using night skin clicking info on the tv show and clicking the logo button

-=Jason=-


- ppic - 2010-10-23

i don't understand what you want


- Flomaster - 2010-10-23

let me show with pictures

I'd like to have the option to save thumbs as landscape.jpg rather than folder.jpg

Image
Image
Image
Image

-=Jason=-


- ppic - 2010-10-23

need to change the code that launch the script with that:
showthumb=landscape.jpg


- Flomaster - 2010-10-23

ppic Wrote:need to change the code that launch the script with that:
showthumb=landscape.jpg

oh ok, so change from True to landscape.jpg

thanks.

-=Jason=-


- ppic - 2010-10-23

yep, that's it


- Flomaster - 2010-10-23

ok I get permission denied if landscape.jpg already exists

http://flomaster.pastebin.com/9HkJV5Mf

not sure if script error or permissions error on my behalf. it did say permission error.

if I remove landscape.jpg and download again it is success.


-=jason=-