- 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

@@ -19,5 +19,6 @@ endif
configdir = $(CONFIGDIR)
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf terrestrial.xml bad_package_pattern.list.sample
config_DATA += epglanguages.conf webtv_usr.xml webradio_usr.xml
install-data-hook:
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit

View File

@@ -227,6 +227,7 @@ bouquetname.new Neue Kanäle
bouquetname.other Unbekannter Provider
bouquetname.removed Gelöschte Kanäle
bouquetname.uhdtv UHD-Kanäle
bouquetname.webradio WebRadio-Kanäle
bouquetname.webtv WebTV-Kanäle
buildinfo.compiled_on Build Host
buildinfo.compiled_with Compiler Version

View File

@@ -227,6 +227,7 @@ bouquetname.new New channels
bouquetname.other Unknown provider
bouquetname.removed Removed channels
bouquetname.uhdtv UHD channels
bouquetname.webradio WebRadio channels
bouquetname.webtv WebTV channels
buildinfo.compiled_on Build Host
buildinfo.compiled_with Compiler version

5
data/webradio_usr.xml Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<webradios name="[WebRadio]">
<webradio title="80s80s - Main Stream" urlkey="0" url="http://streams.80s80s.de/web/mp3-192/streams.80s80s.de/" description="" genre="80s80s" />
<webradio title="80s80s - Depeche Mode" urlkey="0" url="http://streams.80s80s.de/dm/mp3-192/streams.80s80s.de/" description="" genre="80s80s" />
</webradios>