diff options
author | M. Voerman <rekordc@gmail.com> | 2014-01-05 14:45:11 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-01-05 14:45:11 +0100 |
commit | 3ca4ae1df4002a83fbe62176cb76b83cf7b27a5a (patch) | |
tree | be4cca47a51a8e3955619142df2ec4f14befc960 /settings.js | |
parent | 5594b5c509de25e8cb32f9a9f871eec700c5e945 (diff) | |
download | vdr-vipclient-3ca4ae1df4002a83fbe62176cb76b83cf7b27a5a.tar.gz vdr-vipclient-3ca4ae1df4002a83fbe62176cb76b83cf7b27a5a.tar.bz2 |
in EPG/ Guide view you can switch groups with << and >> (Live Update only if 19x3 with pip enabled image)
Diffstat (limited to 'settings.js')
-rw-r--r-- | settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.js b/settings.js index ad3d6d9..bf13dc8 100644 --- a/settings.js +++ b/settings.js @@ -20,6 +20,7 @@ var UseNewReclist = 1 ; //use new recordingslist function var ShowSubDir = 1 ; // 0 = no, 1 = yes (default) // show seperate maps for subdirs in menu recordings var showClock = 0; // 0 = no, 1 = yes var SwitchGuide = 0; // 0 = no, 1 = yes +var PipSwitchGuide = 1; // 0 = no, 1 = yes var TimeShift = 0; // 0 = no, 1 = yes timeshift var ShowSubs = 1; // 0 = no, 1 = yes (default) var KillStream = 1; // 1 = Close stream on Standby @@ -207,6 +208,7 @@ var osdtimeout = 0; var osdVolumetimeout = 0; var epgactive = 0; var preChan = 0; +var preGrp = 0; var timerChan = 10; var TimerActions; var switchtimerID = 0; |