blob: 55bf8f1a422a6743cd8478feedf0d49f3ee7890f (
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
Currently requires `mpv` installed as the media backend, pure-rust media output is planned.
## 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)
|