From 014cead4445a797458ee2d807857510951d20947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 20 Nov 2023 09:05:52 +0100 Subject: [PATCH] feat(streams): add swr3 --- lib/streams.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/streams.nix b/lib/streams.nix index 71a96d5..718c29d 100644 --- a/lib/streams.nix +++ b/lib/streams.nix @@ -1970,6 +1970,11 @@ in station = "radioeins | RBB"; tags = [tags.top40 tags.pop]; } + { + stream = "https://liveradio.swr.de/sw282p3/swr4lu/"; + station = "SWR3 Ludwigshafen"; + tags = [tags.top40 tags.pop]; + } ] ++ map (name: { stream = "https://${name}.stream.publicradio.org/${name}.aac";