2012-11-10, 23:00
I'm having problem downloading logos and clearart. AD doesn't find any but it's there on fanart.tv and some shows I have the logos saved... Didn't happen with Eden. Running the latest nightly and AD.
(2012-11-08, 15:03)Martijn Wrote:(2012-11-08, 10:49)Hitcher Wrote: So if there's nothing listed to download local files will never be used?
correct. too much code to change for this
(2012-11-11, 05:23)sialivi Wrote: It seems AD is re-downloading -all- season-posters and season-banners on every run. I just tried running it twice in a row and it downloaded the same 395 files both times. Is this a known issue?
I'm using AD 12.0.3 and the latest nightly xbmc build.
(2012-11-11, 17:27)eddiem Wrote: I'm also having this season poster issue.Give a better description of the issue. I'm not going guess to what I need to look for.
https://dl-web.dropbox.com/get/xbmc.log?w=c3396615
Too big for Pastebin.
<item id="13">
<description>Download all media available for that item.</description>
<label>Get all media</label>
<onclick condition="Container.Content(tvshows)">XBMC.RunScript(script.artwork.downloader, mediatype=tvshow, medianame=$ESCINFO[ListItem.TVShowTitle])</onclick>
<onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader, mediatype=movie, medianame=$ESCINFO[ListItem.Title],mediapath=$ESCINFO[ListItem.Path])</onclick>
<onclick condition="Container.Content(musicvideos)">XBMC.RunScript(script.artwork.downloader, mediatype=musicvideos, medianame=$ESCINFO[ListItem.Title],mediapath=$ESCINFO[ListItem.Path])</onclick>
<visible>[Container.Content(tvshows)|Container.Content(movies)|Container.Content(musicvideos)]+system.hasaddon(script.artwork.downloader)</visible>
</item>
(2012-11-13, 21:30)tinybutstrong Wrote: I think this button should be added by default in all skins, this is very useful, since "standalone" mode is quite slow (need to scan whole library) and all skind tested by me just offer button to download fanart/poster, nothing else.
(2012-11-13, 21:53)Martijn Wrote: All skins i know and want to use offer this. Do know that XBMC Frodo has some changes and the code you used will not work anymore
(2012-11-13, 22:33)tinybutstrong Wrote: Thumb/fanart only, I mean all available media as described here.And i'm not talking about Confluence since i don't use it.