Best Universal Music Player written in Rust and iced
(not quite the best, but I'm trying my best)
Config files are saved in config folder (on Linux ~/.config/bump
) in file
config.json
. There are few options you can set and I'll be adding more in the future.
So far I don't have settings in the app, so this is the only place you can adjust settings.
The GUI isn't quite finished, but at least it looks somewhat decent.
You have to compile it yourself, but that shouldn't a problem. Only thing you need to have is cargo
:
cargo build -r
After it is done compiling, you can then start the binary ./target/release/bump
.
I use library coded by my friend, so thanks! The library is called raplay.
- Author: Martan03
- GitHub repository: bump
- Author website: martan03.github.io