diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,6 +20,7 @@ Requirements To compile and run `mpd-notification` you need: +* [libav](https://libav.org/) or [ffmpeg](https://www.ffmpeg.org/) * [libnotify](http://library.gnome.org/devel/notification-spec/) * [libmpdclient](http://www.musicpd.org/libs/libmpdclient/) * [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation) @@ -67,6 +68,7 @@ Artwork `mpd` does not provide any information where it finds its music files. To make `mpd-notification` display album artwork you need to tell it where to look for artwork. You can do that by exporting `XDG_MUSIC_DIR` to your environment or by -specifying `-m` or `--music-dir` on the command line. The image file containing -the artwork needs to be place in the same directory as the media file and named +specifying `-m` or `--music-dir` on the command line. `mpd-notification` reads +album artwork from `mp3` files, otherwise an image file containing the artwork +needs to be placed in the same directory as the media file and named `cover.jpg`, `cover.png`, `folder.jpg` or `folder.png`. |