movieplayer: allow bisectional jumps with RC_page_up/down

based upon code by TangoCash


Origin commit data
------------------
Branch: ni/coolstream
Commit: ca218e5390
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-13 (Sat, 13 May 2017)

Origin message was:
------------------
- movieplayer: allow bisectional jumps with RC_page_up/down

based upon code by TangoCash


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-13 17:45:59 +02:00
parent c43e77c038
commit 5705809f1a
8 changed files with 52 additions and 0 deletions

View File

@@ -1379,6 +1379,7 @@ typedef enum
LOCALE_MENU_HINT_MOVIE,
LOCALE_MENU_HINT_MOVIEBROWSER_FONTS,
LOCALE_MENU_HINT_MOVIEBROWSER_SETUP,
LOCALE_MENU_HINT_MOVIEPLAYER_BISECTION_JUMP,
LOCALE_MENU_HINT_MOVIEPLAYER_PLUGIN,
LOCALE_MENU_HINT_NET_BROADCAST,
LOCALE_MENU_HINT_NET_DHCP,
@@ -2026,6 +2027,7 @@ typedef enum
LOCALE_MOVIEBROWSER_YT_RELATED,
LOCALE_MOVIEBROWSER_YT_SEARCH,
LOCALE_MOVIECUT_CANCEL,
LOCALE_MOVIEPLAYER_BISECTION_JUMP,
LOCALE_MOVIEPLAYER_BOOKMARK,
LOCALE_MOVIEPLAYER_BOOKMARKNAME,
LOCALE_MOVIEPLAYER_BOOKMARKNAME_HINT1,

View File

@@ -1379,6 +1379,7 @@ const char * locale_real_names[] =
"menu.hint_movie",
"menu.hint_moviebrowser_fonts",
"menu.hint_moviebrowser_setup",
"menu.hint_movieplayer_bisection_jump",
"menu.hint_movieplayer_plugin",
"menu.hint_net_broadcast",
"menu.hint_net_dhcp",
@@ -2026,6 +2027,7 @@ const char * locale_real_names[] =
"moviebrowser.yt_related",
"moviebrowser.yt_search",
"moviecut.cancel",
"movieplayer.bisection_jump",
"movieplayer.bookmark",
"movieplayer.bookmarkname",
"movieplayer.bookmarkname_hint1",

View File

@@ -787,6 +787,7 @@ struct SNeutrinoSettings
//movieplayer
int movieplayer_repeat_on;
int movieplayer_bisection_jump; //NI
std::string youtube_dev_id;
int youtube_enabled;
std::string tmdb_api_key;