mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
new option added for eof retries on lost server connections
Conflicts: src/gui/mediaplayer_setup.cpp
This commit is contained in:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user