[RELEASE] Artwork Downloader - Skin support

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #221
the problem is fixed with scrapper passion, no problem for me with avatar
find quote
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #222
error with movie

Code:
15:26:55 T:2844932976    INFO: -->Python script returned the following error<--
15:26:55 T:2844932976   ERROR: Error Type: <type 'exceptions.KeyError'>
15:26:55 T:2844932976   ERROR: Error Contents: ('disctype',)
15:26:55 T:2844932976   ERROR: Traceback (most recent call last):
                                              File "/home/guevel/.xbmc/addons/script.artwork.downloader/default.py", line 874, in <module>
                                                Main()
                                              File "/home/guevel/.xbmc/addons/script.artwork.downloader/default.py", line 131, in __init__
                                                self.download_artwork(self.Medialist, self.musicvideo_providers)
                                              File "/home/guevel/.xbmc/addons/script.artwork.downloader/default.py", line 353, in download_artwork
                                                self.media_disctype = currentmedia["disctype"]
                                            KeyError: ('disctype',)
15:26:55 T:2844932976    INFO: -->End of Python script error report<--
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #223
(2012-03-18 16:29)fmronan Wrote:  error with movie

It was an error with musicvideos Wink

Should be fixed now: downloads

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
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #224
I try to add
Code:
<onclick condition="Container.Content(tvshows)">XBMC.RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, medianame=$ESCINFO[ListItem.TVShowTitle])</onclick>
          <onclick condition="Container.Content(movie)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=movie, medianame=$ESCINFO[ListItem.Title], mediapath=$ESCINFO[ListItem.Path])</onclick>
works fine with tvshows, but not with movies, I don't understand?
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #225
(2012-03-18 18:58)fmronan Wrote:  I try to add

works fine with tvshows, but not with movies, I don't understand?

Works for me (on windows and SMB:// paths)
Maybe there's some OS dependancy at work here.
Can you provide the full debug log while trying the GUI mode and paste the log on http://paste.ubuntu.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
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #226
ubuntu 11.10 xbmc rc2
http://paste.ubuntu.com/889577/
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #227
(2012-03-18 20:52)fmronan Wrote:  ubuntu 11.10 xbmc rc2
http://paste.ubuntu.com/889577/

Can you try again with the latest in downloads

You also didn't run it in your 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-03-18 21:07 by Martijn.)
find quote
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #228
same problem, I try with
Code:
<onclick condition="Container.Content(movie)">XBMC.RunScript(script.artwork.downloader, mediatype=movie, medianame=$ESCINFO[ListItem.Title], mediapath=$ESCINFO[ListItem.Path])</onclick>
http://paste.ubuntu.com/889609/
and my dialogvideoinfo.xml
http://paste.ubuntu.com/889614/
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #229
Container.Content(movie) should be Container.Content(movies). And that group with id 5050 looks very familiar Wink
find quote
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #230
Sure that's your for my test.
find quote
Post Reply