diff options
author | M. Voerman <rekordc@gmail.com> | 2014-07-15 17:14:41 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-07-15 17:14:41 +0200 |
commit | 0eb17927239aeaa295712159befcb9d4c1e89cbc (patch) | |
tree | 279703274f63e36d40d81e51f1711fa44cd580a8 | |
parent | b7a62587564fe6890fad427a13469d8af709c514 (diff) | |
download | vdr-vipclient-0eb17927239aeaa295712159befcb9d4c1e89cbc.tar.gz vdr-vipclient-0eb17927239aeaa295712159befcb9d4c1e89cbc.tar.bz2 |
Updated History
-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"); |