[Release] Artwork Downloader

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #41
$INFO[ListItem.FolderName] should work. Just tried it in T! with debug mode on and it gave the correct tvshow/movie folder so it might even work using this:

Code:
<texture background="true">$INFO[Skin.String(ArtworkPath)]$INFO[ListItem.FolderName,,/clearart.png]</texture>

The only conditions for this to work are the same like now. Each movie/tvshow must have it's own subfolder.
So if this is the media folder:
Code:
SMB://MACHINE-SANCTUM/Media4/Films/Animatie/Cars 2 (2011)/cars2.mkv

We can create somewhere else:
Code:
D:\ARTWORK\MOVIES\Cars 2 (2011)\
and store all artwork there.

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-11-17 00:14 by Martijn.)
find quote
ppic Offline
Skilled Python Coder
Posts: 2,663
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #42
yes, you just have to change the base_path in skin options

go idea

[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
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #43
Machine-Sanctum Wrote:$INFO[ListItem.FolderName] should work.
Hm it does work in library. Tried it today in DialogVideoInfo and there ListItem.Foldername is the root folder of the tv shows (ie Series for Series\House).

EDIT: also this won't work for clearart and logos while playing video. There is no Player or VideoPlayer.FOlderName or equivalent.
(This post was last modified: 2011-11-17 00:44 by Big_Noid.)
find quote
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #44
Big_Noid Wrote:Hm it does work in library. Tried it today in DialogVideoInfo and there ListItem.Foldername is the root folder of the tv shows (ie Series for Series\House).
Yeah i had the same problem there. ronie showed me that it does work in library itself. I first only tried it in DialogVideoInfo cause that's a file i understand. There it did work for movies but not for tvshow. So maybe a bug there?

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
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #45
Big_Noid Wrote:EDIT: also this won't work for clearart and logos while playing video. There is no Player or VideoPlayer.FOlderName or equivalent.

There's no way they're gonna add "Player.FolderName" now in future freeze...

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
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #46
The add-on will include the same option as logo-downloader to choose the images yourself in solo mode.
This will be available for TV show & Movies (not all image types are supported yet by the provider sites)

TV Shows:
[Image: screenshot018e.png]

Movies:
[Image: screenshot019a.png]

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-11-18 18:12 by Martijn.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #47
Does this now supersede Logo Downloader?

[Image: sig_zps3af3b48e.jpg]
find quote
Martijn Online
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #48
Hitcher Wrote:Does this now supersede Logo Downloader?

It will in the end Nod
It was was decided with ronie (and with permission of ppic) that it was better to merge these add-on together into one.

There are still things that need to be worked out before it is fully supported. I will release some test version before adding it to the repo so skinners/users can test it out.

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-11-18 18:00 by Martijn.)
find quote
ppic Offline
Skilled Python Coder
Posts: 2,663
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #49
this will free me some time to work on others things Big Grin

[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,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #50
ppic Wrote:this will free me some time to work on others things Big Grin
Not yet figured out how to get the second window with the image list.
The whole add-on structure is different so it takes some time to figure out so I may need some help if i can't get it to 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: 2011-11-18 19:12 by Martijn.)
find quote
Post Reply