mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
multiformat audioplayer: add separate timeout for infobar
Origin commit data
------------------
Branch: ni/coolstream
Commit: f945a9b127
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)
Origin message was:
------------------
- multiformat audioplayer: add separate timeout for infobar
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -428,17 +428,18 @@ struct SNeutrinoSettings
|
||||
//timing
|
||||
enum TIMING_SETTINGS
|
||||
{
|
||||
TIMING_MENU = 0,
|
||||
TIMING_CHANLIST = 1,
|
||||
TIMING_EPG = 2,
|
||||
TIMING_INFOBAR = 3,
|
||||
TIMING_INFOBAR_RADIO = 4,
|
||||
TIMING_INFOBAR_MOVIE = 5,
|
||||
TIMING_VOLUMEBAR = 6,
|
||||
TIMING_FILEBROWSER = 7,
|
||||
TIMING_NUMERICZAP = 8,
|
||||
TIMING_POPUP_MESSAGES = 9,
|
||||
TIMING_STATIC_MESSAGES = 10,
|
||||
TIMING_MENU = 0,
|
||||
TIMING_CHANLIST,
|
||||
TIMING_EPG,
|
||||
TIMING_INFOBAR,
|
||||
TIMING_INFOBAR_RADIO,
|
||||
TIMING_INFOBAR_MEDIA_AUDIO,
|
||||
TIMING_INFOBAR_MEDIA_VIDEO,
|
||||
TIMING_VOLUMEBAR,
|
||||
TIMING_FILEBROWSER,
|
||||
TIMING_NUMERICZAP,
|
||||
TIMING_POPUP_MESSAGES,
|
||||
TIMING_STATIC_MESSAGES,
|
||||
|
||||
TIMING_SETTING_COUNT
|
||||
};
|
||||
@@ -972,7 +973,8 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
|
||||
{ 180, LOCALE_TIMING_EPG, LOCALE_MENU_HINT_OSD_TIMING}, //NI
|
||||
{ 6, LOCALE_TIMING_INFOBAR, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
{ 0, LOCALE_TIMING_INFOBAR_RADIO, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
{ 6, LOCALE_TIMING_INFOBAR_MOVIEPLAYER, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
{ 0, LOCALE_TIMING_INFOBAR_MEDIA_AUDIO, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
{ 6, LOCALE_TIMING_INFOBAR_MEDIA_VIDEO, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
{ 3, LOCALE_TIMING_VOLUMEBAR, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
{ 180, LOCALE_TIMING_FILEBROWSER, LOCALE_MENU_HINT_OSD_TIMING}, //NI
|
||||
{ 3, LOCALE_TIMING_NUMERICZAP, LOCALE_MENU_HINT_OSD_TIMING},
|
||||
|
Reference in New Issue
Block a user