login process is now done interactively
manual config editing is not required anymore
This commit is contained in:
14
README.md
14
README.md
@@ -26,7 +26,6 @@ future. Contributions welcome, but please be kind ;)
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* Set your login credentials (see configuration)
|
|
||||||
* Build using `cargo build --release`
|
* Build using `cargo build --release`
|
||||||
* The initial screen is the debug log. Press `F1` for the queue and `F2` to
|
* The initial screen is the debug log. Press `F1` for the queue and `F2` to
|
||||||
search for a track. More key bindings are described below.
|
search for a track. More key bindings are described below.
|
||||||
@@ -70,18 +69,7 @@ the search view.
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
For now, a configuration file containing Spotify login data needs to be created
|
Configuration is saved to `~/.config/ncspot/config.toml`.
|
||||||
manually, until a login-screen is implemented
|
|
||||||
(https://github.com/hrkfdn/ncspot/issues/1).
|
|
||||||
|
|
||||||
The file needs to look like this:
|
|
||||||
|
|
||||||
```
|
|
||||||
username = "spotify_user"
|
|
||||||
password = "spotify_password"
|
|
||||||
```
|
|
||||||
|
|
||||||
Please save it to `~/.config/ncspot/config.toml`.
|
|
||||||
|
|
||||||
### Theming
|
### Theming
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user