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 --- index.html | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 120 insertions(+), 14 deletions(-) (limited to 'index.html') 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