mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
data/inetradio: add radio-favorites.xml with sample entry
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
installdir = $(CONFIGDIR)
|
installdir = $(CONFIGDIR)
|
||||||
|
|
||||||
install_DATA = radio-stations.xml
|
install_DATA = radio-favorites.xml radio-stations.xml
|
||||||
|
12
data/inetradio/radio-favorites.xml
Normal file
12
data/inetradio/radio-favorites.xml
Normal 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>
|
Reference in New Issue
Block a user