55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
|
|
# radio-stations
|
||
|
|
|
||
|
|
curated internet radio station list for [pyradio](https://github.com/coderholic/pyradio).
|
||
|
|
|
||
|
|
## stations
|
||
|
|
|
||
|
|
### talk / news / public radio
|
||
|
|
| station | location |
|
||
|
|
|---|---|
|
||
|
|
| KPFA 94.1 | Berkeley, CA (Pacifica) |
|
||
|
|
| WBAI 99.5 | New York, NY (Pacifica) |
|
||
|
|
| CBC Radio 1 | Toronto / Ottawa |
|
||
|
|
| BBC World Service | UK |
|
||
|
|
| NCPR | Canton, NY |
|
||
|
|
| Bloomberg Radio | New York, NY |
|
||
|
|
| CFRB Newstalk 1010 | Toronto, ON |
|
||
|
|
| WAMU 88.5 | Washington, DC |
|
||
|
|
| WNYC 93.9 | New York, NY |
|
||
|
|
| NPR | national stream |
|
||
|
|
|
||
|
|
### danish radio (DR)
|
||
|
|
| station | format |
|
||
|
|
|---|---|
|
||
|
|
| DR P1 | talk / culture |
|
||
|
|
| DR P2 Klassisk | classical |
|
||
|
|
| DR P3 | pop |
|
||
|
|
| DR P4 København | regional |
|
||
|
|
|
||
|
|
### community / indie
|
||
|
|
| station | location |
|
||
|
|
|---|---|
|
||
|
|
| CKCU 93.1 FM | Ottawa, ON (Carleton U) |
|
||
|
|
| CKAR Hunters Bay 88.7 | Huntsville, ON |
|
||
|
|
| Radio Caroline | UK (offshore legend) |
|
||
|
|
|
||
|
|
### 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
|
||
|
|
|
||
|
|
```
|
||
|
|
# drop into pyradio config
|
||
|
|
cp stations.csv ~/.config/pyradio/stations.csv
|
||
|
|
|
||
|
|
# or symlink
|
||
|
|
ln -sf /path/to/radio-stations/stations.csv ~/.config/pyradio/stations.csv
|
||
|
|
|
||
|
|
# launch
|
||
|
|
pyradio
|
||
|
|
```
|
||
|
|
|
||
|
|
## license
|
||
|
|
|
||
|
|
public domain. listen to good radio.
|