[Release] Artwork Downloader

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
DigiTech Offline
Senior Member
Posts: 115
Joined: Mar 2011
Reputation: 0
Post: #681
Is it possible to get the blu-ray disc and music cd art with artwork downloader?
find quote
Martijn Online
Team-XBMC
Posts: 7,694
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #682
(2012-08-06 20:10)DigiTech Wrote:  Is it possible to get the blu-ray disc and music cd art with artwork downloader?

only movie discs

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-08-06 20:22 by Martijn.)
find quote
DigiTech Offline
Senior Member
Posts: 115
Joined: Mar 2011
Reputation: 0
Post: #683
(2012-08-06 20:22)Martijn Wrote:  
(2012-08-06 20:10)DigiTech Wrote:  Is it possible to get the blu-ray disc and music cd art with artwork downloader?

only movie discs

thanks!
find quote
jantunes Offline
Junior Member
Posts: 14
Joined: Mar 2011
Reputation: 0
Post: #684
For some reason, the program doesn't download all the disc art, even if available. I've changed the settings for it to do so but to no avail.
Anyone knows what might be the problem? I'm using the latest Aeon Nox.
find quote
Martijn Online
Team-XBMC
Posts: 7,694
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #685
(2012-08-07 18:17)jantunes Wrote:  For some reason, the program doesn't download all the disc art, even if available. I've changed the settings for it to do so but to no avail.
Anyone knows what might be the problem? I'm using the latest Aeon Nox.

http://wiki.xbmc.org/index.php?title=Add...er#Discart

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
jantunes Offline
Junior Member
Posts: 14
Joined: Mar 2011
Reputation: 0
Post: #686
And what if I don't care if it's DVD or Bluray? What if I have a DVD version and the only disc available is bluray? How can I make it download it anyway?

Also
Quote:Language
It uses the set language in add-on settings and if not found it will fall back to the English one available.
What if the only one available is, for instance, German? And I have the settings to download the Portuguese one first. If it doens't find Portuguese, then tries English and if ti fails doesn't download anything or it downloads the German version?
(This post was last modified: 2012-08-07 18:44 by jantunes.)
find quote
Martijn Online
Team-XBMC
Posts: 7,694
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #687
(2012-08-07 18:42)jantunes Wrote:  And what if I don't care if it's DVD or Bluray? What if I have a DVD version and the only disc available is bluray? How can I make it download it anyway?

Open movie information for that movie and select 'Get Artwork' and download it manually.
Or remove a bunch of code checks in the script

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
jantunes Offline
Junior Member
Posts: 14
Joined: Mar 2011
Reputation: 0
Post: #688
Yeah, was doing manual anyways. Thanks for your help
find quote
NiklasK Offline
Member
Posts: 53
Joined: Dec 2009
Reputation: 0
Location: Karlstad, Sweden
Post: #689
I´ll try that Martijn.

Just another question, please dont take this as criticism, I´m just wondering. From what I understand only seasonXX.tbn are natively recognized by XBMC as season posters. How come the downloader add-on dont name the season posters that way?

/Niklas

(2012-08-02 15:02)Martijn Wrote:  
(2012-08-02 14:19)NiklasK Wrote:  Would it be possible to modify the add-on/script to have posters downloaded as <movie>.tbn or movie.tbn?

Edit
https://github.com/XBMC-Addons/script.ar...lt.py#L531

and add:

PHP Code:
elif self.mediatype == 'movie' and art_type == 'poster':
    
item['filename'] = 'movie.tbn' 


Completely untested so it might throw some errors.
find quote
Martijn Online
Team-XBMC
Posts: 7,694
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #690
(2012-08-08 10:06)NiklasK Wrote:  I´ll try that Martijn.

Just another question, please dont take this as criticism, I´m just wondering. From what I understand only seasonXX.tbn are natively recognized by XBMC as season posters. How come the downloader add-on dont name the season posters that way?

/Niklas

Because this script was meant to be used after everything has been scraped and not before.
seasonXX.tbn is meant to be present before scraping. Also skins can not handle this filenaming without some serious code work arounds. So they need seasonX.tbn and not seasonXX.tbn so season 0 to 9 would never work. And if had choosen seasonX.tbn XBMC wouldn't scrape them.
That's why we (skinners and I) choice a different name.
In XBMC Frodo we can directly set the image location in the database so this won't be a problem anymore

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-08-08 10:12 by Martijn.)
find quote
Post Reply