update to librespot 0.1.2
- make use of new player events - remove `--locked` install note as it should not be required anymore (#179, #190, #212) - `cargo update` dependencies
This commit is contained in:
@@ -49,7 +49,7 @@ dnf install pulseaudio-libs-devel libxcb-devel openssl-devel ncurses-devel dbus-
|
||||
|
||||
## Usage
|
||||
|
||||
* Install the latest ncspot release using `cargo install ncspot --locked`. Due to an upstream issue in the librespot dependency described in [#179](https://github.com/hrkfdn/ncspot/issues/179) the `--locked` flag is needed. Until a new [librespot](https://crates.io/crates/librespot) release(>0.1.1) is out, this workaround is needed.
|
||||
* Install the latest ncspot release using `cargo install ncspot`
|
||||
* or build it yourself using `cargo build --release`
|
||||
* both approaches require a working [Rust installation](https://www.rust-lang.org/tools/install)
|
||||
* For debugging, pass a debug log filename, e.g. `ncspot -d debug.log`
|
||||
|
||||
Reference in New Issue
Block a user