Crates.io | thfmr-playlist |
lib.rs | thfmr-playlist |
version | 0.2.2 |
source | src |
created_at | 2021-05-13 15:03:29.611589 |
updated_at | 2021-05-14 01:26:11.385082 |
description | Playlist microservice of the TouHou.FM Radio project |
homepage | |
repository | https://git.touhou.fm/touhou.fm/radio-rust |
max_upload_size | |
id | 396959 |
size | 64,449 |
Playlist microservice handling the playlist of the TouHou.FM Radio Project. This microservice is responsible for maintaining a playlist of songs to play, it will request songs from a Provider, and supply songs to a Player.
This service exists to separate out the playlist functionality from playback. In the case that the Player fails due to bugs, the playlist will still remember songs to play.
Simply use
cargo build
thfmr-playlist args...
Use thfmr-playlist --help
to get more information.