mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-17 10:23:37 +02:00
adzap: port code from martiis-neutrino-mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: c015d4670f
Author: martii <m4rtii@gmx.de>
Date: 2016-03-03 (Thu, 03 Mar 2016)
Origin message was:
------------------
- adzap: port code from martiis-neutrino-mp
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -135,6 +135,14 @@ typedef enum
|
||||
LOCALE_GENRE_TRAVEL_HOBBIES_7,
|
||||
LOCALE_GENRE_UNKNOWN,
|
||||
LOCALE_ADZAP,
|
||||
LOCALE_ADZAP_ANNOUNCE,
|
||||
LOCALE_ADZAP_CANCEL,
|
||||
LOCALE_ADZAP_DISABLE,
|
||||
LOCALE_ADZAP_ENABLE,
|
||||
LOCALE_ADZAP_MINUTE,
|
||||
LOCALE_ADZAP_MINUTES,
|
||||
LOCALE_ADZAP_MONITOR,
|
||||
LOCALE_ADZAP_SWITCHBACK,
|
||||
LOCALE_APIDSELECTOR_HEAD,
|
||||
LOCALE_AUDIO_SRS_ALGO,
|
||||
LOCALE_AUDIO_SRS_ALGO_HEAVY,
|
||||
@@ -966,6 +974,7 @@ typedef enum
|
||||
LOCALE_MENU_BACK,
|
||||
LOCALE_MENU_CANCEL,
|
||||
LOCALE_MENU_HINT_A_PIC,
|
||||
LOCALE_MENU_HINT_ADZAP,
|
||||
LOCALE_MENU_HINT_APLAY,
|
||||
LOCALE_MENU_HINT_APLAY_SETUP,
|
||||
LOCALE_MENU_HINT_AUDIO,
|
||||
@@ -2386,6 +2395,7 @@ typedef enum
|
||||
LOCALE_USERMENU_BUTTON_RED,
|
||||
LOCALE_USERMENU_BUTTON_YELLOW,
|
||||
LOCALE_USERMENU_HEAD,
|
||||
LOCALE_USERMENU_ITEM_ADZAP,
|
||||
LOCALE_USERMENU_ITEM_BAR,
|
||||
LOCALE_USERMENU_ITEM_EPG_MISC,
|
||||
LOCALE_USERMENU_ITEM_NONE,
|
||||
|
@@ -135,6 +135,14 @@ const char * locale_real_names[] =
|
||||
"GENRE.TRAVEL_HOBBIES.7",
|
||||
"GENRE.UNKNOWN",
|
||||
"adzap",
|
||||
"adzap.announce",
|
||||
"adzap.cancel",
|
||||
"adzap.disable",
|
||||
"adzap.enable",
|
||||
"adzap.minute",
|
||||
"adzap.minutes",
|
||||
"adzap.monitor",
|
||||
"adzap.switchback",
|
||||
"apidselector.head",
|
||||
"audio.srs_algo",
|
||||
"audio.srs_algo_heavy",
|
||||
@@ -966,6 +974,7 @@ const char * locale_real_names[] =
|
||||
"menu.back",
|
||||
"menu.cancel",
|
||||
"menu.hint_a_pic",
|
||||
"menu.hint_adzap",
|
||||
"menu.hint_aplay",
|
||||
"menu.hint_aplay_setup",
|
||||
"menu.hint_audio",
|
||||
@@ -2386,6 +2395,7 @@ const char * locale_real_names[] =
|
||||
"usermenu.button_red",
|
||||
"usermenu.button_yellow",
|
||||
"usermenu.head",
|
||||
"usermenu.item_adzap",
|
||||
"usermenu.item_bar",
|
||||
"usermenu.item_epg_misc",
|
||||
"usermenu.item_none",
|
||||
|
@@ -729,6 +729,9 @@ struct SNeutrinoSettings
|
||||
t_channel_id startchannelradio_id;
|
||||
int uselastchannel;
|
||||
|
||||
//adzap
|
||||
int adzap_zapBackPeriod;
|
||||
|
||||
int power_standby;
|
||||
int hdd_sleep;
|
||||
int hdd_noise;
|
||||
@@ -789,6 +792,7 @@ struct SNeutrinoSettings
|
||||
ITEM_SWUPDATE = 30,
|
||||
|
||||
ITEM_LIVESTREAM_RESOLUTION = 31,
|
||||
ITEM_ADZAP = 32,
|
||||
|
||||
ITEM_MAX // MUST be always the last in the list
|
||||
} USER_ITEM;
|
||||
@@ -817,8 +821,6 @@ struct SNeutrinoSettings
|
||||
};
|
||||
};
|
||||
|
||||
/* some default Values */
|
||||
|
||||
extern const struct personalize_settings_t personalize_settings[SNeutrinoSettings::P_SETTINGS_MAX];
|
||||
|
||||
typedef struct time_settings_t
|
||||
@@ -865,9 +867,6 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
|
||||
// shadow
|
||||
#define SHADOW_OFFSET 6
|
||||
|
||||
/* end default values */
|
||||
|
||||
|
||||
struct SglobalInfo
|
||||
{
|
||||
unsigned char box_Type;
|
||||
|
Reference in New Issue
Block a user