mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 17:33:37 +02:00
moviebrowser: add possibility to search for movies in SMS-style
This feature has to be activated first. Menu -> Settings ->
Key Setup -> Edit -> My recordings
In moviebrowser press three times key "3" to select first movie
title starting with a "F" or press two times "6" to select first
movie title starting with a "N".
The new item in keybind-setup is the first step to introduce user-
assignable keys in moviebrowser. So finally the horrible hotkeys
for the cutting functions can be removed and/or replaced.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a98143e49
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Origin message was:
------------------
- moviebrowser: add possibility to search for movies in SMS-style
This feature has to be activated first. Menu -> Settings ->
Key Setup -> Edit -> My recordings
In moviebrowser press three times key "3" to select first movie
title starting with a "F" or press two times "6" to select first
movie title starting with a "N".
The new item in keybind-setup is the first step to introduce user-
assignable keys in moviebrowser. So finally the horrible hotkeys
for the cutting functions can be removed and/or replaced.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -492,6 +492,7 @@ typedef enum
|
||||
LOCALE_EXTRA_SCRAMBLED_MESSAGE,
|
||||
LOCALE_EXTRA_SHOW_MUTE_ICON,
|
||||
LOCALE_EXTRA_SMS_CHANNEL,
|
||||
LOCALE_EXTRA_SMS_MOVIE,
|
||||
LOCALE_EXTRA_SOUTH,
|
||||
LOCALE_EXTRA_START_TOSTANDBY,
|
||||
LOCALE_EXTRA_TEMP_TIMESHIFT,
|
||||
@@ -1097,7 +1098,6 @@ typedef enum
|
||||
LOCALE_MENU_HINT_KEY_BOUQUETDOWN,
|
||||
LOCALE_MENU_HINT_KEY_BOUQUETUP,
|
||||
LOCALE_MENU_HINT_KEY_CANCEL,
|
||||
LOCALE_MENU_HINT_KEY_CHANNEL_SMS,
|
||||
LOCALE_MENU_HINT_KEY_CHANNELDOWN,
|
||||
LOCALE_MENU_HINT_KEY_CHANNELLIST,
|
||||
LOCALE_MENU_HINT_KEY_CHANNELUP,
|
||||
@@ -1110,6 +1110,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_KEY_LIST_START,
|
||||
LOCALE_MENU_HINT_KEY_LOAD,
|
||||
LOCALE_MENU_HINT_KEY_MODECHANGE,
|
||||
LOCALE_MENU_HINT_KEY_MOVIEBROWSER,
|
||||
LOCALE_MENU_HINT_KEY_MOVIEPLAYER,
|
||||
LOCALE_MENU_HINT_KEY_MPAUDIO,
|
||||
LOCALE_MENU_HINT_KEY_MPBOOKMARK,
|
||||
@@ -1397,6 +1398,8 @@ typedef enum
|
||||
LOCALE_MENU_HINT_SHUTDOWN_REAL,
|
||||
LOCALE_MENU_HINT_SLEEPTIMER,
|
||||
LOCALE_MENU_HINT_SLEEPTIMER_MIN,
|
||||
LOCALE_MENU_HINT_SMS_CHANNEL,
|
||||
LOCALE_MENU_HINT_SMS_MOVIE,
|
||||
LOCALE_MENU_HINT_SOFT_RESTART,
|
||||
LOCALE_MENU_HINT_SOFTUPDATE_CHECK,
|
||||
LOCALE_MENU_HINT_SOFTUPDATE_CHECK_LOCAL,
|
||||
|
@@ -492,6 +492,7 @@ const char * locale_real_names[] =
|
||||
"extra.scrambled_message",
|
||||
"extra.show_mute_icon",
|
||||
"extra.sms_channel",
|
||||
"extra.sms_movie",
|
||||
"extra.south",
|
||||
"extra.start_tostandby",
|
||||
"extra.temp_timeshift",
|
||||
@@ -1097,7 +1098,6 @@ const char * locale_real_names[] =
|
||||
"menu.hint_key_bouquetdown",
|
||||
"menu.hint_key_bouquetup",
|
||||
"menu.hint_key_cancel",
|
||||
"menu.hint_key_channel_sms",
|
||||
"menu.hint_key_channeldown",
|
||||
"menu.hint_key_channellist",
|
||||
"menu.hint_key_channelup",
|
||||
@@ -1110,6 +1110,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_key_list_start",
|
||||
"menu.hint_key_load",
|
||||
"menu.hint_key_modechange",
|
||||
"menu.hint_key_moviebrowser",
|
||||
"menu.hint_key_movieplayer",
|
||||
"menu.hint_key_mpaudio",
|
||||
"menu.hint_key_mpbookmark",
|
||||
@@ -1397,6 +1398,8 @@ const char * locale_real_names[] =
|
||||
"menu.hint_shutdown_real",
|
||||
"menu.hint_sleeptimer",
|
||||
"menu.hint_sleeptimer_min",
|
||||
"menu.hint_sms_channel",
|
||||
"menu.hint_sms_movie",
|
||||
"menu.hint_soft_restart",
|
||||
"menu.hint_softupdate_check",
|
||||
"menu.hint_softupdate_check_local",
|
||||
|
@@ -729,6 +729,7 @@ struct SNeutrinoSettings
|
||||
int hdd_statfs_mode;
|
||||
int zap_cycle;
|
||||
int sms_channel;
|
||||
int sms_movie;
|
||||
std::string font_file;
|
||||
std::string ttx_font_file;
|
||||
|
||||
|
Reference in New Issue
Block a user