mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user