summaryrefslogtreecommitdiff
path: root/responsememblk.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-05-25 12:13:34 +0200
committerthlo <t.lohmar@gmx.de>2013-05-25 12:13:34 +0200
commit5b9d9e9ac4804f5cc7101b88f19948480df597b5 (patch)
treef4cdb2bcc8ffecdcfea5d2b723c7eb14881d3bdd /responsememblk.h
parent49d6f58c9abde85506d993a34ec690efb7a8c123 (diff)
downloadvdr-plugin-smarttvweb-5b9d9e9ac4804f5cc7101b88f19948480df597b5.tar.gz
vdr-plugin-smarttvweb-5b9d9e9ac4804f5cc7101b88f19948480df597b5.tar.bz2
serverName.xml added. Skeleton for getRecCmds.xml added.
Diffstat (limited to 'responsememblk.h')
-rw-r--r--responsememblk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h
index 34d98b1..206c33c 100644
--- a/responsememblk.h
+++ b/responsememblk.h
@@ -30,6 +30,8 @@
#include <sys/time.h>
#include "responsebase.h"
+#include <vdr/config.h>
+
using namespace std;
struct sFileEntry {
@@ -58,6 +60,7 @@ class cResponseMemBlk : public cResponseBase {
int sendChannelsXml (struct stat *statbuf);
int sendResumeXml ();
int sendVdrStatusXml (struct stat *statbuf);
+ void sendServerNameXml ();
int sendYtBookmarkletJs();
int sendBmlInstHtml();
@@ -66,7 +69,9 @@ class cResponseMemBlk : public cResponseBase {
int sendMediaXml (struct stat *statbuf);
int sendManifest (struct stat *statbuf, bool is_hls = true);
void sendTimersXml();
+ void sendRecCmds();
+ string writeCommands(const char *title, cList<cNestedItem> *commands, string pref);
void receiveAddTimerReq();
void receiveDelTimerReq();