Changes to the skinning engine for Kodi Krypton
#8
2015-12-18 MyPVRTimers.xml - changes

pvr timers have been split in 'repeating timers' and 'one off timers'.
the repeating timers have been moved to two new windows:
  • TVTimerRules
  • RadioTimerRules
both will keep using the MyPVRTimers.xml file.

required changes:
  • remove radiobutton id="8" (group timers)
  • change the id of radiobutton id="9" to id="8" (Hide disabled timers)
  • add ActivateWindow(TVTimerRules) / ActivateWindow(RadioTimerRules) somewhere so the new windows can be accessed
  • update your visible conditions to include Window.IsVisible(TVTimerRules) / Window.IsVisible(RadioTimerRules) where needed



git commit: https://github.com/xbmc/xbmc/commit/5cd8...3f0b433360
pull request: 8561 (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


Messages In This Thread
RE: Changes to the skinning engine for Kodi K*** - by ronie - 2015-12-19, 02:33
Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for Kodi Krypton3