problem with PVR, Kodi and Timer
#1
problem is solved thru a timer
Reply
#2
think you can do it using an alarmclock
http://kodi.wiki/view/List_of_built-in_functions

Code:
<onload condition="Window.Previous(Startup)">AlarmClock(stoppvr, StopPVRManager, 20, silent)</onload>
<onload condition="Window.Previous(Startup)">AlarmClock(startpvr, StartPVRManager, 30, silent)</onload>
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
#3
ahhh sory i see your post too late, it works now , special thanks to you
Reply

Logout Mark Read Team Forum Stats Members Help
problem with PVR, Kodi and Timer0