• 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 208
Artwork Downloader
It's just the XBMC debulog itself it writes to. I added that option cause other devs where complaining about the log spamming cause usually user forgot to turn of the scanning.

you can use the link in my signature or directly share it on xbmclogs.com
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Here is the xbmc debug log. I tried two different tv shows on two different drives. Both shows were scattered across multipaths that i defragged onto 1 drive under 1 directory.
All artwork and any other files were deleted except the main video files.
I deleted the tv show from the xbmc library and cleaned up before rescanning back into xbmc.
ran your script by going to the tv show, typing "I" for info and started your script with no user input.

http://pastebin.com/sr7meu1k
(2012-05-02, 17:21)detroitdr Wrote: Here is the xbmc debug log. I tried two different tv shows on two different drives. Both shows were scattered across multipaths that i defragged onto 1 drive under 1 directory.
All artwork and any other files were deleted except the main video files.
I deleted the tv show from the xbmc library and cleaned up before rescanning back into xbmc.
ran your script by going to the tv show, typing "I" for info and started your script with no user input.

http://pastebin.com/sr7meu1k

I can only say they work for me.

could you add this code on line 285 of default.py:
PHP Code:
log(currentitem

so it looks like:
PHP Code:
for currentitem in self.Medialist:
            
log(currentitem)
            
# Check on exact match
            
if normalize_string(itemname) == normalize_string(currentitem['name']): 

and re-do a log?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
I've updated the script and currently doing a library inport.. so once it's done I'll be able to redo the log for us.
Thx
ok Here is the updated log.

http://pastebin.com/kZDdiNeH
(2012-05-03, 20:33)detroitdr Wrote: ok Here is the updated log.

http://pastebin.com/kZDdiNeH

It seems to find no tvshow at all in your library.
Can you try this one test version

It will probably fail but tell me why
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Here is your test version running. Error in script it says.. here is a debug log:

http://pastebin.com/2wbBdwsP

thank-you in advance.
(2012-05-04, 15:05)detroitdr Wrote: Here is your test version running. Error in script it says.. here is a debug log:

http://pastebin.com/2wbBdwsP

thank-you in advance.
Think I found it
Try this one if you get anything now: download

Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
You sir, are a genius!!! It's working again.

So what was the issue?
(2012-05-04, 19:04)detroitdr Wrote: You sir, are a genius!!! It's working again.

So what was the issue?

It seemed that your tvshows didn't have any season info (very very strange) in it so it failed on that.
Just moved the value on which it failed when it wasn't there two lines up so it's always there even if there is no season info.

shows the fix
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Very odd indeed. However you are still a genius.

Thank-you for working with me, greatly appreciate it.

NOW your addon is a 5 Start with me!!

*****

Take care,
This addon can take poster from TMDB? Was testing here and listed images are different from themovidedb website, for example this movie bellow:

http://www.themoviedb.org/movie/52520-un...ng/posters

Code used by my skin in movie info:

Code:
<onclick>RunScript(script.artwork.downloader,mode=gui, mediatype=movie,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path],extrathumbs)</onclick>

EDIT: looks like imdb id is wrong for this movie, the edit is blocked for me, I will contact support to check it. Will report later.

EDIT²: yes, it is, the movie is duplicate. Ignore my initial question.

Thanks for this great addon.
I wish to have Rotten Tomatoes (user+critics) + IMDB both ratings display in skin.
(2012-05-02, 02:16)deh2k7 Wrote: Martjin -

I have a question about the non-standard named TV season items, like TV Posters. It seems like skins are not supporting the new naming convention (perhaps there are some but I'm not using those skins so not sure). Is there any way to put on your request list AD download the items using the XBMC convention instead of the new convention you are using with AD?

I'm aware of the potential issues (need to have a library scraped for AD to work), but there are ways to force a rescrape without losing watched status that has been posted by the XBMC dev team previously. This way, one could scrape, run AD, possibly altering some of the artwork, and then for a rescrape to pick up the newly-downloaded artwork.

Love the addon, but season items is the one thing that's giving me some issues.

Martjin - just wanted to bump this to get your thoughts.
Can this be setup to download all artwork for TV shows in each show's folder/season folder and not to the general thumbnail folder?
Image
I've got some problems with artwork downloader. It can't download anything at all.
I'm running ubuntu 12.04 32bit

Logs:
http://pastebin.com/Deb2UxH0

Edit:
and from debug mode. I don't know if it's more helpful or not.

http://pastebin.com/nWxk6uWi
  • 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 208

Logout Mark Read Team Forum Stats Members Help
Artwork Downloader18