movieplayer: Use Lua scripts for selecting live stream urls

This commit is contained in:
M. Liebmann
2016-03-03 09:03:46 +01:00
parent f4e8728285
commit b4a2856e1c
15 changed files with 351 additions and 13 deletions

View File

@@ -739,6 +739,9 @@ struct SNeutrinoSettings
std::string font_file;
std::string ttx_font_file;
int livestreamResolution;
std::string livestreamScriptPath;
// USERMENU
typedef enum
{
@@ -783,6 +786,8 @@ struct SNeutrinoSettings
ITEM_NETSETTINGS = 29,
ITEM_SWUPDATE = 30,
ITEM_LIVESTREAM_RESOLUTION = 31,
ITEM_MAX // MUST be always the last in the list
} USER_ITEM;
typedef struct {