Fix broken DR streams, add NRK + Sveriges Radio
DR's old Icecast port 8000 (live-icy.gss.dr.dk:8000) stopped responding. All 4 DR stations now use live-icy.dr.dk over HTTPS at 128kbps. Added 7 Scandinavian stations: - NRK P1, P2, P3, Klassisk (Norway) - SR P1, P2 Klassisk, P3 (Sweden) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-04-17
|
||||
- Fix all 4 DR (Danish Radio) streams — old Icecast endpoint `live-icy.gss.dr.dk:8000` port 8000 is dead (connection timeout), migrate to `live-icy.dr.dk` over HTTPS with high-quality 128kbps streams
|
||||
- Add NRK P1, P2, P3, Klassisk (Norwegian Radio) — MP3 high-quality via lyd.nrk.no
|
||||
- Add SR P1, P2 Klassisk, P3 (Sveriges Radio) — 96kbps MP3 via live1.sr.se
|
||||
- Rename section "European Radio" → "European / Scandinavian Radio"
|
||||
- New tags: `nrk`, `sr`
|
||||
|
||||
## 2026-04-15
|
||||
- Add BBC Radio 4 — 320k AAC HLS via Akamai CDN
|
||||
- Fix Monocle 24 — old URL (`radio.monocle.com/live`) returns 403, swap to streamtheworld MP3 endpoint
|
||||
|
||||
+12
-5
@@ -29,11 +29,18 @@ NCPR (North Country Public Radio) - pubradio,https://ncpr-ice.stre
|
||||
WAMU 88.5 (Washington DC) - pubradio,http://ice24.securenetsystems.net/WAMU
|
||||
WNYC FM 93.9 (New York) - pubradio,https://fm939.wnyc.org/wnycfm
|
||||
#
|
||||
# === European Radio ===
|
||||
DR P1 (Danish Radio) - dr,http://live-icy.gss.dr.dk:8000/A/A03L.mp3
|
||||
DR P2 Klassisk (Danish Radio) - dr,http://live-icy.gss.dr.dk:8000/A/A04L.mp3
|
||||
DR P3 (Danish Radio) - dr,http://live-icy.gss.dr.dk:8000/A/A05L.mp3
|
||||
DR P4 København (Danish Radio) - dr,http://live-icy.gss.dr.dk:8000/A/A08L.mp3
|
||||
# === European / Scandinavian Radio ===
|
||||
DR P1 (Danish Radio) - dr,https://live-icy.dr.dk/A/A03H.mp3
|
||||
DR P2 Klassisk (Danish Radio) - dr,https://live-icy.dr.dk/A/A04H.mp3
|
||||
DR P3 (Danish Radio) - dr,https://live-icy.dr.dk/A/A05H.mp3
|
||||
DR P4 København (Danish Radio) - dr,https://live-icy.dr.dk/A/A08H.mp3
|
||||
NRK P1 (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p1
|
||||
NRK P2 (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p2
|
||||
NRK P3 (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p3
|
||||
NRK Klassisk (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/klassisk
|
||||
SR P1 (Sveriges Radio) - sr,https://live1.sr.se/p1-mp3-96
|
||||
SR P2 Klassisk (Sveriges Radio) - sr,https://live1.sr.se/p2-mp3-96
|
||||
SR P3 (Sveriges Radio) - sr,https://live1.sr.se/p3-mp3-96
|
||||
RTL Radio (Luxembourg) - euro,https://stream.rtl.lu/data/live/radio/rtl/playlist.m3u8
|
||||
RTL2 (Paris) - euro,https://streaming.radio.rtl2.fr/rtl2-1-44-128
|
||||
Pop/Rock/Urban (Frequence 3 - Paris) - euro,http://streams.frequence3.net/hd-mp3.m3u
|
||||
|
||||
|
Reference in New Issue
Block a user