From 4f558bf137d0e958649e015aafd097cb44458c5a Mon Sep 17 00:00:00 2001
From: Allen <63997543+aaw3@users.noreply.github.com>
Date: Sat, 12 Nov 2022 23:18:54 -0600
Subject: [PATCH] Update Readme, config.example

---
 README.md      | 12 ++++++++----
 config.example |  1 +
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9c57405..ca351b2 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,12 @@ The `font_width` and `font_height` options are used to center the album art prop
 ### art
 Why listen to music if you can't look at the pretty album art?
 
-| Option               | Description                                                                                   |
-| -------------------- | --------------------------------------------------------------------------------------------- |
-| image_method         | The method to use for drawing album art. Available values are `pixcat` and `ueberzug`.        |
+| Option               | Description                                                                                             |
+| -------------------- | ------------------------------------------------------------------------------------------------------- |
+| image_method         | The method to use for drawing album art. Available values are `pixcat` and `ueberzug`.                  |
+| mpd_method           | The method mpd should use to retrieve the album art. Available values are `albumart` and `readpicture`. |
+
+Use `albumart` if song is contained in an album folder, otherwise use `readpicture` if image was directly embedded in the audio file.
 
 ### mpd
 Tell me your mpd address please!
@@ -132,7 +135,8 @@ These keybinds can be changed by editing the config file. See the [`config.examp
 
 ## F.A.Q.
 - **Q:** Album art is not showing up.  
-   **A:** Try changing `image_method` from `pixcat` to `ueberzug` or vice versa.
+   **A1:** Try changing `image_method` from `pixcat` to `ueberzug` or vice versa.
+   **A2:** Try changing `mpd_method`from `albumart` to `readpicture` or vice versa.
 
 - **Q:** Album art is too big/too small.  
    **A:** You need to configure `font_height` and `font_width`. Their values should be the actual pixel height and width of a character in your terminal.
diff --git a/config.example b/config.example
index ee23878..5d3abb5 100644
--- a/config.example
+++ b/config.example
@@ -8,6 +8,7 @@ show_playlist   = true
 
 [art]
 image_method    = pixcat
+mpd_method      = albumart
 
 [mpd]
 host   = localhost