- movieplayer: allow to display plackback time instead of movietitle on vfd

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h
	src/system/settings.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-02-27 00:54:05 +01:00
committed by Thilo Graf
parent 0c5485d4ca
commit 6ad2ca6a46
9 changed files with 49 additions and 7 deletions

View File

@@ -1231,6 +1231,7 @@ typedef enum
LOCALE_MENU_HINT_MOVIE,
LOCALE_MENU_HINT_MOVIEBROWSER_FONTS,
LOCALE_MENU_HINT_MOVIEBROWSER_SETUP,
LOCALE_MENU_HINT_MOVIEPLAYER_DISPLAY_PLAYTIME,
LOCALE_MENU_HINT_MOVIEPLAYER_PLUGIN,
LOCALE_MENU_HINT_NET_BROADCAST,
LOCALE_MENU_HINT_NET_DHCP,
@@ -1855,6 +1856,7 @@ typedef enum
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT1,
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT2,
LOCALE_MOVIEPLAYER_CHAPTERS,
LOCALE_MOVIEPLAYER_DISPLAY_PLAYTIME,
LOCALE_MOVIEPLAYER_FILEPLAYBACK_AUDIO,
LOCALE_MOVIEPLAYER_FILEPLAYBACK_VIDEO,
LOCALE_MOVIEPLAYER_HEAD,

View File

@@ -1231,6 +1231,7 @@ const char * locale_real_names[] =
"menu.hint_movie",
"menu.hint_moviebrowser_fonts",
"menu.hint_moviebrowser_setup",
"menu.hint_movieplayer_display_playtime",
"menu.hint_movieplayer_plugin",
"menu.hint_net_broadcast",
"menu.hint_net_dhcp",
@@ -1855,6 +1856,7 @@ const char * locale_real_names[] =
"movieplayer.bookmarkname_hint1",
"movieplayer.bookmarkname_hint2",
"movieplayer.chapters",
"movieplayer.display_playtime",
"movieplayer.fileplayback_audio",
"movieplayer.fileplayback_video",
"movieplayer.head",

View File

@@ -784,6 +784,7 @@ struct SNeutrinoSettings
//movieplayer
int movieplayer_repeat_on;
int movieplayer_display_playtime;
std::string youtube_dev_id;
int youtube_enabled;
std::string tmdb_api_key;