|
|
|
@@ -1,8 +1,8 @@
|
|
|
|
|
# radio-stations
|
|
|
|
|
|
|
|
|
|
curated internet radio station list for [pyradio](https://github.com/coderholic/pyradio). 60+ stations, zero accounts, zero tracking.
|
|
|
|
|
curated internet radio station list for [pyradio](https://github.com/coderholic/pyradio).
|
|
|
|
|
|
|
|
|
|
## what's in here
|
|
|
|
|
## stations
|
|
|
|
|
|
|
|
|
|
### talk / news / public radio
|
|
|
|
|
| station | location |
|
|
|
|
@@ -26,43 +26,29 @@ curated internet radio station list for [pyradio](https://github.com/coderholic/
|
|
|
|
|
| DR P3 | pop |
|
|
|
|
|
| DR P4 København | regional |
|
|
|
|
|
|
|
|
|
|
### community / indie / international
|
|
|
|
|
| station | location / genre |
|
|
|
|
|
### community / indie
|
|
|
|
|
| station | location |
|
|
|
|
|
|---|---|
|
|
|
|
|
| CKCU 93.1 FM | Ottawa, ON (Carleton U) |
|
|
|
|
|
| CKAR Hunters Bay 88.7 | Huntsville, ON |
|
|
|
|
|
| Radio Caroline | UK (offshore legend) |
|
|
|
|
|
| Real Punk Radio | Brooklyn — punk, ska, hardcore, psychobilly |
|
|
|
|
|
| THAI MUSIC live | Thailand — thai-radio.net |
|
|
|
|
|
|
|
|
|
|
### music — SomaFM, Radio Paradise & more
|
|
|
|
|
ambient, chillout, jazz, reggae, metal, indie, electronic, folk, hip hop, vaporwave, C64 remixes, space music, and more. see `stations.csv` for the full list.
|
|
|
|
|
|
|
|
|
|
highlights:
|
|
|
|
|
- **SomaFM** — groove salad, secret agent, boot liquor, cliq hop, metal detector, vaporwaves, synphaera, and more
|
|
|
|
|
- **Radio Paradise** — main, mellow, rock, eclectic mixes
|
|
|
|
|
- **Echoes of Bluemars** — ambient deep space radio (3 channels)
|
|
|
|
|
- **Ragga Kings** — reggae dancehall
|
|
|
|
|
- **Slay Radio** — C64 / chiptune remixes
|
|
|
|
|
### music (SomaFM, Radio Paradise, etc.)
|
|
|
|
|
ambient, chillout, jazz, reggae, metal, indie, electronic, folk, hip hop, and more. see `stations.csv` for the full list.
|
|
|
|
|
|
|
|
|
|
## usage
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
# clone
|
|
|
|
|
git clone https://i47i.unix.id.lv/i47i/radio-stations.git
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
# drop into pyradio config
|
|
|
|
|
cp stations.csv ~/.config/pyradio/stations.csv
|
|
|
|
|
|
|
|
|
|
# or symlink it
|
|
|
|
|
ln -sf "$(pwd)/radio-stations/stations.csv" ~/.config/pyradio/stations.csv
|
|
|
|
|
# or symlink
|
|
|
|
|
ln -sf /path/to/radio-stations/stations.csv ~/.config/pyradio/stations.csv
|
|
|
|
|
|
|
|
|
|
# launch
|
|
|
|
|
pyradio
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
all streams are direct (icecast, HLS, shoutcast, .pls) — no youtube, no wrappers, no auth needed.
|
|
|
|
|
|
|
|
|
|
## license
|
|
|
|
|
|
|
|
|
|
public domain. listen to good radio.
|
|
|
|
|