[RELEASE] Artwork Downloader - Skin support

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Online
Team-XBMC
Posts: 7,674
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #31
`Black Wrote:Ok setting is not needed then. Smile

Edit: What do I do if I want to download i.e. extrafanart for both, movies and tv shows?

Edit2: Solo mode should always either download the artwork (if only 1 was found) or ask the user which to download (if more than 1 was found). No customgui mode necessary imo.

I now know why ronie needs so much beer Wink
Gonna get mee some more cases i think.

Well here you go:
script.artwork.downloader-Eden(1.0.1)-RC4.zip

PHP Code:
XBMC.RunScript(script.artwork.downloader,mode=custom,silent=trueextrafanart
Downloads for movies and tvshows. Same rules still apply. You can use multiple artwork. You can even specify 'clearlogo' because the movie section will just skip that.

When new fanart.tv site goes live it is possible that new artwork will become available.

Your edit2 will be worked on maybe tomorrow. I think i have to clean up the code some more because it's becoming a big mess

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: 2011-12-03 14:20 by Martijn.)
find quote
`Black Offline
Skilled Skinner
Posts: 1,998
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #32
Thanks and no hurry, take your time. Smile

[Image: xp1080.png]
find quote
Martijn Online
Team-XBMC
Posts: 7,674
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #33
`Black Wrote:Thanks and no hurry, take your time. Smile

Hope you like what we've done so far Rolleyes
It has come a long way sinds we first started it 3 months ago (and i had to learn python from scratch)

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
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #34
Well, the learning paid off Smile Thanks, no rush!
find quote
`Black Offline
Skilled Skinner
Posts: 1,998
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #35
Machine-Sanctum Wrote:Hope you like what we've done so far Rolleyes
It has come a long way sinds we first started it 3 months ago (and i had to learn python from scratch)

Of course I like it. Smile

There seems to be a problem with extrafanarts for tv shows, script doesn't download any, for movies it's working.

Another thing... I would like to run the custom mode for a single movie in the movie information dialog which is working fine but it should also ask if more than 1 artworks are found (except for extrafanart).

That should be all for now I think. Big Grin

[Image: xp1080.png]
(This post was last modified: 2011-12-03 15:10 by `Black.)
find quote
Martijn Online
Team-XBMC
Posts: 7,674
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #36
`Black Wrote:Of course I like it. Smile

There seems to be a problem with extrafanarts for tv shows, script doesn't download any, for movies it's working.
how did you start the script so i can reproduce?

Quote:Another thing... I would like to run the custom mode for a single movie in the movie information dialog which is working fine but it should also ask if more than 1 artworks are found (except for extrafanart).

That should be all for now I think. Big Grin
So like Jeroen asked if you run it for let's say 'clearlogo' it pop-up the dialog when it finds more than one? If only one just 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]
(This post was last modified: 2011-12-03 15:27 by Martijn.)
find quote
`Black Offline
Skilled Skinner
Posts: 1,998
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #37
RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,medianame=$INFO​[ListItem.TVShowTitle],extrafanart)

This is working for movies with mediatype = movie.

Machine-Sanctum Wrote:So like Jeroen asked if you run it for let's say 'clearlogo' it pop-up the dialog when it finds more than one? If only one just download

Exactly.

[Image: xp1080.png]
find quote
Martijn Online
Team-XBMC
Posts: 7,674
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #38
`Black Wrote:RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,medianame=$INFO​[ListItem.TVShowTitle],extrafanart)

No it wasn't working Wink
That was only because you had enabled it in add-on settings Blush
Should be fixed now so if you could try.

script.artwork.downloader-Eden(1.0.1)-RC5.zip

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
`Black Offline
Skilled Skinner
Posts: 1,998
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #39
Works like a charm, thanks.

[Image: xp1080.png]
find quote
Martijn Online
Team-XBMC
Posts: 7,674
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #40
`Black Wrote:Works like a charm, thanks.

thank god Cool

Will see about the solomode thingy when i find some time.

Will do some more testing and cleaning before doing PR to repo

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: 2011-12-03 17:31 by Martijn.)
find quote
Post Reply