summaryrefslogtreecommitdiff
path: root/src/libwebvi/libwebvi.h
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2013-08-08 17:16:00 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2013-08-08 17:16:00 +0300
commitb3bdb5e6a1515c938fec0661bb56f4b39538195c (patch)
tree874355a1601ed713a8e4dc4e78806862f369fd63 /src/libwebvi/libwebvi.h
parent78e8b44d32231a45086fe3c7e1465e8bb60b871c (diff)
downloadvdr-plugin-webvideo-b3bdb5e6a1515c938fec0661bb56f4b39538195c.tar.gz
vdr-plugin-webvideo-b3bdb5e6a1515c938fec0661bb56f4b39538195c.tar.bz2
Combine quvi and external downloader pipes into a pipe that reads a
menu written by an external shell script (src/menuscripts). Add YLE Areena as an example script (TODO: downloading rtmp streams).
Diffstat (limited to 'src/libwebvi/libwebvi.h')
-rw-r--r--src/libwebvi/libwebvi.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libwebvi/libwebvi.h b/src/libwebvi/libwebvi.h
index 8efe953..74c9f6c 100644
--- a/src/libwebvi/libwebvi.h
+++ b/src/libwebvi/libwebvi.h
@@ -102,7 +102,8 @@ typedef enum {
WEBVI_CONFIG_TEMPLATE_PATH,
WEBVI_CONFIG_DEBUG,
WEBVI_CONFIG_TIMEOUT_CALLBACK,
- WEBVI_CONFIG_TIMEOUT_DATA
+ WEBVI_CONFIG_TIMEOUT_DATA,
+ WEBVI_CONFIG_MENU_SCRIPT_PATH
} WebviConfig;
typedef struct {
@@ -167,6 +168,9 @@ LIBWEBVI_DLL_EXPORT const char* webvi_strerror(WebviResult err);
* WEBVI_CONFIG_TEMPLATE_PATH
* Set the base directory for the XSLT templates (char *)
*
+ * WEBVI_CONFIG_MENU_SCRIPT_PATH
+ * Specify the directory where to look for the menu scripts (char *)
+ *
* WEBVI_CONFIG_DEBUG
* If value is not "0", print debug output to stdin (char *)
*