You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,22 @@ pip install miniplayer
24
24
The config file is located at `~/.config/miniplayer/config`. The example configuration file, [`config.example`](config.example), has all the default values. You will need to create the file yourself.
25
25
26
26
#### player
27
-
****music_directory*:** The path to your music directory for extracting album art.
28
27
****font_width*:** The width of your font in pixels in the actual terminal.
29
28
****font_height*:** The height of your font in pixels in the actual terminal.
****image_method*:** The method to use for drawing album art. Available values are `pixcat` and `ueberzug`
34
-
If you are not using Kitty, try `ueberzug`.
35
32
****volume_step*:** The ammount (in percents) the volume will be adjusted on pressing the volume up and volume down keys.
36
33
****album_art_only*:** Whether or not to only draw the album art and no other track info (`true/false`).
37
34
****auto_close*:** Whether or not to automatically close the player once the mpd playlist has concluded (`true/false`).
38
35
****show_playlist*:** Whether or not to show the playlist view.
39
36
37
+
#### art
38
+
****music_directory*:** The path to your music directory for extracting album art from the files.
39
+
****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).
40
+
****http_cover_filenames*:** Space separated list of filenames to use in the call to the webserver to fetch the album art.
41
+
****image_method*:** The method to use for drawing album art. Available values are `pixcat` and `ueberzug`
42
+
If you are not using Kitty, try `ueberzug`.
40
43
41
44
#### mpd
42
45
****host*:** The mpd host
@@ -80,7 +83,7 @@ These keybinds can be changed by editing the config file. See the [`config.examp
80
83
81
84
## F.A.Q.
82
85
-**Q:** Album art is not showing up.
83
-
**A:**Make sure your`music_directory` is not quoted i.e. if your music directory is `~/My Music` then your config should look like `music_directory = ~/My Music`.
86
+
**A:**If you're using`music_directory` for fetching your album art, make sure your it is not quoted i.e. if your music directory is `~/My Music` then your config should look like `music_directory = ~/My Music`.
84
87
If this does not work, try changing `image_method` from `pixcat` to `ueberzug` or vice versa.
0 commit comments