diff options
-rw-r--r-- | History | 4 | ||||
-rw-r--r-- | settings.js | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -3,8 +3,10 @@ Motorola Vip : 1960, 1910, 1903, 1963. VDR 1.7.29+ -0.25 Get recordings from Streamdev, Restfapi or SmartTVweb but still only play works with SmartTVweb plugin +0.25 Get recordings from Streamdev, Restfapi or SmartTVweb. Check if SmartTVweb is on the server if not turn SmartTVweb options off + Streamdev can also do Rewind, pause, Fastforward. + Added German translation (Google Translate) so it must be corrected. 0.24 vip.getmarks used for selecting getmarks 0 = restfulapi, 1 = SmartTVWeb (not all users have the newest SmartTVWeb) diff --git a/settings.js b/settings.js index 9e7516b..ce0e190 100644 --- a/settings.js +++ b/settings.js @@ -2,7 +2,7 @@ // Default settings // -var Version = "0.25.7"; +var Version = "0.25.8"; 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"); |