• 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 31
[RELEASE] Artwork Downloader - Skin support
(2012-03-28, 07:22)Ghostdivision Wrote: Just curious what you mean if the none rated arent included you wouldnt get anything?

I see lots of artwork for various movies that are rated.

There is also a lot not rated.
And if some one uploads something new that might be the best one available that to hasn't got any rating yet.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
wrong section
sorry
Reply
Just out of curiosity and im not sure if i just have not noticed this before, but artwork downloader keeps showing its processing a large number of movies in my library in the log file.

Maybe it always did this but just thought i would check.


A few examples. And if i restart xbmc it will show this each time in the log for the same movies again. Im guessing its rechecking available art and i just have not noticed this before.

04:39:16 T:1412 NOTICE: Artwork Downloader: Processing media: 3:10 to Yuma
04:39:16 T:1412 NOTICE: Artwork Downloader: Processing media: 12 Angry Men
04:39:18 T:1412 NOTICE: Artwork Downloader: Processing media: 12 Monkeys

Reply
I don't know if you guys are gonna hate me now but we just added some new image to http://fanart.tv

Here's the list

Banners:
1000 x 185px (so same aspect ratio as current banners)
  • TV Show banner + season
  • Movies
  • Artists

HD logo
800 x 310 px (same aspect ratio as current ones)
center aligned (and not bottom like current ones)
  • TV
  • Movies
  • Artist

Thumbs:
1000 x 562px
  • Movies


Movie examples:
Image

Image


Music examples (do note that is probably something for cdArt Manger and not for Artwork Downloader):
Image



I don't wanna make a big fuss about the filenames so i would like to keep them just like they are now in other sections if that's ok with you guys Smile
Only concern is about the logos. Should we keep the same filename logo.png even though it has been positioned in the center instead of at the bottom?
When downloading i will make a preference in the code to download high def if available and otherwise just the standard we have already.
Any objections?

Like always new sections take time to fill up however since we added it this morning a lot has been coming in already.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
New test version

Added movie banners (banner.jpg) and thumbs (landscape.jpg)

https://github.com/XBMC-Addons/script.ar.../downloads
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
@Martijn, I try test new version, but I don´t find option Banner to movies in settings addon,, look please,

thanks

Wanilton
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2012-09-04, 20:04)Wanilton Wrote: @Martijn, I try test new version, but I don´t find option Banner to movies in settings addon,, look please,

thanks

Wanilton

yep, forgot to push the settings.xml
Should be fixed now. Added a new .zip
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
work fine, get images with success.

Thanks

Wanilton
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
Martijn, how is the command line?

banner=banner.jpg or banner=True ?

moviethumb=landscape.jpg or thumb=True

Thank you.
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
(2012-09-05, 16:14)MarcosQui Wrote: Martijn, how is the command line?

banner=banner.jpg or banner=True ?

moviethumb=landscape.jpg or thumb=True

Thank you.

well i have no clue actually Rofl
totally forgot to check that part. if i'm not mistaken it should be done exactly like you do tvshows.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Well, for banner is ok, but for thumb I do not know.
I'll wait for his decision.

Thank you.
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
(2012-09-05, 16:52)MarcosQui Wrote: Well, for banner is ok, but for thumb I do not know.
I'll wait for his decision.

Thank you.

try 'thumb'
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
FRODO12.0 ONLY!
Needs minimum build of October 4, 2012 or later.
Artwork downloader 12.0.0 and higher.
Skin changes in Frodo needed:
use of:
PHP Code:
dbid=$INFO[ListItem.DBID
depricated:
PHP Code:
medianame=$ESCINFO[ListItem.TVShowTitle]
medianame=$ESCINFO[ListItem.Title]
mediapath=$ESCINFO[ListItem.Path

Downloads

Wiki updated as well.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Thanks.
Reply
@Martijn I can't get the GUI mode working for movies.

TV Shows GUI mode brings up the select dialog with all the available types -

PHP Code:
XBMC.RunScript(script.artwork.downloadermode=guimediatype=tvshowdbid=$INFO[ListItem.DBID]) 

but running it for movies doesn't -

PHP Code:
XBMC.RunScript(script.artwork.downloadermode=guimediatype=moviedbid=$INFO[ListItem.DBID]) 

Is it not supported for movies?

Thanks.
Reply
  • 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 31

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Artwork Downloader - Skin support3