• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 49
[FRODO release] Skin Widgets
(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
Reply
(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
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
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).
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
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 ...
Reply
LatestMovie > RecentMovie
Reply
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
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
(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.

Image
Reply
(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
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
Would be nice if artwork downloader could check if a file is available locally and use that instead of the default http one.
Image
Reply
(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
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
Cool, thanks. Smile
Image
Reply
Awesome, thx Smile
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
And landscape for episodes?
Reply
(2012-11-05, 22:29)Hitcher Wrote: And landscape for episodes?

?

you mean the landscape.jpg?
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
...Episode.%d.Art(tvshow.landscape) ie landscape.jpg

Image
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 49

Logout Mark Read Team Forum Stats Members Help
[FRODO release] Skin Widgets8