mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
add webradio; first steps
Origin commit data
------------------
Branch: ni/coolstream
Commit: a8b0fee599
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
Origin message was:
------------------
- add webradio; first steps
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -260,6 +260,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,
|
||||
|
@@ -260,6 +260,7 @@ const char * locale_real_names[] =
|
||||
"bouquetname.other",
|
||||
"bouquetname.removed",
|
||||
"bouquetname.uhdtv",
|
||||
"bouquetname.webradio",
|
||||
"bouquetname.webtv",
|
||||
"buildinfo.compiled_on",
|
||||
"buildinfo.compiled_with",
|
||||
|
@@ -264,6 +264,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;
|
||||
@@ -328,6 +329,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