From cf700f1fa3f89fff11fda5f2e4a7727c9d1de423 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 21 Apr 2015 11:28:14 +0200 Subject: update documentation about libav/ffmpeg --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d418412..fe9d82f 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit v1.2.3-54-g00ecf