roja icon indicating copy to clipboard operation
roja copied to clipboard

a cli music player in rust

roja

Roja is a TUI music player written in Rust. It's still a WIP.

Screenshot of roja in action

TODO

  • [x] Add directory of mp3 files, scrape and serialize all metadata.
  • [x] List and browse music indexed in the metadata file.
  • [x] Play, pause, seek, and view buffered state.
  • [x] Play music on a remote server via SSH. This uses libmpv-rs under the hood.
  • [x] Customize the colors by editing config.json file.
  • [ ] Fuzzy search through music using the FST crate.
  • [ ] Better documentation >_<