summaryrefslogtreecommitdiff
path: root/README.md
blob: 8a65b00aef0cb1bce68c3edd1c2b91ff8ba972a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# somafm.rs

A Rust-based command line player for SomaFM radio.

Implements a pure-Rust audio backend, but can fallback to using `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.
⠏ Fetching channel streams...
▹▹▹▸▹ Playing Groove Salad
```

## License

[MIT](LICENSE)