mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
movieplayer: Use Lua scripts for selecting live stream urls
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user