Add BBC Radio 4, fix Monocle 24, default volume 100

- BBC Radio 4 — 320k AAC HLS via Akamai
- Monocle 24 — fix 403 on radio.monocle.com, swap to streamtheworld
- config/mpv.conf — default volume 50 -> 100
This commit is contained in:
i47i
2026-04-15 01:38:14 +00:00
parent ec68306fb2
commit 637b60249e
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## 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
- Bump default volume 50 → 100 in `config/mpv.conf` (loudnorm pulls loud stations down, fine tune elsewhere)
## 2026-04-07 ## 2026-04-07
- Add `config/mpv.conf` with EBU R128 loudness normalization (af=loudnorm) - Add `config/mpv.conf` with EBU R128 loudness normalization (af=loudnorm)
- Consistent volume across all stations — no more manual adjustment - Consistent volume across all stations — no more manual adjustment
+1 -1
View File
@@ -1,5 +1,5 @@
[pyradio] [pyradio]
volume=50 volume=100
[default] [default]
ytdl-format=bestaudio/worst ytdl-format=bestaudio/worst
+2 -1
View File
@@ -3,7 +3,8 @@
# #
# === News & Talk === # === News & Talk ===
BBC World Service - news,http://stream.live.vc.bbcmedia.co.uk/bbc_world_service BBC World Service - news,http://stream.live.vc.bbcmedia.co.uk/bbc_world_service
Monocle 24 (London) - news,http://radio.monocle.com/live BBC Radio 4 - news,http://as-hls-ww-live.akamaized.net/pool_55057080/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio=320000.norewind.m3u8
Monocle 24 (London) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/MONOCLE_24.mp3
NPR (National Public Radio) - news,https://npr-ice.streamguys1.com/live.mp3 NPR (National Public Radio) - news,https://npr-ice.streamguys1.com/live.mp3
Bloomberg Radio (WBBR 1130 AM) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/WBBRBOSAAC.aac Bloomberg Radio (WBBR 1130 AM) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/WBBRBOSAAC.aac
DW English (Deutsche Welle) - news,https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8 DW English (Deutsche Welle) - news,https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8
1 # PyRadio Playlist File - Format:
3 #
4 # === News & Talk ===
5 BBC World Service - news,http://stream.live.vc.bbcmedia.co.uk/bbc_world_service
6 Monocle 24 (London) - news,http://radio.monocle.com/live BBC Radio 4 - news,http://as-hls-ww-live.akamaized.net/pool_55057080/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio=320000.norewind.m3u8
7 Monocle 24 (London) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/MONOCLE_24.mp3
8 NPR (National Public Radio) - news,https://npr-ice.streamguys1.com/live.mp3
9 Bloomberg Radio (WBBR 1130 AM) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/WBBRBOSAAC.aac
10 DW English (Deutsche Welle) - news,https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8