[Release] Artwork Downloader

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Rastan Offline
Senior Member
Posts: 264
Joined: Jun 2006
Reputation: 2
Location: Over there... To the left, right.. Thats it!
Post: #31
Machine-Sanctum Wrote:Artwork Downloader - Eden11.0 ONLY: version 0.4.2.RC2
Available from download section.

Bug fixes:

Thanks for the update! Big Grin
find quote
Big_Noid Online
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #32
This is a good initiative and the rc works as expected.
Only thing I really miss in comparison to logo downloader is the solo mode. With logo downloader you have a real solo mode where you can choose which clearart,logo etc to download. Artwork downloader downloads in bulk but only for 1 tv show. Please add a mode for this script that works the same as logo downloader preferably with a different run mode so I can keep the get logo and get extrafanart separated in the tv show info screen when this replaces logo downloader.
find quote
Martijn Online
Team-XBMC
Posts: 7,705
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #33
Big_Noid Wrote:This is a good initiative and the rc works as expected.
Only thing I really miss in comparison to logo downloader is the solo mode. With logo downloader you have a real solo mode where you can choose which clearart,logo etc to download. Artwork downloader downloads in bulk but only for 1 tv show. Please add a mode for this script that works the same as logo downloader preferably with a different run mode so I can keep the get logo and get extrafanart separated in the tv show info screen when this replaces logo downloader.

It was on the to-do list Nod
Took Friday the day off so I will have a chance to get this going.

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
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #34
planned to add tvtunes?

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
Martijn Online
Team-XBMC
Posts: 7,705
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #35
ppic Wrote:planned to add tvtunes?

hey ppic,

Just saw the mail from ronie. Thanks Smile

Well who knows, maybe. I just want want to sort out some other things first like the solo mode GUI (so you can chose what artwork) and ofcourse bugfree Rolleyes

Another thing is centralized artwork so skins can take all artwork van from place instead from all media folders.
Only problem is the translation between skin/add-on. Found a partial sollution only it doesn't work for tvshows.
http://forum.xbmc.org/showthread.php?tid=114778

After that I don't think it would be that difficult.

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
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #36
you should store each kind of stuff in folder (/logo,/fanart,/clearart ... ) then use the unique id stored in xbmc db for the media you want and use it to name the media artwork.

or making hash of the path and use it to name the artwork.

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
giftie Online
Skilled Python Coder
Posts: 2,037
Joined: Mar 2010
Reputation: 35
Post: #37
ppic Wrote:you should store each kind of stuff in folder (/logo,/fanart,/clearart ... ) then use the unique id stored in xbmc db for the media you want and use it to name the media artwork.

or making hash of the path and use it to name the artwork.

That's a great idea, to use the id(imdb, tvdb, etc) for the name of the folder, as both the skin and addons have good access to that info...

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
Martijn Online
Team-XBMC
Posts: 7,705
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #38
ppic Wrote:you should store each kind of stuff in folder (/logo,/fanart,/clearart ... ) then use the unique id stored in xbmc db for the media you want and use it to name the media artwork.

or making hash of the path and use it to name the artwork.

giftie Wrote:That's a great idea, to use the id(imdb, tvdb, etc) for the name of the folder, as both the skin and addons have good access to that info...

According to the wiki:
http://wiki.xbmc.org/?title=InfoLabels
there's no ListItem.[foo] for the skin to use or am I missing something? Maybe the list isn't complete?

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
Big_Noid Online
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #39
giftie Wrote:That's a great idea, to use the id(imdb, tvdb, etc) for the name of the folder, as both the skin and addons have good access to that info...

There is no infolabel for imdb/tvdb number for skins.
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #40
Machine-Sanctum Wrote:According to the wiki:
http://wiki.xbmc.org/?title=InfoLabels
there's no ListItem.[foo] for the skin to use or am I missing something? Maybe the list isn't complete?
why using infolabel?

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
Post Reply