Kodi Community Forum

Full Version: [split] Changes to the skinning engine for Kodi Jarvis
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(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/aa7d...14101ac31a
pull request: 7340 (PR)

Little error ronie - sortorder is Ascending or Descending. Wink
(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/aa7d...14101ac31a
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.
(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/a70f...6dea24c73e
pull request: 8059 (PR)

Needs to be recategorized in first post.

scott s.
.
corrected, thx!