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 - 2011-01-28 19:41

why do you install it by zip ?
it's automatically downloaded when skin is using it.


- kroem - 2011-01-28 19:55

Ok, must've misunderstood something... So do I need custom skin to get it working? I have shade now I think...

(sorry for being such a noob...haha)


- ppic - 2011-01-28 21:07

shade is compatible Wink


- kroem - 2011-01-28 21:43

I know... but how do I get cleararts? Sad Sad Sad


- ppic - 2011-01-28 21:45

?!?


- Fuddster - 2011-01-29 01:19

hey all...

i´ve got the newest night (svn) skin today and am on the latest xbmc rev. ...

now i wanted to dl the logos for my shows with the script inside settings, but after searching through my shows, the script shows me the total found and dl`ed logos with "0"...

after that i tried it in season level of one show and with "TV-Info" and "get Logo" and there i can see the logo, clearART etc. for my show but after selecting the one i want, it gives me "download failed" error!

the Orig. Night skin gives me the same errors!!!

What can i do about it!?!?! besides manual download from LockstockmodsConfused

Thank you all i.A.

Fuddster


- mcborzu - 2011-01-29 02:48

Fuddster Wrote:hey all...

i´ve got the newest night (svn) skin today and am on the latest xbmc rev. ...

now i wanted to dl the logos for my shows with the script inside settings, but after searching through my shows, the script shows me the total found and dl`ed logos with "0"...

after that i tried it in season level of one show and with "TV-Info" and "get Logo" and there i can see the logo, clearART etc. for my show but after selecting the one i want, it gives me "download failed" error!

the Orig. Night skin gives me the same errors!!!

What can i do about it!?!?! besides manual download from LockstockmodsConfused

Thank you all i.A.

Fuddster

ppic will probably need a debug log...


- ppic - 2011-01-29 02:59

for sure yes !


- darkscout - 2011-01-31 22:02

Code:
15:01:03 T:2853153648 M:794451968   DEBUG: ------ Window Init (DialogProgress.xml) ------
15:01:03 T:2853153648 M:794451968   DEBUG: Alloc resources: 1.17ms (0.00 ms skin load)
15:01:03 T:2853153648 M:794451968  NOTICE: ### download :http://fanart.tv/fanart/75397/clearlogo/mynameisearl-75397.png
15:01:03 T:3077842816 M:794451968   DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.cinema.experience.'
15:01:03 T:2853153648 M:794456064   DEBUG: Previous line repeats 43 times.
15:01:03 T:2853153648 M:794456064 WARNING: FileSmb::OpenForWrite() called with overwriting enabled! - smb://server%2elocal/TV/My%20Name%20Is%20Earl/logo%2epng
15:01:03 T:2853153648 M:794456064   ERROR: FileSmb->Open: Unable to open file : 'smb://server%2elocal/TV/My%20Name%20Is%20Earl/logo%2epng'
                                            unix_err:'d' error : 'Permission denied'
15:01:03 T:2853153648 M:794456064  NOTICE: ### Image download Failed !!! (download_logo)
15:01:03 T:2853153648 M:794456064  NOTICE: Traceback (most recent call last):
15:01:03 T:2853153648 M:794456064  NOTICE:   File "/home/xbmc/.xbmc/addons/script.logo-downloader/default.py", line 569, in download_image
15:01:03 T:2853153648 M:794456064  NOTICE:     fp , h = urllib.urlretrieve( self.image_url.replace(" ", "%20") , destination , _report_hook )
15:01:03 T:2853153648 M:794456064  NOTICE:   File "/usr/local/lib/xbmc/system/python/python24.zip/urllib.py", line 89, in urlretrieve
15:01:03 T:2853153648 M:794456064  NOTICE:     return _urlopener.retrieve(url, filename, reporthook, data)
15:01:03 T:2853153648 M:794456064  NOTICE:   File "/usr/local/lib/xbmc/system/python/python24.zip/urllib.py", line 225, in retrieve
15:01:03 T:2853153648 M:794456064  NOTICE:     tfp = open(filename, 'wb')
15:01:03 T:2853153648 M:794456064  NOTICE: IOError: [Errno 0] Error: 'smb://server.local/TV/My Name Is Earl/logo.png'
15:01:03 T:3077842816 M:794456064   DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.cinema.experience.'

That's where it's failing me on some of my TV shows.


- ppic - 2011-01-31 22:34

and you don't read your log?
the problem is clear there no ?

Code:
unix_err:'d' error : 'Permission denied'