Kodi Community Forum

Full Version: [FRODO release] Skin Widgets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Not at first since I've always had that artwork, I just ran it now though. I was only missing a few extrafanrts cuz not all my shows I had 5 extafanarts...

After running still cant get logo/clearart/landscape to show...
I believe it should be
Code:
<texture background="true">$INFO[Window(home).Property(RecentEpisode.1.Art(clearlogo))]</texture>

EDIT: I was wrong, as is evident from the documentation.
Question:
I never got why Art(...) can't be the same for RecentEpisode and recentMovie.
Why should we call RecentMovie.1.Art(clearart) and RecentEpisode.1.Art(tvshow.clearart), it is very inconsistent !
Because Episode != TV Show.
Hitcher, do you mean to say that an episode can also have its own clearlogo in the database ?
(2013-01-30, 17:28)Kibje Wrote: [ -> ]Hitcher, do you mean to say that an episode can also have its own clearlogo in the database ?

That would indeed be possible. However i am not going to add that since it's completely over the top
Well thats what I thought as well.
Is there any reason (apart from forcing everyone to update the skins) why the calls aren't the same ?

I just thought it vere inconsistent to not have
Code:
RecentMovie.1.Art(clearlogo)
RecentMovie.1.Art(poster)
...
RecentEpisode.%d.Art(thumb)
RecentEpisode.%d.Art(fanart)
RecentEpisode.%d.Art(poster)
RecentEpisode.%d.Art(banner)
RecentEpisode.%d.Art(clearlogo)
RecentEpisode.%d.Art(clearart)
RecentEpisode.%d.Art(landscape)

there is no overlap in the names as far as I can see
Because i follow xbmc naming convention
Can anyone 2x check the $INFO[Window(home).Property(RecentEpisode.1.Art(tvshow.clearlogo))] to see if works, I'm still getting nothing...
Works fine here.
And here.
(2013-01-30, 18:08)Martijn Wrote: [ -> ]Because i follow xbmc naming convention
Ok, I guess that would be a good reason Wink
Incoming update in repo: see change log
Hi Martijn, thanks for great work, your addon is fantastic and very fast.

Please, add support for MPAA

I think is good have MPAA info in home and not start inapropriate movies for childrens,

I am using Aeon Nox, and translate skin for portuguese (Brazil). And of course use Skin Ace too...

Wanilton
See change log
Thanks Martijn, in change log donĀ“t have info about my request, but in your code have mpaa field for movies,

Thank you,

Wanilton
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49