Revert changes

This commit is contained in:
Allen
2022-11-13 15:00:00 -06:00
parent 3e26cfe037
commit 8daa39ff02
3 changed files with 7 additions and 18 deletions

View File

@ -43,10 +43,9 @@ 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`. |
| mpd_method | The method mpd should use to retrieve the album art. Available values are `albumart` and `readpicture`.<br />`albumart` - image is contained in the album folder along with the songs<br />`readpicture` - image is directly embedded in the audio files |
| Option | Description |
| -------------------- | --------------------------------------------------------------------------------------------- |
| image_method | The method to use for drawing album art. Available values are `pixcat` and `ueberzug`. |
### mpd
Tell me your mpd address please!
@ -133,8 +132,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.
**A:** Try changing `image_method` from `pixcat` to `ueberzug` 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.