[Release] Artwork Downloader

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
deh2k7 Offline
Member+
Posts: 384
Joined: Dec 2008
Reputation: 5
Post: #491
Hi Martjin -

Any plans to add season fanart to AD? Right now, I know that TheTVDB does not specifically have season fanart, but a default behavior could be for AD to download the fanart using the season naming convention "seasonXX-fanart" sequentially based on what's available on TheTVDB, ie. first fanart is season01, second is season02, etc. That way, users have a starting point and can always go back and use AD to change the fanart for a specific season on a case-by-case basis. Just some thinking out loud.

D
find quote
darkmdbeener Offline
Junior Member
Posts: 8
Joined: Apr 2012
Reputation: 0
Post: #492
I need some help for the longest time i have not been able to download any thumbs using the get thumbs button. it will show me some thumbnails and banners but when i choose one it goes back to the info page and the original thumb is removed.

now if i change the fan art the fanart is downloaded (shows the download happen) and it is replaced.

am i doing something wrong?
find quote
Ghostdivision Offline
Fan
Posts: 626
Joined: Jan 2012
Reputation: 0
Post: #493
Out of curiosity I am looking to build a small server to store my videos.

One thing im curious about is xbmc i have set to export all my art to my htpc hard drive, i noticed what artwork downloader does is install to the actual movie folders?

When xbmc exports will it export what album artdownloader finds as well? Or will artwork downloader continue to put it with the actual media files in those folders?

The reason I ask is im worried about lag some people complain artwork takes time to load if its not on the actual pc hard drive.
find quote
Martijn Online
Team-XBMC
Posts: 7,719
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #494
(2012-04-08 11:49)Ghostdivision Wrote:  Out of curiosity I am looking to build a small server to store my videos.

One thing im curious about is xbmc i have set to export all my art to my htpc hard drive, i noticed what artwork downloader does is install to the actual movie folders?

When xbmc exports will it export what album artdownloader finds as well? Or will artwork downloader continue to put it with the actual media files in those folders?

The reason I ask is im worried about lag some people complain artwork takes time to load if its not on the actual pc hard drive.

it will always store it along the media files

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
FREAKJAM Offline
Junior Member
Posts: 42
Joined: Aug 2011
Reputation: 0
Post: #495
option to centralize fanart storage no longer an option?
find quote
Martijn Online
Team-XBMC
Posts: 7,719
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #496
(2012-04-09 16:24)FREAKJAM Wrote:  option to centralize fanart storage no longer an option?

Nope. It was just an idiotic option IMO and it wasn't really centralized anyway.

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
distracto Offline
Senior Member
Posts: 162
Joined: Oct 2009
Reputation: 4
Location: North Vancouver
Post: #497
(2012-04-09 16:26)Martijn Wrote:  
(2012-04-09 16:24)FREAKJAM Wrote:  option to centralize fanart storage no longer an option?

Nope. It was just an idiotic option IMO and it wasn't really centralized anyway.

i for one liked it, i didnt have to have a second add-on to manage my artwork, i could just have AD dump copies onto a second location where i could point my skins for multi image backdrops of only the movies i currently had in the database. shame it's no longer an option.
find quote
FREAKJAM Offline
Junior Member
Posts: 42
Joined: Aug 2011
Reputation: 0
Post: #498
(2012-04-09 16:51)distracto Wrote:  
(2012-04-09 16:26)Martijn Wrote:  
(2012-04-09 16:24)FREAKJAM Wrote:  option to centralize fanart storage no longer an option?

Nope. It was just an idiotic option IMO and it wasn't really centralized anyway.

i for one liked it, i didnt have to have a second add-on to manage my artwork, i could just have AD dump copies onto a second location where i could point my skins for multi image backdrops of only the movies i currently had in the database. shame it's no longer an option.

Same reason why I used centralised fanart. Too bad it's no longer an option. Is there any other addon that makes it possible to do so?
(This post was last modified: 2012-04-09 16:56 by FREAKJAM.)
find quote
Martijn Online
Team-XBMC
Posts: 7,719
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #499
it's still there but just disabled cause a lot of users didn't got the whole point of it.

if you edit settings.py
and remove line 73
PHP Code:
self.centralize_enable      False 

and settings.xml remove the comment <!-- --> code around
PHP Code:
<!--
        <
setting label="32036" type="bool"      id="centralize_enable"          default="false"/>
        <
setting label="32038" type="folder"    id="centralfolder_movies"       default=""      subsetting="true"    source="auto" option="writeable" enable="eq(-1,true)" visible="eq(-1,true)"/>
        <
setting label="32037" type="folder"    id="centralfolder_tvshows"      default=""      subsetting="true"    source="auto" option="writeable" enable="eq(-2,true)" visible="eq(-2,true)"/>
        <
setting type="sep" />
        --> 

it will work

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-04-09 16:56 by Martijn.)
find quote
alfe Offline
Junior Member
Posts: 42
Joined: Oct 2009
Reputation: 0
Post: #500
(2012-04-09 16:55)Martijn Wrote:  it's still there but just disabled cause a lot of users didn't got the whole point of it.

if you edit settings.py
and remove line 73
PHP Code:
self.centralize_enable      False 

and settings.xml remove the comment <!-- --> code around
PHP Code:
<!--
        <
setting label="32036" type="bool"      id="centralize_enable"          default="false"/>
        <
setting label="32038" type="folder"    id="centralfolder_movies"       default=""      subsetting="true"    
source="auto" option="writeable" enable="eq(-1,true)" visible="eq(-1,true)"/>
        <
setting label="32037" type="folder"    id="centralfolder_tvshows"      default=""      subsetting="true"    
source="auto" option="writeable" enable="eq(-2,true)" visible="eq(-2,true)"/>
        <
setting type="sep" />
        --> 

it will work

Thanks, i did also miss this option Big Grin

I hope we dosen't have do to this every time the script gets updated?

XBMC 11.0 - Eden
Aeon Nox
(This post was last modified: 2012-04-09 17:30 by alfe.)
find quote
Post Reply