mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
gui/record_setup.cpp: add option to auto-create movie thumbnail on playback
This commit is contained in:
@@ -1097,6 +1097,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_RECORD_APID_STD,
|
||||
LOCALE_MENU_HINT_RECORD_APIDS,
|
||||
LOCALE_MENU_HINT_RECORD_APPLY,
|
||||
LOCALE_MENU_HINT_RECORD_AUTO_COVER,
|
||||
LOCALE_MENU_HINT_RECORD_CHANDIR,
|
||||
LOCALE_MENU_HINT_RECORD_DATA,
|
||||
LOCALE_MENU_HINT_RECORD_DATA_DVBSUB,
|
||||
@@ -1759,6 +1760,7 @@ typedef enum
|
||||
LOCALE_RECORDINGMENU_APIDS_AC3,
|
||||
LOCALE_RECORDINGMENU_APIDS_ALT,
|
||||
LOCALE_RECORDINGMENU_APIDS_STD,
|
||||
LOCALE_RECORDINGMENU_AUTO_COVER,
|
||||
LOCALE_RECORDINGMENU_DATA_PIDS,
|
||||
LOCALE_RECORDINGMENU_DEFDIR,
|
||||
LOCALE_RECORDINGMENU_DVBSUB_PIDS,
|
||||
|
@@ -1097,6 +1097,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_record_apid_std",
|
||||
"menu.hint_record_apids",
|
||||
"menu.hint_record_apply",
|
||||
"menu.hint_record_auto_cover",
|
||||
"menu.hint_record_chandir",
|
||||
"menu.hint_record_data",
|
||||
"menu.hint_record_data_dvbsub",
|
||||
@@ -1759,6 +1760,7 @@ const char * locale_real_names[] =
|
||||
"recordingmenu.apids_ac3",
|
||||
"recordingmenu.apids_alt",
|
||||
"recordingmenu.apids_std",
|
||||
"recordingmenu.auto_cover",
|
||||
"recordingmenu.data_pids",
|
||||
"recordingmenu.defdir",
|
||||
"recordingmenu.dvbsub_pids",
|
||||
|
@@ -441,6 +441,7 @@ struct SNeutrinoSettings
|
||||
int screenshot_mode;
|
||||
int screenshot_video;
|
||||
int screenshot_scale;
|
||||
int auto_cover;
|
||||
std::string screenshot_dir;
|
||||
|
||||
int key_current_transponder;
|
||||
|
Reference in New Issue
Block a user