Summary
New configuration options have been added to hide the current track info, auto close the player when finishing a playlist, to customize keybindings and more.
Changelog
Added
* New config option `auto_close` automatically closes the player once mpd reaches the end of the playlist and stops.
* New config option `album_art_only` hides the current track information and only displays the album art. This can be toggled with the new `toggle_info` keybind (defaults to `i`).
* New config options for customizing keybinds (see the [readme](README.md) for details).
* New config option `volume_step` for changing the volume increment/decrement ammount.
* New config option to specify a password for use with mpd. (Thanks to chebro).