diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-01-25 00:59:42 +0100 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2016-01-25 00:59:42 +0100 |
commit | 5481f795025ce59a7654069a0b7e8a336679013e (patch) | |
tree | d993ea34dbbcd44f7dd7c1de700e0fe561d88f38 | |
parent | 14a335a9af439981b05f685b67ba41e945b671c9 (diff) | |
download | perl-app-clerk-5481f795025ce59a7654069a0b7e8a336679013e.tar.gz perl-app-clerk-5481f795025ce59a7654069a0b7e8a336679013e.tar.xz |
mention bug report
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -54,6 +54,7 @@ For arch linux there is a package in [AUR](https://aur.archlinux.org/packages/cl # FAQ 1. It's not working properly - * Make sure to have your files tagged properly. You need: `albumartist`, `artist`, `album`, `date`, `tracknumber`, `title` tags. + Make sure to have your files tagged properly. You need: `albumartist`, `artist`, `album`, `date`, `tracknumber`, `title` tags. 2. mpd says 'connection closed by server' - * increase your `max_output_buffer_size` in mpd.conf and feel free to request chunked protocol replies for mpd. + increase your `max_output_buffer_size` in mpd.conf + I requested a chunked protocol feature [here](http://bugs.musicpd.org/view.php?id=4488) |