2013-01-14, 06:11
Yea, I made sure to check the XML file too to ensure the toggles in XBMC were changing the true/false statements, which they were.
(2013-01-14, 06:39)clubwerks Wrote: Even after you grab them, if you want to see them right away you're going to need to refresh the show. Otherwise it takes a while to refresh itself.
Did you actually check and see that after you grab them with artwork downloader they appear in the appropriate show folder?
(2013-01-14, 17:39)clubwerks Wrote: I had a few shows that refused to grab artwork even when it was present at fanart.tv. It turned out to be the tvshow.nfo file was very old and didn't contain the proper show ID for the artwork to be grabbed. Deleting that nfo file and refreshing the show from the internet worked for me. It was only like 10 series and they were the first 10 series I had ever added to XBMC years ago.
(2013-01-10, 19:05)kamla Wrote: oohh great..
so for EDEN 11 1.0.21 is the latest..
i installed the 1.0.21 version and now i am getting an error
the script exits because it detects a network error
ERROR: Artwork Downloader: Network error detected
here is pastebin link
XBMC LOG PasteBin link
Thax for your help
(2013-01-14, 19:20)ynksbsbll2 Wrote:(2013-01-14, 17:39)clubwerks Wrote: I had a few shows that refused to grab artwork even when it was present at fanart.tv. It turned out to be the tvshow.nfo file was very old and didn't contain the proper show ID for the artwork to be grabbed. Deleting that nfo file and refreshing the show from the internet worked for me. It was only like 10 series and they were the first 10 series I had ever added to XBMC years ago.
I did have that issue with one show a couple days ago and recreated the NFO to fix it. It's just odd that artwork downloaded for every show, just not any type of season poster. It's not a huge deal at this point, but I just know I must be missing something obvious.
(2013-01-15, 03:32)clubwerks Wrote: Are you sure that the other artwork wasn't already present? In my case, all the artwork was already downloaded, I was just unable to download anything new. In my case it was the logo.png which I had never used previously.
(2013-01-13, 22:15)saitoh183 Wrote:(2013-01-13, 14:34)leepenny Wrote: Im almost ready to upgrade to frodo but have all custom logos,discs,extrathumbs and fanarts saved in the relevant movie folders. I have seen people with issues concerning locally saved images. could you please dispel my fear of losing or overwriting my custom stuff and clarify that my local images will be cached by xbmc before I upgrade Many thanks
Local Artwork works fine for me
Enable Use local Files
Configure what you want AD to retrieve(i.e. Poster,logo...)
disable all the other stuff you dont want
Make sure all your art are in media area (...movies\movie_name\artwork.jpg (or TBN if coming from eden))
Run AD
I should scan all your folder and only download what is missing based on what you asked it to look for
My only issue right now is that i keep getting "Error Downloading" when i try to go get Artwork by hitting Info on a show and selecting Artwork . Also if you go into a show at season Level and press info and select Artwork, it doesnt work at all. I dont know what the problem is and havent seen Martijn comment on any issues as of late...
(2013-01-12, 12:06)Ghostdivision Wrote:(2013-01-06, 20:49)Branphma Wrote: Guess there's a problem with fanart.tv again. AD isn't downloading any cdart or clearart/logos at all right now.
I am also having this issue, is this an issue with fanart tv, or does AD no longer support clearart, logos?
<item id="8">
<description>Get Artwork</description>
<label>$LOCALIZE[31316]</label>
<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>
<onclick condition="Container.Content(musicvideos)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=musicvideo, dbid=$INFO[ListItem.DBID])</onclick>
<visible>[Container.Content(tvshows)|Container.Content(movies)|Container.Content(musicvideos)]+system.hasaddon(script.artwork.downloader)</visible>
</item>