2022-10-02, 22:04
2022-10-2 Improvements to skin timers
PR: https://github.com/xbmc/xbmc/pull/21924
- Skin timers now support multiple onstart/onstart actions
- Skin timer actions are now context aware (you can refer infolabels as action arguments just like other parts of the gui code
- Skin timer actions can have pairing conditions. This means you can have a generic condition for timer start and have different actions depending on fine grain conditions
PR: https://github.com/xbmc/xbmc/pull/21924