mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
movieplayer: Use Lua scripts for selecting live stream urls
Origin commit data
------------------
Branch: ni/coolstream
Commit: b4a2856e1c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-03-03 (Thu, 03 Mar 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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