new option added for eof retries on lost server connections

Conflicts:
	src/gui/mediaplayer_setup.cpp
This commit is contained in:
BPanther
2023-07-26 20:46:25 +02:00
committed by Thilo Graf
parent e2b0b01cd1
commit 0822265af9
8 changed files with 17 additions and 4 deletions

View File

@@ -2202,6 +2202,7 @@ typedef enum
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT2,
LOCALE_MOVIEPLAYER_CHAPTERS,
LOCALE_MOVIEPLAYER_DISPLAY_PLAYTIME,
LOCALE_MOVIEPLAYER_EOF_CNT,
LOCALE_MOVIEPLAYER_FILEPLAYBACK_AUDIO,
LOCALE_MOVIEPLAYER_FILEPLAYBACK_VIDEO,
LOCALE_MOVIEPLAYER_HEAD,

View File

@@ -2202,6 +2202,7 @@ const char * locale_real_names[] =
"movieplayer.bookmarkname_hint2",
"movieplayer.chapters",
"movieplayer.display_playtime",
"movieplayer.eof_cnt",
"movieplayer.fileplayback_audio",
"movieplayer.fileplayback_video",
"movieplayer.head",

View File

@@ -1011,6 +1011,7 @@ struct SNeutrinoSettings
// movieplayer
int movieplayer_bisection_jump;
int movieplayer_display_playtime;
int movieplayer_eof_cnt;
int movieplayer_repeat_on;
#if HAVE_CST_HARDWARE
bool movieplayer_select_ac3_atype0;