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-08-30

read the forum rules AND first post!
i will simply ignore anyone not following them



RE: Artwork Downloader - spencerjford - 2013-08-30

Pastebin log here http://pastebin.com/yzwdxDWh

it just says fails when I attempt to run it.


RE: Artwork Downloader - Martijn - 2013-08-30

(2013-08-30, 22:25)spencerjford Wrote: Pastebin log here http://pastebin.com/yzwdxDWh

it just says fails when I attempt to run it.

READ THE FREAKIN RULES AGAIN! NO LOG SNIPPETS


RE: Artwork Downloader - Aemstel - 2013-08-31

(2013-08-29, 22:57)hoopsdavis Wrote: Martijn, something I've noticed since the recent update. whenever I attempt to download Art, I get a script error. Prior to the update I had no problems.

I uninstalled and re-installed but the issue remains.

Had the same issue. 'Centralize extrafanart' caused it. Turn that off and it works again.


RE: Artwork Downloader - hoopsdavis - 2013-08-31

(2013-08-31, 14:15)Aemstel Wrote:
(2013-08-29, 22:57)hoopsdavis Wrote: Martijn, something I've noticed since the recent update. whenever I attempt to download Art, I get a script error. Prior to the update I had no problems.

I uninstalled and re-installed but the issue remains.

Had the same issue. 'Centralize extrafanart' caused it. Turn that off and it works again.

Just tried that, didn't work for me.


RE: Artwork Downloader - Tomkun - 2013-08-31

Is it possible to make Artwork Downloader only use local artwork and not use online at all?

I have previously downloaded all the available artwork for my media but had to refresh the database. Now I am using Artwork Downloader to add all the artwork to the database and it is taking hours. I know that there is nothing online that I don't already have, but it is apparently rechecking everything and slowing down the system so much that it is not reliably usable.


RE: Artwork Downloader - ScotchTape - 2013-09-01

Artworkdownloader gives me troubles since a couple of days, like others in the last posts. I don't know when it's started.

The log can be found here: http://xbmclogs.com/show.php?id=53187
Setting centralised extrafanart to off doesn't change anything.

I've noticed the same problem at a friend of mine on windows, where it was just installed but not configured.

EDIT: just tried the development version from github: problem solved


RE: Artwork Downloader - hoopsdavis - 2013-09-01

(2013-09-01, 08:40)ScotchTape Wrote: Artworkdownloader gives me troubles since a couple of days, like others in the last posts. I don't know when it's started.

The log can be found here: http://xbmclogs.com/show.php?id=53187
Setting centralised extrafanart to off doesn't change anything.

I've noticed the same problem at a friend of mine on windows, where it was just installed but not configured.

EDIT: just tried the development version from github: problem solved

ScotchTape, could you share the link for the dev version you're using. Can't locate it.

Thanks inn Advance


RE: Artwork Downloader - helloterence - 2013-09-01

I have also been having the same problem that several have described in regards to downloading and getting a script error.


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

(2013-09-01, 20:58)helloterence Wrote: I have also been having the same problem that several have described in regards to downloading and getting a script error.

oh no, that's too bad


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

not getting any errors, but the program is not downloading extrafanart.
i'll get a proper log tomorrow. but just wondering if anyone else is experiencing this.

i get the extrathumbs, but as of Friday, any new movie that I downloaded is not getting any extrafanart.


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

Martijn - same error here. I'm using the same method in Arctic as Black is using for xperience1080 for the gui downloader mode. Both skins seem to throw up the same errors. It doesn't seem to matter whether I use a custom DialogSelect.xml for artwork downloader gui or the standard one used for selecting skins and settings etc. (didn't think it would be related to that, but I checked just in case). There was originally an issue with centralised artwork that turning off then on again fixed. However, the issue with being unable to select different artwork persists.

Here is a full log with debug on: http://xbmclogs.com/show.php?id=53727

The error that consistently occurs is from line 368--403. It doesn't matter for what type of artwork. The script shows the artwork available for download, but when selecting new artwork the error occurs.

Edit: Same errors are happening on my macbook with Gotham Alpha 6. My other machine is a Linux distro running Frodo 12.2


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

Remove the snippet !


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

Confirmed that disabling the centralize artwork under the advanced features gets rid of the script error in my case as well.


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

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?