blob: a2d155034b2f504b42f404839e4e5bbdc790364b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# somafm.rs
A Rust-based command line player for SomaFM radio.
Implements a pure-Rust audio backend, but can fallback to using a `mpv` as an optional dependency.
## Install
```bash
$ cargo install somafm
```
## Usage
```bash
$ somafm
⠴ Loading SomaFM channels...
> Select channel from list: Groove Salad: A nicely chilled plate of ambient/downtempo beats and grooves.
```
## License
[MIT](LICENSE)
|