webtv channels integration port,

initial code (C) martii,
initial patch from jacek
This commit is contained in:
[CST] Focus
2014-08-27 17:32:26 +04:00
parent 415d516465
commit a473fe8194
49 changed files with 1000 additions and 190 deletions

View File

@@ -229,6 +229,7 @@ typedef enum
LOCALE_BOUQUETNAME_NEW,
LOCALE_BOUQUETNAME_OTHER,
LOCALE_BOUQUETNAME_REMOVED,
LOCALE_BOUQUETNAME_WEBTV,
LOCALE_BUILDINFO_COMPILED_ON,
LOCALE_BUILDINFO_COMPILED_WITH,
LOCALE_BUILDINFO_COMPILER_FLAGS,
@@ -262,6 +263,7 @@ typedef enum
LOCALE_CHANNELLIST_MAKE_HDLIST,
LOCALE_CHANNELLIST_MAKE_NEWLIST,
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
LOCALE_CHANNELLIST_MAKE_WEBTVLIST,
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ACTIVE,
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ALLOW,
@@ -1058,6 +1060,7 @@ typedef enum
LOCALE_MENU_HINT_MAKE_HDLIST,
LOCALE_MENU_HINT_MAKE_NEWLIST,
LOCALE_MENU_HINT_MAKE_REMOVEDLIST,
LOCALE_MENU_HINT_MAKE_WEBTVLIST,
LOCALE_MENU_HINT_MANAGE_SETTINGS,
LOCALE_MENU_HINT_MB,
LOCALE_MENU_HINT_MEDIA,
@@ -1327,6 +1330,7 @@ typedef enum
LOCALE_MENU_HINT_VOLUME_DIGITS,
LOCALE_MENU_HINT_VOLUME_POS,
LOCALE_MENU_HINT_VOLUME_SIZE,
LOCALE_MENU_HINT_WEBTV_SETUP,
LOCALE_MENU_HINT_WINDOW_SIZE,
LOCALE_MENU_HINT_YTPLAY,
LOCALE_MENU_HINT_ZAP_CYCLE,
@@ -2215,6 +2219,10 @@ typedef enum
LOCALE_VIDEOMENU_VIDEOFORMAT_169,
LOCALE_VIDEOMENU_VIDEOFORMAT_43,
LOCALE_VIDEOMENU_VIDEOMODE,
LOCALE_WEBTV_HEAD,
LOCALE_WEBTV_XML,
LOCALE_WEBTV_XML_ADD,
LOCALE_WEBTV_XML_DEL,
LOCALE_WINDOW_SIZE,
LOCALE_WIZARD_INITIAL_SETTINGS,
LOCALE_WIZARD_INSTALL_SETTINGS,

View File

@@ -229,6 +229,7 @@ const char * locale_real_names[] =
"bouquetname.new",
"bouquetname.other",
"bouquetname.removed",
"bouquetname.webtv",
"buildinfo.compiled_on",
"buildinfo.compiled_with",
"buildinfo.compiler_flags",
@@ -262,6 +263,7 @@ const char * locale_real_names[] =
"channellist.make_hdlist",
"channellist.make_newlist",
"channellist.make_removedlist",
"channellist.make_webtvlist",
"channellist.new_zap_mode",
"channellist.new_zap_mode_active",
"channellist.new_zap_mode_allow",
@@ -1058,6 +1060,7 @@ const char * locale_real_names[] =
"menu.hint_make_hdlist",
"menu.hint_make_newlist",
"menu.hint_make_removedlist",
"menu.hint_make_webtvlist",
"menu.hint_manage_settings",
"menu.hint_mb",
"menu.hint_media",
@@ -1327,6 +1330,7 @@ const char * locale_real_names[] =
"menu.hint_volume_digits",
"menu.hint_volume_pos",
"menu.hint_volume_size",
"menu.hint_webtv_setup",
"menu.hint_window_size",
"menu.hint_ytplay",
"menu.hint_zap_cycle",
@@ -2215,6 +2219,10 @@ const char * locale_real_names[] =
"videomenu.videoformat_169",
"videomenu.videoformat_43",
"videomenu.videomode",
"webtv.head",
"webtv.xml",
"webtv.xml.add",
"webtv.xml.del",
"window_size",
"wizard.initial_settings",
"wizard.install_settings",

View File

@@ -125,6 +125,7 @@ struct SNeutrinoSettings
int cpufreq;
int standby_cpufreq;
int make_hd_list;
int make_webtv_list;
int make_new_list;
int make_removed_list;
int keep_channel_numbers;
@@ -168,7 +169,9 @@ struct SNeutrinoSettings
std::string network_ntprefresh;
int network_ntpenable;
std::string ifname;
std::list<std::string> webtv_xml;
//personalize
enum PERSONALIZE_SETTINGS //settings.h
{