RUM Player

Build Status

RUM is a terminal music player, that able to play remote media from different sources (currently only Ya.Music).

Usage

```bash cargo install rum-player

by default installed at ~/.cargo/bin, you may add it to path:

export PATH=$PATH:~/.cargo/bin rum-player ```

Currently, the tool has 2 main windows: album search and list album tracks. Hotkeys are currently cannot be configured and are the following:

Development

For development you need a nightly compiler, since dependency requires it: rustup default toolchain nightly. Afterwards you may build sources via cargo build and start hacking. Please also use rustfmt & clippy at development process: rustup component add rustfmt clippy.