Known issues

myMPD startup is slow and MPD runs with 100% cpu usage

Cause

myMPD creates on first startup and on each database refresh the album and sticker caches. It searches through the whole MPD database and this could cause heavy cpu usage on large databases.

Workaround

You can disable the creation of the caches, but you loose the album browse and/or the sticker features of myMPD.

Accept-Encoding not honored

Cause

Parsing this header and inflating the embedded compressed assets is not implemented.

Workaround

None


Response line too large

Cause

The mpd client library libmpclient uses a fixed buffer of 4096 bytes to get response lines from MPD. If a response line is larger than this limit, this error occurs. Most of the time the response line is to large, because of a tag that length exceeds this limit.

libmympdclient uses a fixed buffer size of 8192 bytes.

Workaround


Output buffer is full

Cause

MPD has an output buffer with a default max size of 8 MB. If a response is larger than this limit, this error occurs.

Workaround