diff options
Diffstat (limited to 'javascript/settings.js')
-rw-r--r-- | javascript/settings.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/javascript/settings.js b/javascript/settings.js index 9396f84..f3fcc1d 100644 --- a/javascript/settings.js +++ b/javascript/settings.js @@ -2,7 +2,7 @@ // Default settings // -var Version = "0.28.02"; +var Version = "0.28.03"; //weather var city = "Almelo"; @@ -37,6 +37,8 @@ var Use_DLNA;// DLNA testing var MenuOffID; //Menu remove timeout var MenuTimeOut = 1 * 60 * 1000; // 1 minutes TimeOut +var Delay_Play = 0; // Patched VDR or Only FTA channels = 0, Unpatched VDR = 1 + var RadioGroup = 9; OSDLang = new Array ("English", "Nederlands", "Deutsch", "Suomi"); @@ -313,7 +315,6 @@ var timerChan = 10; var TimerActions; var initialDelayID = 0; var initialDelayPlayTime = 1000; // wait 1000 ms before zap to next channel -//var initialDelayPlayTime = 0; // no wait before zap to next channel var initialDelayPlayNormal = 5000; // back to normal after 5000ms var CAdelayID = 0; var ProtectID = 0; @@ -417,3 +418,7 @@ var color_switchtimer = "color_switchtimer"; var color_default = "color_default"; var color_error = "color_error"; var MACaddress; //BOX mac address, used for uniq box config loading + +Sw_Timer = new Array("None", "SwitchOnly", "Record Server", "Record Local" , "Sleeptimer"); + + |