Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
@Martihn: Not wishing to argue, but if I go to a movie and click "Download Art" it starts to download everything and not just the current movie (bug, perhaps?) plus it writes whatever it finds to my filesystem using unusable filenames (not including the movie it relates to - I know this is by design, but still...) despite the "Download" option not being enabled in settings (bug, perhaps?). It didn't even use the local clearart.png/logo.png files I have in the root of each TV show folder, it downloaded it's own versions from the internet. Just my experience of course, I'd like your addon to have been a keeper but unless it can support movie name prefixes, stop writing to my file system when instructed not to, and is better able to efficiently use local files when they are available it's not worth the hassle.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 1,155
Joined: Aug 2008
2013-04-01, 14:59
(This post was last modified: 2013-04-01, 15:01 by User 34959.)
If you launch AD from videoinfo you only download for the selected movie, if you run the batch download from skin settings it'll download for every media type.
It should not be possible to bulk download via videoinfo.
Posts: 17,859
Joined: Jul 2011
Reputation:
371
@toiva
How do you run it from infodialog?
Posts: 1,155
Joined: Aug 2008
<onclick condition="Container.Content(tvshows)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
<onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick>
Posts: 1,155
Joined: Aug 2008
I haven't touched that part of the code since the beginning and i haven't had any issues with the gui mode. All the artwork types update correctly.
Milhouse obviously knows that cache part much better than me so i don't know what else (if any) extra files it downloads.
Posts: 1,155
Joined: Aug 2008
2013-04-01, 16:28
(This post was last modified: 2013-04-01, 16:45 by User 34959.)
Well i did take a quick look and it is running awfully lot of update queries into the database although i only downloaded 1 logo via gui mode for Bourne Legacy. Looks to me like it's updating poster, fanart and actor thumbs along the logo to name a few.
http://pastebin.com/8YNbdvKk
Don't mind the unmatched parenthesis, the one time i forget to run phil65's tool it actually would have found something
Posts: 1,155
Joined: Aug 2008
Right beneath is this, so this is nothing to worry about?
Quote:17:12:04 T:4571394048 DEBUG: JSONRPC: Calling videolibrary.setmoviedetails
17:12:04 T:4571394048 DEBUG: JSONRPC: Type mismatch in type
Posts: 369
Joined: Jan 2011
Reputation:
3
There should be option to abandon full artwork downloading. I have run it once, and wouldn't been able to interrupt it.
Posts: 401
Joined: May 2009
Reputation:
7
At the risk of being a big pest here, can you please address the issue of whether or not you can adjust the timing of the background switching when using multiple backgrounds? It's far too fast, so if it's not possible now, can you please add a setting?