make album column for tracks configurable

introduces new config variable `album_column`

fixes #267
This commit is contained in:
Henrik Friedrichsen
2020-10-17 23:56:23 +02:00
parent 9fbbc7921e
commit e1b4892b8a
12 changed files with 22 additions and 11 deletions

View File

@@ -141,6 +141,7 @@ Possible configuration values are:
by default <true/false>
* `notify`: Enable or disable desktop notifications, off by default <true/false>
* `bitrate`: The audio bitrate to use for streaming, can be 96, 160, or 320 (default is 320)
* `album_column`: Show album column for tracks, on by default <true/false>
Keybindings can be configured in `[keybindings]` section in `config.toml`, e.g. as such: