diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-21 11:28:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-21 11:28:14 +0200 |
commit | cf700f1fa3f89fff11fda5f2e4a7727c9d1de423 (patch) | |
tree | 46f2fad49fa7b115f071e3593061cea4d5bae465 | |
parent | 53787fc71e98f49cdae4fa8ceddc7b2182649abc (diff) | |
download | mpd-notification-cf700f1fa3f89fff11fda5f2e4a7727c9d1de423.tar.gz mpd-notification-cf700f1fa3f89fff11fda5f2e4a7727c9d1de423.tar.zst |
update documentation about libav/ffmpeg
-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`. |