- add webradio; first steps

Conflicts:
	data/Makefile.am
	data/scripts/backup.sh
	src/neutrino.cpp
	src/zapit/include/zapit/zapit.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-03 09:36:19 +01:00
committed by Thilo Graf
parent 9bf563c96c
commit 3fd544737a
26 changed files with 149 additions and 44 deletions

View File

@@ -254,6 +254,7 @@ typedef enum
LOCALE_BOUQUETNAME_OTHER,
LOCALE_BOUQUETNAME_REMOVED,
LOCALE_BOUQUETNAME_UHDTV,
LOCALE_BOUQUETNAME_WEBRADIO,
LOCALE_BOUQUETNAME_WEBTV,
LOCALE_BUILDINFO_COMPILED_ON,
LOCALE_BUILDINFO_COMPILED_WITH,

View File

@@ -254,6 +254,7 @@ const char * locale_real_names[] =
"bouquetname.other",
"bouquetname.removed",
"bouquetname.uhdtv",
"bouquetname.webradio",
"bouquetname.webtv",
"buildinfo.compiled_on",
"buildinfo.compiled_with",

View File

@@ -255,6 +255,7 @@ struct SNeutrinoSettings
int standby_cpufreq;
int make_hd_list;
int make_webtv_list;
int make_webradio_list;
int make_new_list;
int make_removed_list;
int keep_channel_numbers;
@@ -315,6 +316,7 @@ struct SNeutrinoSettings
std::string ifname;
std::list<std::string> webtv_xml;
std::list<std::string> webradio_xml;
//personalize
enum PERSONALIZE_SETTINGS //settings.h