From cc1f8363d2bc05cca84d3a7758a1bd4adf3b9f6f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 17 Jul 2023 19:34:59 +0200 Subject: Added online radio playlist --- config.yaml | 2 ++ templates/radio.pls | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 templates/radio.pls diff --git a/config.yaml b/config.yaml index 1579fa1..1f65ca3 100644 --- a/config.yaml +++ b/config.yaml @@ -19,3 +19,5 @@ extras: url: robots.txt - template: sitemap.xml url: sitemap.xml + - template: radio.pls + url: radio.pls diff --git a/templates/radio.pls b/templates/radio.pls new file mode 100644 index 0000000..b416b6e --- /dev/null +++ b/templates/radio.pls @@ -0,0 +1,20 @@ +# Find stations: https://streamurl.link/ + +[playlist] + +Title1=Metal +File1=http://kathy.torontocast.com:2820/ + +Title2=Technolovers Minimal +File2=https://stream.technolovers.fm/minimal + +Title3=Indie Rock +File3=http://s5.radio.co/s36d03408d/listen + +Title4=Montreal's Classic Rock +File4=http://streams.justclassicrock.com:8000 + +Title5=Raute Metal +File5=https://metal-high.rautemusik.fm/?ref + +Length1=-1 -- cgit v1.2.3