Kodi Community Forum
[RELEASE] Artwork Downloader - Skin support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Artwork Downloader - Skin support (/showthread.php?tid=115682)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31


RE: [RELEASE] Artwork Downloader - Skin support - User 34959 - 2013-03-24

No i mean to download in bulk mode for multiple media types without using addon settings, something like this

<onclick>XBMC.RunScript(script.artwork.downloader, mode=custom, mediatype=movie, mediatype=tvshow, extrafanart)</onclick>

This only seems to pick up the last media type from the script command.

I'll take a better look at the music video section tomorrow.


RE: [RELEASE] Artwork Downloader - Skin support - meridius - 2013-03-25

can anyone help me on how to load my own disc.png into aeon nox as i can not select my local files

also when a new picture has been loaded up onto fanarttv.com how long untill artwork downloader picks it up as i posted a new picture on there and its been placed on the site but when running artwork downloader the pictures not there.

thanks


RE: [RELEASE] Artwork Downloader - Skin support - `Black - 2013-03-28

@Martijn
Did you take a look at my pull request yet? I fixed the custom mode for a single item and added a few things, e.g. the possibility to open the gui mode for a specific type is something I would need for my skin.


RE: [RELEASE] Artwork Downloader - Skin support - Martijn - 2013-03-28

(2013-03-28, 14:39)`Black Wrote: @Martijn
Did you take a look at my pull request yet? I fixed the custom mode for a single item and added a few things, e.g. the possibility to open the gui mode for a specific type is something I would need for my skin.

didn't see it (or receive notification).
will look at it


RE: [RELEASE] Artwork Downloader - Skin support - `Black - 2013-03-28

Ok, thanks.


RE: [RELEASE] Artwork Downloader - Skin support - Bazzu85 - 2014-01-17

can anyone explain me how "use local files" works?

I see that it saves the downloaded artwork into movie folder..

But I don't understand a thing..
When I select a movie it's show me the discart..
This discart is taken from the movie folder or from another in userdat folder??


RE: [RELEASE] Artwork Downloader - Skin support - `Black - 2014-01-17

If you have "use local files" enabled, artwork downloader will use the local file (if available) instead of a remote one.


R: RE: [RELEASE] Artwork Downloader - Skin support - Bazzu85 - 2014-01-17

(2014-01-17, 21:05)`Black Wrote: If you have "use local files" enabled, artwork downloader will use the local file (if available) instead of a remote one.


But when you select a film the disc-art from which folder is taken? From thumbnail folder?


RE: [RELEASE] Artwork Downloader - Skin support - `Black - 2014-01-18

Movie folder


R: RE: [RELEASE] Artwork Downloader - Skin support - Bazzu85 - 2014-01-19

(2014-01-18, 16:36)`Black Wrote: Movie folder

Ok, when you start the script it takes the disc-art from movie folder..But after that? Is copied in thumbnail folder?


RE: [RELEASE] Artwork Downloader - Skin support - `Black - 2014-01-19

Yes it's copied to the thumbnail folder.


RE: [RELEASE] Artwork Downloader - Skin support - Martijn - 2014-01-19

(2014-01-19, 00:23)Bazzu85 Wrote:
(2014-01-18, 16:36)`Black Wrote: Movie folder

Ok, when you start the script it takes the disc-art from movie folder..But after that? Is copied in thumbnail folder?

addon either places a link in the database to he online image or the local image. XBMC then makes a local cached copy in the thumbnails folder for faster loading


R: RE: [RELEASE] Artwork Downloader - Skin support - Bazzu85 - 2014-01-19

(2014-01-19, 20:27)Martijn Wrote:
(2014-01-19, 00:23)Bazzu85 Wrote:
(2014-01-18, 16:36)`Black Wrote: Movie folder

Ok, when you start the script it takes the disc-art from movie folder..But after that? Is copied in thumbnail folder?

addon either places a link in the database to he online image or the local image. XBMC then makes a local cached copy in the thumbnails folder for faster loading

Understand! Thanks!


RE: [RELEASE] Artwork Downloader - Skin support - vico32 - 2014-01-30

Hello, is it possible to run the ArtworkDownloader automatically when you start the xbmc?

XBMC 13.0-alpha12
skin aeonMQ5 gotham 1.9.0

thanks


RE: [RELEASE] Artwork Downloader - Skin support - mikebzh44 - 2014-02-03

(2014-01-30, 00:35)vico32 Wrote: Hello, is it possible to run the ArtworkDownloader automatically when you start the xbmc?

XBMC 13.0-alpha12
skin aeonMQ5 gotham 1.9.0

thanks

Do you know "search" function ??

(2013-01-07, 00:05)Slipass Wrote: Hello,
is it possible to run the ArtworkDownloader automatically?

Scheduling A.D. is a bad idea because you will generate a lot of trafic and query on fanart.tv website.