mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
record menu: add filename template
This commit is contained in:
@@ -1088,6 +1088,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_RECORD_DATA_VTXT,
|
||||
LOCALE_MENU_HINT_RECORD_DIR,
|
||||
LOCALE_MENU_HINT_RECORD_END,
|
||||
LOCALE_MENU_HINT_RECORD_FILE_TEMPLATE,
|
||||
LOCALE_MENU_HINT_RECORD_SLOW_WARN,
|
||||
LOCALE_MENU_HINT_RECORD_STARTSTOP_MSG,
|
||||
LOCALE_MENU_HINT_RECORD_TDIR,
|
||||
@@ -1730,6 +1731,9 @@ typedef enum
|
||||
LOCALE_RECORDINGMENU_END_OF_RECORDING_MAX,
|
||||
LOCALE_RECORDINGMENU_END_OF_RECORDING_NAME,
|
||||
LOCALE_RECORDINGMENU_FILE,
|
||||
LOCALE_RECORDINGMENU_FILENAME_TEMPLATE,
|
||||
LOCALE_RECORDINGMENU_FILENAME_TEMPLATE_HINT,
|
||||
LOCALE_RECORDINGMENU_FILENAME_TEMPLATE_HINT2,
|
||||
LOCALE_RECORDINGMENU_HELP,
|
||||
LOCALE_RECORDINGMENU_MULTIMENU_ASK_STOP_ALL,
|
||||
LOCALE_RECORDINGMENU_MULTIMENU_INFO_STOP_ALL,
|
||||
|
@@ -1088,6 +1088,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_record_data_vtxt",
|
||||
"menu.hint_record_dir",
|
||||
"menu.hint_record_end",
|
||||
"menu.hint_record_filename_template",
|
||||
"menu.hint_record_slow_warn",
|
||||
"menu.hint_record_startstop_msg",
|
||||
"menu.hint_record_tdir",
|
||||
@@ -1730,6 +1731,9 @@ const char * locale_real_names[] =
|
||||
"recordingmenu.end_of_recording_max",
|
||||
"recordingmenu.end_of_recording_name",
|
||||
"recordingmenu.file",
|
||||
"recordingmenu.filename_template",
|
||||
"recordingmenu.filename_template_hint",
|
||||
"recordingmenu.filename_template_hint2",
|
||||
"recordingmenu.help",
|
||||
"recordingmenu.multimenu.ask_stop_all",
|
||||
"recordingmenu.multimenu.info_stop_all",
|
||||
|
@@ -376,6 +376,7 @@ struct SNeutrinoSettings
|
||||
int recording_slow_warning;
|
||||
int recording_startstop_msg;
|
||||
int shutdown_timer_record_type;
|
||||
std::string recording_filename_template;
|
||||
|
||||
int filesystem_is_utf8;
|
||||
// default plugin for ts-movieplayer (red button)
|
||||
|
Reference in New Issue
Block a user