Kodi Community Forum
[FRODO release] Skin Widgets - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [FRODO release] Skin Widgets (/showthread.php?tid=142389)



RE: [FRODO release] Skin Widgets - Hitcher - 2012-10-30

(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


RE: [FRODO release] Skin Widgets - Martijn - 2012-10-30

(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


RE: [FRODO release] Skin Widgets - MassIV - 2012-11-03

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).


RE: [FRODO release] Skin Widgets - butchabay - 2012-11-05

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 ...



RE: [FRODO release] Skin Widgets - Hitcher - 2012-11-05

LatestMovie > RecentMovie


RE: [FRODO release] Skin Widgets - Martijn - 2012-11-05

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


RE: [FRODO release] Skin Widgets - `Black - 2012-11-05

(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.




RE: [FRODO release] Skin Widgets - Martijn - 2012-11-05

(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


RE: [FRODO release] Skin Widgets - `Black - 2012-11-05

Would be nice if artwork downloader could check if a file is available locally and use that instead of the default http one.


RE: [FRODO release] Skin Widgets - Martijn - 2012-11-05

(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


RE: [FRODO release] Skin Widgets - `Black - 2012-11-05

Cool, thanks. Smile


RE: [FRODO release] Skin Widgets - MassIV - 2012-11-05

Awesome, thx Smile


RE: [FRODO release] Skin Widgets - Hitcher - 2012-11-05

And landscape for episodes?


RE: [FRODO release] Skin Widgets - Martijn - 2012-11-05

(2012-11-05, 22:29)Hitcher Wrote: And landscape for episodes?

?

you mean the landscape.jpg?


RE: [FRODO release] Skin Widgets - Hitcher - 2012-11-05

...Episode.%d.Art(tvshow.landscape) ie landscape.jpg

Image