From 3e26cfe03758333373f085ce39f4589e04901ca7 Mon Sep 17 00:00:00 2001
From: Allen <63997543+aaw3@users.noreply.github.com>
Date: Sun, 13 Nov 2022 00:01:31 -0600
Subject: [PATCH] Fix spacing, edit md table
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 024a411..8645534 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,7 @@ 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`. |
-| 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_method | The method mpd should use to retrieve the album art. Available values are `albumart` and `readpicture`.
`albumart` - image is contained in the album folder along with the songs
`readpicture` - image is directly embedded in the audio files |
### mpd
Tell me your mpd address please!
@@ -136,7 +134,7 @@ These keybinds can be changed by editing the config file. See the [`config.examp
## F.A.Q.
- **Q:** Album art is not showing up.
**A1:** Try changing `image_method` from `pixcat` to `ueberzug` or vice versa.
- **A2:** Try changing `mpd_method`from `albumart` to `readpicture` 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.