diff options
-rw-r--r-- | History | 3 | ||||
-rw-r--r-- | settings.js | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -19,6 +19,9 @@ VDR 1.7.29+ Localrecordings support FF/REW but also the jump in time with 1/4/7 and 3/6/9 Local recordings time is corrected when watching a local recording. Overview shows epg duration. Changed the color of the infowindow to 'Green' // Infowindow is now 'Red' in case of error, warning or if User attention is needed. + To stop local recording goto timer menu press stop button. + <Blue> button gives more info about a (local) timer + 0.24 vip.getmarks used for selecting getmarks 0 = restfulapi, 1 = SmartTVWeb (not all users have the newest SmartTVWeb) Channels update. diff --git a/settings.js b/settings.js index 038a482..dff9e17 100644 --- a/settings.js +++ b/settings.js @@ -2,7 +2,7 @@ // Default settings // -var Version = "0.25.13"; +var Version = "0.25.14"; server_ip_array = new Array("http://192.168.1.15","http://192.168.3.15","http://easyvdr","http://192.168.3.100","http://192.168.178.19","http://192.168.1.21","http://192.168.2.100","http://192.168.178.52"); |