From b3bdb5e6a1515c938fec0661bb56f4b39538195c Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Thu, 8 Aug 2013 17:16:00 +0300 Subject: 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). --- src/libwebvi/libwebvi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/libwebvi/libwebvi.h') 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 *) * -- cgit v1.2.3