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


- Kagenoshin - 2011-01-18

Hey I just want to say that it actually worked (after ~ 24h the logos were updated).
Thx for the help!


- MaDDoGo - 2011-01-21

Hi,

good job here. With the new versions it show a dialog where you can select what do you want to download. Is this skin related or script?

Edit: I've seen it's on script side. Is there a chance the strings to be translateable?


- mcborzu - 2011-01-21

MaDDoGo Wrote:Hi,

good job here. With the new versions it show a dialog where you can select what do you want to download. Is this skin related or script?

Edit: I've seen it's on script side. Is there a chance the strings to be translateable?

Skin, what skin you using?


- ppic - 2011-01-22

MaDDoGo Wrote:Hi,

good job here. With the new versions it show a dialog where you can select what do you want to download. Is this skin related or script?

Edit: I've seen it's on script side. Is there a chance the strings to be translateable?

no update since about 3 months !

what strings do you want to translate?


- MaDDoGo - 2011-01-23

Actually there is only a string in the script as I've seen... I post this because in the Simplicity beta there is the logo script with the ability to select what you want to download and there was the first time I saw this, since it I only have seen the auto-download way.


- ppic - 2011-01-24

so what string do you want to translate?


- wonslung - 2011-01-24

Does this script download the logos directly to the media library path?

I'm getting "Error downloading file" every time i try and i'm wondering if this is a real issue or if it's due to where it's actually trying to save the logo....my media library is on a remote server shared via read only NFS...This has never posed a problem because i've always pre-scraped or manually set up the media which xbmc scrapes and saves in it's own database...


thanks for any help.


- mcborzu - 2011-01-24

wonslung Wrote:Does this script download the logos directly to the media library path?

I'm getting "Error downloading file" every time i try and i'm wondering if this is a real issue or if it's due to where it's actually trying to save the logo....my media library is on a remote server shared via read only NFS...This has never posed a problem because i've always pre-scraped or manually set up the media which xbmc scrapes and saves in it's own database...


thanks for any help.

ppic will probably need a debug log...


- wonslung - 2011-01-24

mcborzu Wrote:ppic will probably need a debug log...


oops, i forgot about the loggin feature...it will probably answer my question if it ID trying to save to the library.

Thanks for reminding me, i will try and look at that.


EDIT

yah, it was due to the nfs user not having write access to the directory...i've found a work around for this now that i know what the issue is, thanks for suggesting to log, i totally forgot about this.


- ppic - 2011-01-24

yes, it download it in tvshow folder.


- Randall Lind - 2011-01-24

Can you make a logo for Holmes on Holmes?


- ppic - 2011-01-24

no.


- MaDDoGo - 2011-01-24

Sorry ppic, the string I wanted to translate are those:

Quote: if self.download_image(): xbmcgui.Dialog().ok("Success" , "Download successfull" )
else: xbmcgui.Dialog().ok("Error" , "Error downloading file" )
xbmcgui.Dialog().ok('CANCELED','Operation canceled by user.')
xbmcgui.Dialog().ok('SUMMARY %s TVSHOWS' % len(self.TVlist) , msg , msg2 )
xbmcgui.Dialog().ok('LOGO DOWNLOADER NEEDS YOU', "Please help us to get more art on" , "www.lockstockmods.net / http://www.xbmcstuff.com / www.tvdb.com".upper() )
...

Basically, all the strings. That's not a big deal but then the script will be language independent, (there's people in spain that doesn't know English).

Cheers!

PS: And why not to join TVTunes with this? Both scripts are for download extra information to shows


- ppic - 2011-01-24

because they uses differents sources, and are not working / coding the same way, i'll see to make strings available for translations Wink


- MaDDoGo - 2011-01-24

Oh, perfect, thanks. I told you about the merge because now there are lots of skins supporting TVTunes and Logo-Downloader and the skins mostly have the logo button not the tvtunes. And I've think both scripts downloads extra-information. But I understand the splitting.