rapc

Crates.iorapc
lib.rsrapc
version0.1.0
sourcesrc
created_at2022-02-12 21:41:00.079023
updated_at2022-02-12 21:41:00.079023
descriptionThe Rust Audio Player Client
homepagehttps://rapd.readthedocs.io/en/latest/
repositoryhttps://github.com/Interfiber/rapd/tree/main/rapc/
max_upload_size
id531498
size18,179
Interfiber (Interfiber)

documentation

README

Rapc

Rust Audio Player Client

Playing an audio file from disk

rapc play ~/foo/bar.mp3

Rebuild the music database

rapc db_rebuild

Play a song from the music database

rapc db_select
# 1: ~/foo/bar.mp3
# Select: 1
# Playing...

Print the contents of the music database

rapc db_print
Commit count: 109

cargo fmt