From f9db89ec978986157c90a7df177c61943255eb2d Mon Sep 17 00:00:00 2001 From: Bart Kleijngeld Date: Mon, 9 Aug 2021 15:56:39 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7d5f5..27b53b4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The config file is located at `~/.config/miniplayer/config`. The example configu * ***auto_close*:** Whether or not to automatically close the player once the mpd playlist has concluded (`true/false`). * ***show_playlist*:** Whether or not to show the playlist view. -### art +#### art * ***music_directory*:** The path to your music directory for extracting album art from the files. * ***http_base_url*:** Base URL of webserver which serves the album art for your albums (takes precedence over `music_directory`). Useful for users of Android MPD clients _MAFA_ or _MPDroid_. For more information see [the MPDroid wiki](https://github.com/abarisain/dmix/wiki/Album-Art-on-your-LAN). * ***image_method*:** The method to use for drawing album art. Available values are `pixcat` and `ueberzug`