mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
- 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:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user