/bump

Best Universal Music Player written in Rust and Iced

Primary LanguageRust

bump

Best Universal Music Player written in Rust and iced
(not quite the best, but I'm trying my best)

Configuration

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.

GUI

The GUI isn't quite finished, but at least it looks somewhat decent.

image

How to get it?

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.

Library for playing audio

I use library coded by my friend, so thanks! The library is called raplay.

Links