[Release] Artwork Downloader

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #571
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

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
detroitdr Offline
Member
Posts: 91
Joined: May 2009
Reputation: 0
Location: Canada
Post: #572
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
find quote
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #573
(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?

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-05-02 20:43 by Martijn.)
find quote
detroitdr Offline
Member
Posts: 91
Joined: May 2009
Reputation: 0
Location: Canada
Post: #574
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
find quote
detroitdr Offline
Member
Posts: 91
Joined: May 2009
Reputation: 0
Location: Canada
Post: #575
ok Here is the updated log.

http://pastebin.com/kZDdiNeH
find quote
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #576
(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

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
detroitdr Offline
Member
Posts: 91
Joined: May 2009
Reputation: 0
Location: Canada
Post: #577
Here is your test version running. Error in script it says.. here is a debug log:

http://pastebin.com/2wbBdwsP

thank-you in advance.
find quote
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #578
(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

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
detroitdr Offline
Member
Posts: 91
Joined: May 2009
Reputation: 0
Location: Canada
Post: #579
You sir, are a genius!!! It's working again.

So what was the issue?
find quote
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #580
(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

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Post Reply