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 - Milhouse - 2015-03-29

@mato2015: You shouldn't have enabled "Use local files". This addon doesn't support multiple movies in a single folder, and will create a single "poster.jpg" or "fanart.jpg" for all movies in the folder. Reading this thread would have told you that...

Quickest fix is to rescrape your entire library from scratch.


RE: Artwork Downloader - mato2015 - 2015-03-31

(2015-03-29, 05:33)Milhouse Wrote: @mato2015: You shouldn't have enabled "Use local files". This addon doesn't support multiple movies in a single folder, and will create a single "poster.jpg" or "fanart.jpg" for all movies in the folder. Reading this thread would have told you that...

Quickest fix is to rescrape your entire library from scratch.

...thanks for this tip, i've change my structur and rebuilt the database.. and see.. all images are at the right place. Wunderful addon...

thank you !

Blush


RE: Artwork Downloader - Flest - 2015-03-31

how to increase the maximum
"maximum ekstrafanart"?


RE: Artwork Downloader - capfuturo - 2015-03-31

Flest, you would need to modified the last range value to the one you need (currently 20) in the Plugin settings: Limit section of AD's settings.xml located in ...AppData\Roaming\Kodi\addons\script.artwork.downloader\resources\settings.xml Line 30:

Code:
<setting label="32053" type="slider"    id="limit_extrafanart_maximum"   subsetting="true" enable="eq(-1,true)" visible="eq(-1,true)" default="5"     range="5,5,20"  option="int" />

I trust you would use this limit with responsibility so your scraping time doesn't jump to eternity and the servers don't get overloaded.


RE: Artwork Downloader - Flest - 2015-03-31

how to remove a film or series from updates (download)?

or download all the fanart only for one movie or TV series,
and not the whole at once? )))

I downloaded all the fanart, looked at them and removed the bad,
but when adding a new movie, and running plugin again he download fanart that I erased


RE: Artwork Downloader - DruTheFu - 2015-04-03

I've gone ahead and reorganized my "movie" library structure, specifically, organizing each movie into an individual directory of it's own instead of a single directory containing all movie files. The steps I took were:

1) Uninstall Artwork Downloader
2) Remove any folder associated to AD within my Kodi directory
3) Removed sources from Video Library
4) Created individual sub-directories for each movie within my main "Movie" directory, and moved the specific movie file into its respective folder
5) Installed Artwork Downloader, and enabled "Use local files"
6) Re-added sources to Video Library, enabled that files are stored into individual folders, and re-scrapped
7) After files were added to library, I ran Artwork Downloader

The thing is, AD did not download any files after it was executed, displaying that 0 files downloaded. I was expecting to see image files downloaded into the individual movie directories alongside the video file. Did nothing download because I have "Use local files" enabled?


RE: Artwork Downloader - capfuturo - 2015-04-03

8) Log


RE: Artwork Downloader - superfaker - 2015-04-05

Hello guys !
i´ve a problem with Artwork Downloader
The script is able to download all images expect the Logos and Clearart for TV Shows.
IS this a known issue or is it a problem on my side?

config :
Openelec 5.0.8 (Kodi with Neon Skin)
Artwork downloader 13.0.0
TheMovieDatabase Scraper (working with tvdb scraper)

Why is not working with TheMovieDatabase Scraper ?


RE: Artwork Downloader - Waltman - 2015-04-07

Is it my setup or is artwork downloader not retrieving TVSHOW art from fanart.tv ? I tried to get this (and some other) artwork https://fanart.tv/series/266631/thunderbirds-are-go/ but no success. It keeps reporting Total artwork 0 and failed on all the categories like logo, hdclearart etc.

Using kodi 14.2 with aeon nox 5 skin

log can be found http://pastebin.com/0Y8Ct0Rk


RE: Artwork Downloader - capfuturo - 2015-04-07

@Walt74: The link you have supplied for the art contains none of the images you expect to fetch but HD artwork. The latter isn't supported by AD.


RE: Artwork Downloader - Waltman - 2015-04-07

(2015-04-07, 15:23)capfuturo Wrote: @Walt74: The link you have supplied for the art contains none of the images you expect to fetch but HD artwork. The latter isn't supported by AD.

Why didnt i see that......Confused


RE: Artwork Downloader - Martijn - 2015-04-07

(2015-04-07, 15:23)capfuturo Wrote: @Walt74: The link you have supplied for the art contains none of the images you expect to fetch but HD artwork. The latter isn't supported by AD.

it is


RE: Artwork Downloader - Hitcher - 2015-04-07

@Martijn Is it possible to run Artwork Downloader to add a new art type when using the local files files option?

ie I'm making my own TV show artwork for my Fire TV skin as seen here -

Image

Each image is named ftv.jpg but it's a pain having to add each one separately on my systems so I'd like to run Artwork Downloader to find and add them for me.

Thanks.


RE: Artwork Downloader - Martijn - 2015-04-07

that would need to be hacked in and just searching for "random" files could become a mess.
not impossible of course


RE: Artwork Downloader - Hitcher - 2015-04-07

Once I have added the initial new art type to Kodi (eg ftv) then ListItem.Artwork(ftv) becomes a valid type but Kodi doesn't then add it for new shows or refreshes.