From 3930a0ff840051111070bb7b72da879ef8c32644 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Thu, 10 Jul 2014 21:02:27 +0200 Subject: Get recordings with streamdev and restfulapi but only with SmartTVweb plugin you can play --- History | 2 + index.html | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++------- settings.js | 4 +- 3 files changed, 124 insertions(+), 16 deletions(-) diff --git a/History b/History index c2cee1b..18e2731 100644 --- a/History +++ b/History @@ -3,6 +3,8 @@ Motorola Vip : 1960, 1910, 1903, 1963. VDR 1.7.29+ +0.25 : + 0.24 vip.getmarks used for selecting getmarks 0 = restfulapi, 1 = SmartTVWeb (not all users have the newest SmartTVWeb) Channels update. diff --git a/index.html b/index.html index d856825..bf33a14 100644 --- a/index.html +++ b/index.html @@ -2861,6 +2861,14 @@ if(menu == 9) { // INFO2 Menu htmltext += "Experimental 2"; htmltext += "\n getmarks from"; if (Number(is.getObject("vip.getmarks"))) { htmltext += " smarttvweb "; } else { htmltext += " restfulapi "; } + htmltext += "\n getrecordings from"; + if (get_recordings == 1) { + htmltext += " smarttvweb "; + } else if (get_recordings == 0) { + htmltext += " restfulapi "; + } else { + htmltext += " streamdev "; + } htmltext += "\n EPGMode : " if (EPGMode) { htmltext += "Full EPG"; } else { htmltext += "Now/Next Only"; } } catch(e) { @@ -3817,20 +3825,113 @@ try { for (var i=0;i