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.
(2012-10-30, 19:34)Martijn Wrote: [ -> ]0.0.8
- Added a lot of new labels
- Use foo.Art(bar) for artwork [old labels are still there so nothing will break]

See code for labelnaming. Should be pretty easy to read which ones are there.


Downloads


@Hitcher
SkinWidgets_RecentItems 'true/false' was already there.

Will update wiki if everything works[/php]

All working my end, thanks.

Art(fanart) for movies is missing. Wink
(2012-10-30, 22:22)Hitcher Wrote: [ -> ]
(2012-10-30, 19:34)Martijn Wrote: [ -> ]0.0.8
- Added a lot of new labels
- Use foo.Art(bar) for artwork [old labels are still there so nothing will break]

See code for labelnaming. Should be pretty easy to read which ones are there.


Downloads


@Hitcher
SkinWidgets_RecentItems 'true/false' was already there.

Will update wiki if everything works[/php]

All working my end, thanks.

Art(fanart) for movies is missing. Wink

Fixed in 0.0.9

Downloads
How to access logo.png for recent tvshow?
"Path" contains file name. "File" misses the show name folder. And "Title" removes some characters like dots (punt).
Still trying to get resolution cases to work ...

added resolution tag :

PHP Code:
<property name="Resolution">$INFO[Window(Home).Property(LatestMovie.1.Resolution)]</property

now how we can define which case should show for a specific resolution? For example 720p ...

PHP Code:
$INFO[Container(8000).ListItem.Property(Resolution,720)] 


Huh

Thanx in advance ...
LatestMovie > RecentMovie
0.0.10
- Synced with Frodo style of using foo.Art(bar)
- Got rid of all ugly hacks since we can now use clearlogo, clearart, discart, banners, landscape native in XBMC. You can remove all the local files now since we will use the HTTP link


Current version:
Downloads

How to integrate:
Wiki page
(2012-11-05, 21:17)Martijn Wrote: [ -> ]0.0.10
- Got rid of all ugly hacks since we can now use clearlogo, clearart, discart, banners, landscape native in XBMC. You can remove all the local files now since we will use the HTTP link

What does that mean exactly? I want local files.

(2012-11-05, 21:23)`Black Wrote: [ -> ]
(2012-11-05, 21:17)Martijn Wrote: [ -> ]0.0.10
- Got rid of all ugly hacks since we can now use clearlogo, clearart, discart, banners, landscape native in XBMC. You can remove all the local files now since we will use the HTTP link

What does that mean exactly? I want local files.

You will get ListItem.Art(clearlogo) everywhere available in your library.
Previous is was just a dirty hack with combining "path+logo.png". Now AD will directly push the URL to your library. The mayor advantage is that your disks won't spin up anymore for checking artwork.

imo this is the way to go
Would be nice if artwork downloader could check if a file is available locally and use that instead of the default http one.
(2012-11-05, 21:31)`Black Wrote: [ -> ]Would be nice if artwork downloader could check if a file is available locally and use that instead of the default http one.

working on that
Cool, thanks. Smile
Awesome, thx Smile
And landscape for episodes?
(2012-11-05, 22:29)Hitcher Wrote: [ -> ]And landscape for episodes?

?

you mean the landscape.jpg?
...Episode.%d.Art(tvshow.landscape) ie landscape.jpg

Image