Changes to the skinning engine for Kodi Jarvis
#31
2015-08-12 sounds directory removal

from now on skins can not ship with their own sounds anymore.
use a sound resource addon instead.

git commit: https://github.com/xbmc/xbmc/commit/b246...500fa66108
pull request: 7684 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#32
2015-08-18 new default icon - DefaultDVDFull.png

skins can show separate icons for empty (DefaultDVDRom.png) and full (DefaultDVDFull.png) DVD's.


git commit: https://github.com/xbmc/xbmc/commit/7470...9c3ffc568d
pull request: 7214 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#33
2015-08-19 removed windows

these dialog windows can be removed from your skin as they won't be used anymore:
  • MusicOverlay.xml
  • VideoOverlay.xml

if your skin needs such a dialog, you can create a custom skin window and use Player.HasAudio / HasVideo as a visible condition for them.

this change means you can also remove the <allowoverlay> tag from any window that has it.


git commit: https://github.com/xbmc/xbmc/commit/605b...db3d2252ae
pull request: 7516 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#34
2015-08-20 removed / new windows

these dialog windows can be removed from your skin:
  • DialogPVRGuideInfo.xml
  • DialogPVRRecordingInfo.xml

their functionallity has been merged into a new dialog:
  • DialogPVRInfo.xml


git commit: https://github.com/xhaggi/xbmc/commit/f9...41f70cbdad
pull request: 7744 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#35
2015-03-02 new built-in control

i missed this one when it got merged earlier this year..

you can add a button (id="8") to DialogPVRInfo.xml
it will be used to playback a recording (if available) of the selected programme.


git commit: https://github.com/xbmc/xbmc/commit/608e...97f91047df
pull request: 6566 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#36
2015-09-01 removed window - VisualisationPresetList.xml

the select dialog will now be used instead.

git commit: https://github.com/xbmc/xbmc/commit/2e60...b49979810f
pull request: 7863 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#37
2015-09-01 sorting support for dynamic directory listings

adds support for sortby and sortorder attributes to the <content> element.

git commit: https://github.com/xbmc/xbmc/commit/ea9f...87ddfe3d45
pull request: 7882 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#38
2015-09-01 new infolabel - Container.Art(set.fanart)

can be used to display fanart for moviesets inside a movie set.

git commit: https://github.com/xbmc/xbmc/commit/6519...8ea835181e
pull request: 7914 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#39
2015-09-01 removed window - DialogFileStacking.xml

the select dialog will now be used instead.

git commit: https://github.com/xbmc/xbmc/commit/f69c...9955d1ce1f
pull request: 7876 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#40
2015-09-01 new infobool - Visualisation.HasPresets

useful for conditionally showing a visualization presets button on the music osd.

git commit: https://github.com/xbmc/xbmc/commit/ee24...ff04361353
pull request: 7870 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#41
2015-09-01 new infolabels

you can now display these audio and subtitle properties for all available streams
  • ListItem.Property(AudioCodec.[n])
  • ListItem.Property(AudioLanguage.[n])
  • ListItem.Property(AudioChannels.[n])
  • ListItem.Property(SubtitleLanguage.[n])


git commit: https://github.com/xbmc/xbmc/commit/1923...86bfe0d4c5
pull request: 7921 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#42
2015-09-01 new infobool - System.HasHiddenInput

System.HasHiddenInput will return true when to osd keyboard/numeric dialog requests a password/pincode.


git commit: https://github.com/xbmc/xbmc/commit/e894...03bb900526
pull request: 7881 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#43
2015-09-01 removed window - DialogGamepad.xml

the ok dialog will now be used instead.

git commit: https://github.com/xbmc/xbmc/commit/8890...86a88915bf
pull request: 7879 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#44
2015-09-13 removed window - MyMusicSongs.xml

removed MyMusicSongs.xml
remove the button that toggles between file and library mode in MyMusicNav.xml

git commit https://github.com/Montellese/xbmc/commi...58d680544b
pull request https://github.com/xbmc/xbmc/pull/8011
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
#45
2015-09-13 New dialog - DialogPVRRadioRDSInfo.xml

Used to display RDS information

this commit adds the following new infobools:
  • RDS.HasRds
  • RDS.HasRadioText
  • RDS.HasRadioTextPlus
  • RDS.HasHotline
  • RDS.HasStudio

and these new infolabels:
  • RDS.AudioLanguage
  • RDS.ChannelCountry
  • RDS.Title
  • RDS.GetLine
  • RDS.Artist
  • RDS.Band
  • RDS.Composer
  • RDS.Conductor
  • RDS.Album
  • RDS.TrackNumber
  • RDS.RadioStyle
  • RDS.Comment
  • RDS.InfoNews
  • RDS.InfoNewsLocal
  • RDS.InfoStock
  • RDS.InfoStockSize
  • RDS.InfoSport
  • RDS.InfoSportSize
  • RDS.InfoLottery
  • RDS.InfoLotterySize
  • RDS.InfoWeather
  • RDS.InfoWeatherSize
  • RDS.InfoCinema
  • RDS.InfoCinemaSize
  • RDS.InfoHoroscope
  • RDS.InfoHoroscopeSize
  • RDS.InfoOther
  • RDS.InfoOtherSize
  • RDS.ProgStation
  • RDS.ProgNow
  • RDS.ProgNext
  • RDS.ProgHost
  • RDS.ProgEditStaff
  • RDS.ProgHomepage
  • RDS.ProgStyle
  • RDS.PhoneHotline
  • RDS.PhoneStudio
  • RDS.SmsStudio
  • RDS.EmailHotline
  • RDS.EmailStudio


git commit: https://github.com/AlwinEsch/kodi/commit...8736c24a5e
pull request: 6174 (PR)
Reply

Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for Kodi Jarvis6