Theremin
Theremin copied to clipboard
Won't connect on large database
This isn't exactly a theremin issue but I wasn't sure where else to mention it. I have a rather large music database and after updating library Theremin will not connect and fails with message from mpd (in verbose mode)
client: [0] process command "listallinfo "/""
buffered_socket: error on client 0: Output buffer is full
I do not have the same issue with ncmpcpp, presumably because they do not buffer the entire library on load.
Solved this by adding max_output_buffer_size "32768"
to .mpdconf which is 4x the default.