Compare commits
9 Commits
39716e80d0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 42e7248081 | |||
| 637b60249e | |||
| ec68306fb2 | |||
| 03bb36ec71 | |||
| e8fa7ef136 | |||
| 1bbedde457 | |||
| 890a020679 | |||
| 6ee661098f | |||
| 19fad7fcc8 |
@@ -0,0 +1,53 @@
|
|||||||
|
# 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
|
||||||
|
- Bump default volume 50 → 100 in `config/mpv.conf` (loudnorm pulls loud stations down, fine tune elsewhere)
|
||||||
|
|
||||||
|
## 2026-04-07
|
||||||
|
- Add `config/mpv.conf` with EBU R128 loudness normalization (af=loudnorm)
|
||||||
|
- Consistent volume across all stations — no more manual adjustment
|
||||||
|
- Update README with mpv config instructions
|
||||||
|
- Fix Sky News — note geo-blocked outside UK/EU (not an mpv bug, CDN returns 403 from North America)
|
||||||
|
- Add KNSJ 89.1 FM (Pacifica - San Diego)
|
||||||
|
- Add CFMU 93.3 FM Hamilton (McMaster University)
|
||||||
|
|
||||||
|
## 2026-04-06
|
||||||
|
- Sort stations into logical sections with comment headers (News, MSM, Public Radio, European, Campus, SomaFM, Radio Paradise, Ambient, Music, Ontario)
|
||||||
|
- Add Monocle 24 (London) — 24hr speech radio from monocle.com (http://radio.monocle.com/live)
|
||||||
|
- BUG: Sky News HLS stream fails in mpv with error 1000
|
||||||
|
|
||||||
|
## 2026-03-29 (b)
|
||||||
|
- Add searchable category tags to all station names (suffix format: ` - tag`)
|
||||||
|
- Tags: pacifica, cbc, dr, news, msm, pubradio, talk, campus, music, euro, ontario, somafm, rp, ambient
|
||||||
|
- Dual tags for CKAR, Moose FM (ontario + music) and Frequence 3 (music + euro)
|
||||||
|
- Aligned all tag dashes vertically for clean display
|
||||||
|
- Use pyradio search (`/`) to filter by category (e.g. `/msm`, `/somafm`, `/ambient`)
|
||||||
|
|
||||||
|
## 2026-03-29
|
||||||
|
- Add news streams section: DW English, Al Jazeera, Sky News, NBC, CNN, CNBC, Fox News
|
||||||
|
- Add RTL Radio (Luxembourg) — HLS stream
|
||||||
|
- Add RTL2 (Paris) — MP3 icecast stream
|
||||||
|
- Add Moose FM 105.5 (Huntsville ON) — Vista Radio network
|
||||||
|
- Add Uniradioen 95.5 (Copenhagen University) — Danish student radio
|
||||||
|
- Update CKAR Huntsville stream URL (old aiir.com URL dead)
|
||||||
|
- Add european radio section to README
|
||||||
|
- Add news streams section to README
|
||||||
|
|
||||||
|
## 2026-03-26
|
||||||
|
- Replace Serbian stations with Real Punk Radio and THAI MUSIC live
|
||||||
|
- Update README with new stations
|
||||||
|
|
||||||
|
## 2026-03-25
|
||||||
|
- Fix CBC streams — add bitrate param for HLS compatibility
|
||||||
|
|
||||||
|
## 2026-03-23
|
||||||
|
- Initial station list — 61 curated internet radio stations
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# radio-stations
|
# radio-stations
|
||||||
|
|
||||||
curated internet radio station list for [pyradio](https://github.com/coderholic/pyradio). 60+ stations, zero accounts, zero tracking.
|
my favourite stations for [pyradio](https://github.com/coderholic/pyradio). zero accounts, zero tracking.
|
||||||
|
|
||||||
## what's in here
|
## what's in here
|
||||||
|
|
||||||
@@ -18,6 +18,17 @@ curated internet radio station list for [pyradio](https://github.com/coderholic/
|
|||||||
| WNYC 93.9 | New York, NY |
|
| WNYC 93.9 | New York, NY |
|
||||||
| NPR | national stream |
|
| NPR | national stream |
|
||||||
|
|
||||||
|
### news streams
|
||||||
|
| station | source |
|
||||||
|
|---|---|
|
||||||
|
| DW English | Deutsche Welle |
|
||||||
|
| Al Jazeera English | direct HLS |
|
||||||
|
| Sky News | Sky CDN HLS |
|
||||||
|
| NBC News NOW | Icecast |
|
||||||
|
| CNN | HLS |
|
||||||
|
| CNBC Radio | AAC stream |
|
||||||
|
| Fox News Radio | direct AAC |
|
||||||
|
|
||||||
### danish radio (DR)
|
### danish radio (DR)
|
||||||
| station | format |
|
| station | format |
|
||||||
|---|---|
|
|---|---|
|
||||||
@@ -26,12 +37,20 @@ curated internet radio station list for [pyradio](https://github.com/coderholic/
|
|||||||
| DR P3 | pop |
|
| DR P3 | pop |
|
||||||
| DR P4 København | regional |
|
| DR P4 København | regional |
|
||||||
|
|
||||||
|
### european radio
|
||||||
|
| station | location |
|
||||||
|
|---|---|
|
||||||
|
| RTL Radio | Luxembourg |
|
||||||
|
| RTL2 | Paris |
|
||||||
|
| Uniradioen 95.5 | Copenhagen (university radio) |
|
||||||
|
| Radio Caroline | UK (offshore legend) |
|
||||||
|
|
||||||
### community / indie / international
|
### community / indie / international
|
||||||
| station | location / genre |
|
| station | location / genre |
|
||||||
|---|---|
|
|---|---|
|
||||||
| CKCU 93.1 FM | Ottawa, ON (Carleton U) |
|
| CKCU 93.1 FM | Ottawa, ON (Carleton U) |
|
||||||
| CKAR Hunters Bay 88.7 | Huntsville, ON |
|
| CKAR 88.7 The Bay | Huntsville, ON |
|
||||||
| Radio Caroline | UK (offshore legend) |
|
| Moose FM 105.5 | Huntsville, ON (Vista Radio) |
|
||||||
| Real Punk Radio | Brooklyn — punk, ska, hardcore, psychobilly |
|
| Real Punk Radio | Brooklyn — punk, ska, hardcore, psychobilly |
|
||||||
| THAI MUSIC live | Thailand — thai-radio.net |
|
| THAI MUSIC live | Thailand — thai-radio.net |
|
||||||
|
|
||||||
@@ -57,12 +76,19 @@ cp stations.csv ~/.config/pyradio/stations.csv
|
|||||||
# or symlink it
|
# or symlink it
|
||||||
ln -sf "$(pwd)/radio-stations/stations.csv" ~/.config/pyradio/stations.csv
|
ln -sf "$(pwd)/radio-stations/stations.csv" ~/.config/pyradio/stations.csv
|
||||||
|
|
||||||
|
# optional: use the mpv config for volume normalization
|
||||||
|
cp config/mpv.conf ~/.config/mpv/mpv.conf
|
||||||
|
|
||||||
# launch
|
# launch
|
||||||
pyradio
|
pyradio
|
||||||
```
|
```
|
||||||
|
|
||||||
all streams are direct (icecast, HLS, shoutcast, .pls) — no youtube, no wrappers, no auth needed.
|
all streams are direct (icecast, HLS, shoutcast, .pls) — no youtube, no wrappers, no auth needed.
|
||||||
|
|
||||||
|
## mpv config
|
||||||
|
|
||||||
|
`config/mpv.conf` includes EBU R128 loudness normalization (`af=loudnorm`) so volume stays consistent across stations. copy it to `~/.config/mpv/mpv.conf` or merge the `af=loudnorm` line into your existing config.
|
||||||
|
|
||||||
## license
|
## license
|
||||||
|
|
||||||
public domain. listen to good radio.
|
public domain. listen to good radio.
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
[pyradio]
|
||||||
|
volume=100
|
||||||
|
|
||||||
|
[default]
|
||||||
|
ytdl-format=bestaudio/worst
|
||||||
|
no-video=yes
|
||||||
|
|
||||||
|
# EBU R128 loudness normalization — consistent volume across stations
|
||||||
|
af=loudnorm=I=-16:LRA=11:TP=-1
|
||||||
+104
-61
@@ -1,63 +1,106 @@
|
|||||||
# PyRadio Playlist File - Format:
|
# PyRadio Playlist File - Format:
|
||||||
# name,url,encoding,icon,profile,buffering,force-http,volume,referer,player
|
# name,url,encoding,icon,profile,buffering,force-http,volume,referer,player
|
||||||
KPFA 94.1 (Pacifica - Berkeley),https://streams.kpfa.org:8443/kpfa
|
#
|
||||||
WBAI 99.5 (Pacifica - NYC),http://stream.wbai.org:8000/wbai_128
|
# === News & Talk ===
|
||||||
CBC Radio 1 Toronto,https://cbcradiolive.akamaized.net/hls/live/2041036/ES_R1ETR/master.m3u8?b=0-50
|
BBC World Service - news,http://stream.live.vc.bbcmedia.co.uk/bbc_world_service
|
||||||
CBC Radio 1 Ottawa,https://cbcradiolive.akamaized.net/hls/live/2041037/ES_R1ETT/master.m3u8?b=0-50
|
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
|
||||||
DR P1 (Danish Radio),http://live-icy.gss.dr.dk:8000/A/A03L.mp3
|
Monocle 24 (London) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/MONOCLE_24.mp3
|
||||||
DR P2 Klassisk (Danish Radio),http://live-icy.gss.dr.dk:8000/A/A04L.mp3
|
NPR (National Public Radio) - news,https://npr-ice.streamguys1.com/live.mp3
|
||||||
DR P3 (Danish Radio),http://live-icy.gss.dr.dk:8000/A/A05L.mp3
|
Bloomberg Radio (WBBR 1130 AM) - news,https://playerservices.streamtheworld.com/api/livestream-redirect/WBBRBOSAAC.aac
|
||||||
DR P4 København (Danish Radio),http://live-icy.gss.dr.dk:8000/A/A08L.mp3
|
DW English (Deutsche Welle) - news,https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8
|
||||||
BBC World Service,http://stream.live.vc.bbcmedia.co.uk/bbc_world_service
|
Al Jazeera English - news,https://live-hls-apps-aje-fa.getaj.net/AJE/index.m3u8
|
||||||
NCPR (North Country Public Radio),https://ncpr-ice.streamguys1.com/ncpr-96k.mp3
|
CFRB Newstalk 1010 Toronto - talk,https://playerservices.streamtheworld.com/api/livestream-redirect/CFRBAMAAC.aac
|
||||||
Bloomberg Radio (WBBR 1130 AM),https://playerservices.streamtheworld.com/api/livestream-redirect/WBBRBOSAAC.aac
|
#
|
||||||
CFRB Newstalk 1010 Toronto,https://playerservices.streamtheworld.com/api/livestream-redirect/CFRBAMAAC.aac
|
# === MSM / Cable News ===
|
||||||
CKCU 93.1 FM Ottawa,https://stream2.statsradio.com:8124/stream
|
# Sky News — geo-blocked outside UK/EU, may not work from North America
|
||||||
WAMU 88.5 (Washington DC),http://ice24.securenetsystems.net/WAMU
|
Sky News - msm,https://linear901-oo-hls0-prd-gtm.delivery.skycdp.com/17501/sde-fast-skynews/master.m3u8
|
||||||
WNYC FM 93.9 (New York),https://fm939.wnyc.org/wnycfm
|
NBC News NOW - msm,https://tunein.cdnstream1.com/3602_96.mp3
|
||||||
Radio Caroline,http://sc6.radiocaroline.net:8040/listen.pls
|
CNN - msm,https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8
|
||||||
CKAR Hunters Bay Radio 88.7 (Huntsville ON),https://stream.aiir.com/yeebdo0h3zzuv
|
CNBC Radio - msm,https://tunein.cdnstream1.com/3516_96.aac/playlist.m3u8
|
||||||
Alternative (BAGeL Radio),https://ais-sa3.cdnstream1.com/2606_128.aac
|
Fox News Radio - msm,https://live.amperwave.net/manifest/foxnewsradio-foxnewsradioaac-imc
|
||||||
Alternative (The Alternative Project),http://c9.prod.playlists.ihrhls.com/4447/playlist.m3u8
|
#
|
||||||
American Roots (Boot Liquor - SomaFM),http://somafm.com/bootliquor.pls
|
# === Public Radio (US/Canada) ===
|
||||||
Celtic (ThistleRadio - SomaFM),http://somafm.com/thistle.pls
|
KPFA 94.1 (Pacifica - Berkeley) - pacifica,https://streams.kpfa.org:8443/kpfa
|
||||||
Chillout (Groove Salad - SomaFM),http://somafm.com/startstream=groovesalad.pls
|
KNSJ 89.1 FM (Pacifica - San Diego) - pacifica,http://199.180.72.2:8562/;stream.mp3
|
||||||
Groove Salad Classic (Early 2000s Ambient),https://somafm.com/gsclassic.pls
|
WBAI 99.5 (Pacifica - NYC) - pacifica,http://stream.wbai.org:8000/wbai_128
|
||||||
n5MD Radio (Ambient and Experimental),https://somafm.com/n5md.pls
|
CBC Radio 1 Toronto - cbc,https://cbcradiolive.akamaized.net/hls/live/2041036/ES_R1ETR/master.m3u8?b=0-50
|
||||||
Vaporwaves [SomaFM],https://somafm.com/vaporwaves.pls
|
CBC Radio 1 Ottawa - cbc,https://cbcradiolive.akamaized.net/hls/live/2041037/ES_R1ETT/master.m3u8?b=0-50
|
||||||
Commodore 64 Remixes (Slay Radio),http://www.slayradio.org/tune_in.php/128kbps/listen.m3u
|
NCPR (North Country Public Radio) - pubradio,https://ncpr-ice.streamguys1.com/ncpr-96k.mp3
|
||||||
Covers (SomaFM),http://somafm.com/covers.pls
|
WAMU 88.5 (Washington DC) - pubradio,http://ice24.securenetsystems.net/WAMU
|
||||||
Downtempo (Secret Agent - SomaFM),http://somafm.com/secretagent.pls
|
WNYC FM 93.9 (New York) - pubradio,https://fm939.wnyc.org/wnycfm
|
||||||
Dub Step (Dub Step Beyond - SomaFM),http://somafm.com/dubstep.pls
|
#
|
||||||
Electronic/Dance (Electronic Culture),http://www.shouted.fm/tunein/electro-dsl.m3u
|
# === European / Scandinavian Radio ===
|
||||||
Folk (Folk Forward - SomaFM),http://somafm.com/folkfwd.pls
|
DR P1 (Danish Radio) - dr,https://live-icy.dr.dk/A/A03H.mp3
|
||||||
Hip Hop (Hot 97 NYC),http://playerservices.streamtheworld.com/pls/WQHTAAC.pls
|
DR P2 Klassisk (Danish Radio) - dr,https://live-icy.dr.dk/A/A04H.mp3
|
||||||
Hip Hop (Power 1051 NYC),http://c11.prod.playlists.ihrhls.com/1481/playlist.m3u8
|
DR P3 (Danish Radio) - dr,https://live-icy.dr.dk/A/A05H.mp3
|
||||||
House (Beat Blender - SomaFM),http://somafm.com/startstream=beatblender.pls
|
DR P4 København (Danish Radio) - dr,https://live-icy.dr.dk/A/A08H.mp3
|
||||||
Indie Pop (Indie Pop Rocks! - SomaFM),http://somafm.com/indiepop130.pls
|
NRK P1 (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p1
|
||||||
Intelligent dance music (Cliq Hop - SomaFM),http://somafm.com/startstream=cliqhop.pls
|
NRK P2 (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p2
|
||||||
Jazz (Sonic Universe - SomaFM),http://somafm.com/startstream=sonicuniverse.pls
|
NRK P3 (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p3
|
||||||
Lounge (Illinois Street Lounge - SomaFM),http://somafm.com/illstreet.pls
|
NRK Klassisk (Norwegian Radio) - nrk,https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/klassisk
|
||||||
The Trip: [SomaFM],https://somafm.com/thetrip.pls
|
SR P1 (Sveriges Radio) - sr,https://live1.sr.se/p1-mp3-96
|
||||||
Pop (PopTron! - SomaFM),http://somafm.com/poptron.pls
|
SR P2 Klassisk (Sveriges Radio) - sr,https://live1.sr.se/p2-mp3-96
|
||||||
Pop/Rock/Urban (Frequence 3 - Paris) ,http://streams.frequence3.net/hd-mp3.m3u
|
SR P3 (Sveriges Radio) - sr,https://live1.sr.se/p3-mp3-96
|
||||||
Progressive (Tags Trance Trip - SomaFM),http://somafm.com/tagstrance.pls
|
RTL Radio (Luxembourg) - euro,https://stream.rtl.lu/data/live/radio/rtl/playlist.m3u8
|
||||||
Public Radio (NPR National Public Radio Stream),https://npr-ice.streamguys1.com/live.mp3
|
RTL2 (Paris) - euro,https://streaming.radio.rtl2.fr/rtl2-1-44-128
|
||||||
Reggae Dancehall (Ragga Kings),https://raggakings.radio:8443/stream.ogg
|
Pop/Rock/Urban (Frequence 3 - Paris) - euro,http://streams.frequence3.net/hd-mp3.m3u
|
||||||
Heavyweight Reggae,https://somafm.com/reggae.pls
|
#
|
||||||
Rock (Digitalis - SomaFM),http://somafm.com/digitalis.pls
|
# === Campus Radio ===
|
||||||
Vox Noctem: Rock-Goth, http://r2d2.voxnoctem.de:8000/voxnoctem.mp3
|
CKCU 93.1 FM Ottawa - campus,https://stream2.statsradio.com:8124/stream
|
||||||
Beyond Metal (Progressive - Symphonic),http://streamingV2.shoutcast.com/BeyondMetal
|
CFMU 93.3 FM Hamilton (McMaster University) - campus,https://stream.cfmu.ca/mount.128mp3
|
||||||
Metal Detector,https://somafm.com/metal.pls
|
Uniradioen 95.5 (Copenhagen University) - campus,https://uniradio.out.airtime.pro:8000/uniradio_a
|
||||||
DanceUK,http://uk2.internet-radio.com:8024/listen.pls
|
#
|
||||||
JazzGroove,http://199.180.72.2:8015/listen.pls\?sid\=1
|
# === SomaFM ===
|
||||||
Radio Paradise - Main Mix,http://stream.radioparadise.com/aac-128
|
American Roots (Boot Liquor - SomaFM) - somafm,http://somafm.com/bootliquor.pls
|
||||||
Radio Paradise - Mellow Mix,http://stream.radioparadise.com/mellow-128
|
Celtic (ThistleRadio - SomaFM) - somafm,http://somafm.com/thistle.pls
|
||||||
Radio Paradise - Rock Mix,http://stream.radioparadise.com/rock-128
|
Chillout (Groove Salad - SomaFM) - somafm,http://somafm.com/startstream=groovesalad.pls
|
||||||
Radio Paradise - Eclectic Mix,http://stream.radioparadise.com/eclectic-128
|
Groove Salad Classic (Early 2000s Ambient) - somafm,https://somafm.com/gsclassic.pls
|
||||||
Echoes of Bluemars,http://streams.echoesofbluemars.org:8000/bluemars.m3u
|
n5MD Radio (Ambient and Experimental) - somafm,https://somafm.com/n5md.pls
|
||||||
Echoes of Bluemars - Cryosleep,http://streams.echoesofbluemars.org:8000/cryosleep.m3u
|
Vaporwaves (SomaFM) - somafm,https://somafm.com/vaporwaves.pls
|
||||||
Echoes of Bluemars - Voices from Within,http://streams.echoesofbluemars.org:8000/voicesfromwithin.m3u
|
Covers (SomaFM) - somafm,http://somafm.com/covers.pls
|
||||||
Synphaera Radio (Space Music),https://somafm.com/synphaera.pls
|
Downtempo (Secret Agent - SomaFM) - somafm,http://somafm.com/secretagent.pls
|
||||||
Real Punk Radio (Punk/Ska/Hardcore - Brooklyn),http://149.56.155.73:8080/stream
|
Dub Step (Dub Step Beyond - SomaFM) - somafm,http://somafm.com/dubstep.pls
|
||||||
THAI MUSIC live,https://listen.thai-radio.net/trhq
|
Folk (Folk Forward - SomaFM) - somafm,http://somafm.com/folkfwd.pls
|
||||||
|
House (Beat Blender - SomaFM) - somafm,http://somafm.com/startstream=beatblender.pls
|
||||||
|
Indie Pop (Indie Pop Rocks! - SomaFM) - somafm,http://somafm.com/indiepop130.pls
|
||||||
|
IDM (Cliq Hop - SomaFM) - somafm,http://somafm.com/startstream=cliqhop.pls
|
||||||
|
Jazz (Sonic Universe - SomaFM) - somafm,http://somafm.com/startstream=sonicuniverse.pls
|
||||||
|
Lounge (Illinois Street Lounge - SomaFM) - somafm,http://somafm.com/illstreet.pls
|
||||||
|
The Trip (SomaFM) - somafm,https://somafm.com/thetrip.pls
|
||||||
|
Pop (PopTron! - SomaFM) - somafm,http://somafm.com/poptron.pls
|
||||||
|
Progressive (Tags Trance Trip - SomaFM) - somafm,http://somafm.com/tagstrance.pls
|
||||||
|
Heavyweight Reggae (SomaFM) - somafm,https://somafm.com/reggae.pls
|
||||||
|
Rock (Digitalis - SomaFM) - somafm,http://somafm.com/digitalis.pls
|
||||||
|
Metal Detector (SomaFM) - somafm,https://somafm.com/metal.pls
|
||||||
|
Synphaera Radio (Space Music - SomaFM) - somafm,https://somafm.com/synphaera.pls
|
||||||
|
#
|
||||||
|
# === Radio Paradise ===
|
||||||
|
Radio Paradise - Main Mix - rp,http://stream.radioparadise.com/aac-128
|
||||||
|
Radio Paradise - Mellow Mix - rp,http://stream.radioparadise.com/mellow-128
|
||||||
|
Radio Paradise - Rock Mix - rp,http://stream.radioparadise.com/rock-128
|
||||||
|
Radio Paradise - Eclectic Mix - rp,http://stream.radioparadise.com/eclectic-128
|
||||||
|
#
|
||||||
|
# === Ambient ===
|
||||||
|
Echoes of Bluemars - ambient,http://streams.echoesofbluemars.org:8000/bluemars.m3u
|
||||||
|
Echoes of Bluemars - Cryosleep - ambient,http://streams.echoesofbluemars.org:8000/cryosleep.m3u
|
||||||
|
Echoes of Bluemars - Voices from Within - ambient,http://streams.echoesofbluemars.org:8000/voicesfromwithin.m3u
|
||||||
|
#
|
||||||
|
# === Music ===
|
||||||
|
Radio Caroline - music,http://sc6.radiocaroline.net:8040/listen.pls
|
||||||
|
Real Punk Radio (Punk/Ska/Hardcore - Brooklyn) - music,http://149.56.155.73:8080/stream
|
||||||
|
THAI MUSIC live - music,https://listen.thai-radio.net/trhq
|
||||||
|
Alternative (BAGeL Radio) - music,https://ais-sa3.cdnstream1.com/2606_128.aac
|
||||||
|
Alternative (The Alternative Project) - music,http://c9.prod.playlists.ihrhls.com/4447/playlist.m3u8
|
||||||
|
Commodore 64 Remixes (Slay Radio) - music,http://www.slayradio.org/tune_in.php/128kbps/listen.m3u
|
||||||
|
Electronic/Dance (Electronic Culture) - music,http://www.shouted.fm/tunein/electro-dsl.m3u
|
||||||
|
Hip Hop (Hot 97 NYC) - music,http://playerservices.streamtheworld.com/pls/WQHTAAC.pls
|
||||||
|
Hip Hop (Power 1051 NYC) - music,http://c11.prod.playlists.ihrhls.com/1481/playlist.m3u8
|
||||||
|
Reggae Dancehall (Ragga Kings) - music,https://raggakings.radio:8443/stream.ogg
|
||||||
|
Vox Noctem (Rock-Goth) - music,http://r2d2.voxnoctem.de:8000/voxnoctem.mp3
|
||||||
|
Beyond Metal (Progressive - Symphonic) - music,http://streamingV2.shoutcast.com/BeyondMetal
|
||||||
|
DanceUK - music,http://uk2.internet-radio.com:8024/listen.pls
|
||||||
|
JazzGroove - music,http://199.180.72.2:8015/listen.pls?sid=1
|
||||||
|
#
|
||||||
|
# === Ontario Local ===
|
||||||
|
CKAR 88.7 The Bay (Huntsville ON) - ontario,https://thebay887.ca:8002/;stream.mp3
|
||||||
|
Moose FM 105.5 (Huntsville ON) - ontario,https://vistaradio.streamb.live/SB00116
|
||||||
|
|||||||
|
Reference in New Issue
Block a user