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: Artwork Downloader - Martijn - 2013-09-02

small bug, will fix


RE: Artwork Downloader - locomot1f - 2013-09-02

here's a log for my problems with the extrafanart folder.

http://pastebin.com/ZR9v5PVu


RE: Artwork Downloader - Martijn - 2013-09-02

enable debug
log doesn't contain any useful info


RE: Artwork Downloader - locomot1f - 2013-09-02

debug enabled log.

thanks in advance.

http://pastebin.com/n2wCgPgt

so, for instance. i used to have Superman (all four), in which I had extrafanart. I then decided to download the movie in another format. after downloading, i ran the script to get the everything back (extrafanarts again) -- it creates everything, except that folder.


RE: Artwork Downloader - Martijn - 2013-09-02

please don't use remote or whatever it makes the log unreadable.
you also need debugging in addon settings.
i cannot see anything happening with all the spam around it


RE: Artwork Downloader - locomot1f - 2013-09-02

hoping this will be a little bit clearer. i don't have a keyboard ATM, so this is the best I can do... ATM.

http://xbmclogs.com/show.php?id=54072

i don't get it. i can't think of anything that has changed on my system. i don't think it's a permissions thing, because it gets extrathumbs.
could it be the grab.fanart module?

again, thanks in advance.


RE: Artwork Downloader - nomeutente - 2013-09-03

Hi, i'm using xbmc 12.2 with the lastes arwork downloader addon. I've run the addon in auto mode for downloading all the extras for my movies. The addon seems to work properly but I cannot figure out where it is storing all the extras downloaded (ie: poster.jpg, fanart.jpg, clearart.jpg etc...).
My movie library has the following folder structure:

/Movies/Moviename/Moviename.mkv
/Movies/Moviename/extrathumbs
/Movies/Moviename2/Moviename2.mkv
/Movies/Moviename2/extrathumbs
...

the addon is able to create the proper subfolder for extra thumbs each containing 4 thumbs but it doesn't create the extrafanart subfolder and doesn't store the other extras in the proper moviefolder.


RE: Artwork Downloader - locomot1f - 2013-09-03

@ nomeutente, that's what I'm experiencing.
Please provide Martijn with a debug log -- turn on debugging on the system, as well as in the addon -- and post it. you may need to post this in xbmclogs.com, as I did above.


RE: Artwork Downloader - nomeutente - 2013-09-03

Here it is: http://xbmclogs.com/show.php?id=54356

Logged while running artwork downloader after starting xbmc.


RE: Artwork Downloader - theredguy - 2013-09-03

I'm getting some inconsistencies with movies getting extrafanart. Some are working totally fine (e.g. Shrek, The Master) and grabbing 5 extrafanarts, making that folder beside the media and dropping them in there. Others (e.g. Cars, Snatch) aren't grabbing any (though they do grab extrathumbs). Is there any known reason why I might be seeing this behaviour? I can grab a debug log later if it would help.

(Edit: Frodo 12.2 on Windows 7 if that helps.)


RE: Artwork Downloader - locomot1f - 2013-09-04

@theredguy, are the above posts not clear enough? i'm not trying to be rude. if they aren't, then maybe I'm not stating the problem in the correct way.
but myself, and nomeutente are having the same issue.
please post a log (as described in previous posts), there is obviously something going on...


RE: Artwork Downloader - theredguy - 2013-09-04

Yeah I dropped the ball on that. I did some searches but didn't carefully read back into the conversation. Glad to hear it isn't just me. It only seems to be happening on the most recently added movies. I'll grab a debug log when I get a chance.


RE: Artwork Downloader - Martijn - 2013-09-04

(2013-09-02, 15:40)jurialmunkey Wrote: From further tests, I've narrowed down the issue to calling the gui directly for specific artwork types. For instance:

RunScript(script.artwork.downloader,mode=gui,mediatype=movie,dbid=$INFO[ListItem.DBID],poster)

^^ this causes an error when trying to download a new poster, whereas if I run the gui without the bold part then navigate to poster and select a new poster it will download properly.

Martijn, is the ability to call the gui directly for specific artwork types no longer supported?

Try github code


RE: Artwork Downloader - davew_uk - 2013-09-04

Quote:I'm getting some inconsistencies with movies getting extrafanart. Some are working totally fine (e.g. Shrek, The Master) and grabbing 5 extrafanarts, making that folder beside the media and dropping them in there. Others (e.g. Cars, Snatch) aren't grabbing any (though they do grab extrathumbs).

I've been having the same problem the latest update I think. I got around it by turning off "limit artwork", and then just deleted the extrafanarts I didn't like.


RE: Artwork Downloader - locomot1f - 2013-09-04

@Martijn -- thanks! using the latest github worked!