Kodi Community Forum
[split] Changes to the skinning engine for Kodi Jarvis - 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)
+--- Thread: [split] Changes to the skinning engine for Kodi Jarvis (/showthread.php?tid=244181)



[split] Changes to the skinning engine for Kodi Jarvis - Hitcher - 2015-09-28

(2015-07-13, 21:54)ronie Wrote: 2015-07-08 new infolabel - Container.SortOrder

$INFO[Container.SortOrder] will return the current sortorder of a container as a string (title / year / genre / etc..)


git commit: https://github.com/xbmc/xbmc/commit/aa7d90f8fc9e6b0bfd5728919a10e414101ac31a
pull request: 7340 (PR)

Little error ronie - sortorder is Ascending or Descending. Wink


RE: Changes to the skinning engine for Kodi Jarvis - ronie - 2015-09-28

(2015-09-28, 14:38)Hitcher Wrote:
(2015-07-13, 21:54)ronie Wrote: 2015-07-08 new infolabel - Container.SortOrder

$INFO[Container.SortOrder] will return the current sortorder of a container as a string (title / year / genre / etc..)


git commit: https://github.com/xbmc/xbmc/commit/aa7d90f8fc9e6b0bfd5728919a10e414101ac31a
pull request: 7340 (PR)

Little error ronie - sortorder is Ascending or Descending. Wink

ah thx! i thought SortDirection would refer to Ascending/Descending, but apparently i was mistaken.


RE: Changes to the skinning engine for Kodi Jarvis - scott967 - 2015-09-30

(2015-09-18, 21:14)ronie Wrote: 2015-09-16 changed infolabels - VideoPlayer/ListItem.AudioChannels

if a video contains no audio, these infolabels will now return empty.
(they used to return 0)

git commit: https://github.com/xbmc/xbmc/commit/a70fc8dcf35107b69af4b0646942fb6dea24c73e
pull request: 8059 (PR)

Needs to be recategorized in first post.

scott s.
.


RE: Changes to the skinning engine for Kodi Jarvis - ronie - 2015-09-30

corrected, thx!