Kodi Community Forum
Artwork Downloader - 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: Artwork Downloader (/showthread.php?tid=114633)



RE: [Release] Artwork Downloader - Martijn - 2012-05-02

It's just the XBMC debulog itself it writes to. I added that option cause other devs where complaining about the log spamming cause usually user forgot to turn of the scanning.

you can use the link in my signature or directly share it on xbmclogs.com


RE: [Release] Artwork Downloader - detroitdr - 2012-05-02

Here is the xbmc debug log. I tried two different tv shows on two different drives. Both shows were scattered across multipaths that i defragged onto 1 drive under 1 directory.
All artwork and any other files were deleted except the main video files.
I deleted the tv show from the xbmc library and cleaned up before rescanning back into xbmc.
ran your script by going to the tv show, typing "I" for info and started your script with no user input.

http://pastebin.com/sr7meu1k


RE: [Release] Artwork Downloader - Martijn - 2012-05-02

(2012-05-02, 17:21)detroitdr Wrote: Here is the xbmc debug log. I tried two different tv shows on two different drives. Both shows were scattered across multipaths that i defragged onto 1 drive under 1 directory.
All artwork and any other files were deleted except the main video files.
I deleted the tv show from the xbmc library and cleaned up before rescanning back into xbmc.
ran your script by going to the tv show, typing "I" for info and started your script with no user input.

http://pastebin.com/sr7meu1k

I can only say they work for me.

could you add this code on line 285 of default.py:
PHP Code:
log(currentitem

so it looks like:
PHP Code:
for currentitem in self.Medialist:
            
log(currentitem)
            
# Check on exact match
            
if normalize_string(itemname) == normalize_string(currentitem['name']): 

and re-do a log?



RE: [Release] Artwork Downloader - detroitdr - 2012-05-03

I've updated the script and currently doing a library inport.. so once it's done I'll be able to redo the log for us.
Thx



RE: [Release] Artwork Downloader - detroitdr - 2012-05-03

ok Here is the updated log.

http://pastebin.com/kZDdiNeH



RE: [Release] Artwork Downloader - Martijn - 2012-05-03

(2012-05-03, 20:33)detroitdr Wrote: ok Here is the updated log.

http://pastebin.com/kZDdiNeH

It seems to find no tvshow at all in your library.
Can you try this one test version

It will probably fail but tell me why


RE: [Release] Artwork Downloader - detroitdr - 2012-05-04

Here is your test version running. Error in script it says.. here is a debug log:

http://pastebin.com/2wbBdwsP

thank-you in advance.



RE: [Release] Artwork Downloader - Martijn - 2012-05-04

(2012-05-04, 15:05)detroitdr Wrote: Here is your test version running. Error in script it says.. here is a debug log:

http://pastebin.com/2wbBdwsP

thank-you in advance.
Think I found it
Try this one if you get anything now: download




RE: [Release] Artwork Downloader - detroitdr - 2012-05-04

You sir, are a genius!!! It's working again.

So what was the issue?



RE: [Release] Artwork Downloader - Martijn - 2012-05-04

(2012-05-04, 19:04)detroitdr Wrote: You sir, are a genius!!! It's working again.

So what was the issue?

It seemed that your tvshows didn't have any season info (very very strange) in it so it failed on that.
Just moved the value on which it failed when it wasn't there two lines up so it's always there even if there is no season info.

shows the fix


RE: [Release] Artwork Downloader - detroitdr - 2012-05-04

Very odd indeed. However you are still a genius.

Thank-you for working with me, greatly appreciate it.

NOW your addon is a 5 Start with me!!

*****

Take care,



RE: [Release] Artwork Downloader - tinybutstrong - 2012-05-04

This addon can take poster from TMDB? Was testing here and listed images are different from themovidedb website, for example this movie bellow:

http://www.themoviedb.org/movie/52520-underworld-awakening/posters

Code used by my skin in movie info:

Code:
<onclick>RunScript(script.artwork.downloader,mode=gui, mediatype=movie,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path],extrathumbs)</onclick>

EDIT: looks like imdb id is wrong for this movie, the edit is blocked for me, I will contact support to check it. Will report later.

EDIT²: yes, it is, the movie is duplicate. Ignore my initial question.

Thanks for this great addon.


RE: [Release] Artwork Downloader - deh2k7 - 2012-05-07

(2012-05-02, 02:16)deh2k7 Wrote: Martjin -

I have a question about the non-standard named TV season items, like TV Posters. It seems like skins are not supporting the new naming convention (perhaps there are some but I'm not using those skins so not sure). Is there any way to put on your request list AD download the items using the XBMC convention instead of the new convention you are using with AD?

I'm aware of the potential issues (need to have a library scraped for AD to work), but there are ways to force a rescrape without losing watched status that has been posted by the XBMC dev team previously. This way, one could scrape, run AD, possibly altering some of the artwork, and then for a rescrape to pick up the newly-downloaded artwork.

Love the addon, but season items is the one thing that's giving me some issues.

Martjin - just wanted to bump this to get your thoughts.


RE: [Release] Artwork Downloader - crimsonfury - 2012-05-10

Can this be setup to download all artwork for TV shows in each show's folder/season folder and not to the general thumbnail folder?


RE: [Release] Artwork Downloader - kamil365 - 2012-05-12

I've got some problems with artwork downloader. It can't download anything at all.
I'm running ubuntu 12.04 32bit

Logs:
http://pastebin.com/Deb2UxH0

Edit:
and from debug mode. I don't know if it's more helpful or not.

http://pastebin.com/nWxk6uWi