data/inetradio: add radio-favorites.xml with sample entry

This commit is contained in:
2018-09-19 22:01:38 +02:00
parent 4f911979e0
commit dd68f19369
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
installdir = $(CONFIGDIR)
install_DATA = radio-stations.xml
install_DATA = radio-favorites.xml radio-stations.xml

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
This file contains your own favorites of internet radio stations
and will be loaded automatically when you start internet radio
-->
<list>
<station
url="http://streams.80s80s.de/web/mp3-192/streams.80s80s.de/"
name="80s80s - Main stream"
logo="http://media.streamabc.com/80s80s.de/web/1920x1080_80s80s_colored.png"
/>
</list>