Roja is a TUI music player written in Rust. It's still a WIP.
- Add directory of mp3 files, scrape and serialize all metadata.
- List and browse music indexed in the metadata file.
- Play, pause, seek, and view buffered state.
- Play music on a remote server via SSH. This uses libmpv-rs under the hood.
- Customize the colors by editing config.json file.
- Fuzzy search through music using the FST crate.
- Better documentation >_<