Skip to content

Commit 46553f8

Browse files
authored
Replace stations with SomaFM (#5)
1 parent 4f5e4ce commit 46553f8

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ loshell
4747

4848
### Stations
4949

50-
- Chillout
51-
- Lounge
52-
- Relax FM
53-
- Smooth Jazz
54-
- Ambient
50+
All stations powered by [SomaFM](https://somafm.com) - listener-supported, commercial-free radio.
51+
52+
- Groove Salad - ambient/chill
53+
- Drone Zone - atmospheric space music
54+
- Lush - sensual vocals with chillout
55+
- Deep Space One - deep ambient/space
56+
- Vaporwaves - vaporwave aesthetic
5557

5658
## The Story
5759

src/radio.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ pub struct Station {
1818

1919
pub const STATIONS: &[Station] = &[
2020
Station {
21-
name: "Chillout",
22-
url: "https://streams.ilovemusic.de/iloveradio17.mp3",
21+
name: "Groove Salad",
22+
url: "https://ice4.somafm.com/groovesalad-128-mp3",
2323
},
2424
Station {
25-
name: "Lounge",
26-
url: "https://streams.ilovemusic.de/iloveradio2.mp3",
25+
name: "Drone Zone",
26+
url: "https://ice4.somafm.com/dronezone-128-mp3",
2727
},
2828
Station {
29-
name: "Relax FM",
30-
url: "https://stream.relaxfm.ru/relaxfm192.mp3",
29+
name: "Lush",
30+
url: "https://ice4.somafm.com/lush-128-mp3",
3131
},
3232
Station {
33-
name: "Smooth Jazz",
34-
url: "https://streaming.radio.co/s774887f7b/listen",
33+
name: "Deep Space One",
34+
url: "https://ice4.somafm.com/deepspaceone-128-mp3",
3535
},
3636
Station {
37-
name: "Ambient",
38-
url: "https://streams.ilovemusic.de/iloveradio6.mp3",
37+
name: "Vaporwaves",
38+
url: "https://ice4.somafm.com/vaporwaves-128-mp3",
3939
},
4040
];
4141

0 commit comments

Comments
 (0)