add playlist
This commit is contained in:
parent
cd26b08db8
commit
09fb7b31f2
@ -1,6 +1,7 @@
|
|||||||
FROM alpine:edge as base
|
FROM alpine:edge as base
|
||||||
RUN ["apk", "add", "--no-cache", "icecast"]
|
RUN ["apk", "add", "--no-cache", "icecast"]
|
||||||
COPY ["icecast.xml", "/app/icecast.xml"]
|
COPY ["icecast.xml", "/app/icecast.xml"]
|
||||||
|
COPY ["playlist.m3u", "/app/web/playlist.m3u"]
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=base / /
|
COPY --from=base / /
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
<admin>admin@royolav.net</admin>
|
<admin>admin@royolav.net</admin>
|
||||||
<fileserve>1</fileserve>
|
<fileserve>1</fileserve>
|
||||||
<paths>
|
<paths>
|
||||||
|
<webroot>/app/web</webroot>
|
||||||
<logdir>/data</logdir>
|
<logdir>/data</logdir>
|
||||||
</paths>
|
</paths>
|
||||||
<relay>
|
<relay>
|
||||||
|
45
playlist.m3u
Normal file
45
playlist.m3u
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
#EXTM3U
|
||||||
|
#EXTINF:0 radio="true", NRK P1 Innlandet
|
||||||
|
https://radio.purser.it/radio-200
|
||||||
|
#EXTINF:0 radio="true", NRK P2
|
||||||
|
https://radio.purser.it/radio-201
|
||||||
|
#EXTINF:0 radio="true", NRK P3
|
||||||
|
https://radio.purser.it/radio-202
|
||||||
|
#EXTINF:0 radio="true", NRK mP3
|
||||||
|
https://radio.purser.it/radio-203
|
||||||
|
#EXTINF:0 radio="true", NRK P13
|
||||||
|
https://radio.purser.it/radio-204
|
||||||
|
#EXTINF:0 radio="true", P4 Lyden av Norge
|
||||||
|
https://radio.purser.it/radio-205
|
||||||
|
#EXTINF:0 radio="true", P5 Hits
|
||||||
|
https://radio.purser.it/radio-206
|
||||||
|
#EXTINF:0 radio="true", P6 Rock
|
||||||
|
https://radio.purser.it/radio-207
|
||||||
|
#EXTINF:0 radio="true", P7 Klem
|
||||||
|
https://radio.purser.it/radio-208
|
||||||
|
#EXTINF:0 radio="true", P8 Pop
|
||||||
|
https://radio.purser.it/radio-209
|
||||||
|
#EXTINF:0 radio="true", P9 Retro
|
||||||
|
https://radio.purser.it/radio-210
|
||||||
|
#EXTINF:0 radio="true", Radio Metro
|
||||||
|
https://radio.purser.it/radio-211
|
||||||
|
#EXTINF:0 radio="true", Radio Norge
|
||||||
|
https://radio.purser.it/radio-212
|
||||||
|
#EXTINF:0 radio="true", Radio Nova
|
||||||
|
https://radio.purser.it/radio-213
|
||||||
|
#EXTINF:0 radio="true", Radio Randsfjord
|
||||||
|
https://radio.purser.it/radio-214
|
||||||
|
#EXTINF:0 radio="true", Radio Rock
|
||||||
|
https://radio.purser.it/radio-215
|
||||||
|
#EXTINF:0 radio="false", NRK 1
|
||||||
|
https://nrk-live-no.telenorcdn.net/21/1/hls/nrk_1/playlist.m3u8
|
||||||
|
#EXTINF:0 radio="false", NRK 2
|
||||||
|
https://nrk-live-no.telenorcdn.net/22/1/hls/nrk_2/playlist.m3u8
|
||||||
|
#EXTINF:0 radio="false", NRK 3 / Super
|
||||||
|
https://nrk-live-no.telenorcdn.net/23/1/hls/nrk_3/playlist.m3u8
|
||||||
|
#EXTINF:0 radio="false", SVT 1
|
||||||
|
https://svt1-b.akamaized.net/se/svt1/master.m3u8
|
||||||
|
#EXTINF:0 radio="false", SVT 2
|
||||||
|
https://svt2-b.akamaized.net/se/svt2/master.m3u8
|
||||||
|
#EXTINF:0 radio="false", SVT Barn
|
||||||
|
https://svtb-b.akamaized.net/se/svtb/master.m3u8
|
Loading…
Reference in New Issue
Block a user