07-28-2020, 10:48 AM
(07-28-2020, 04:00 AM)Dradder Wrote:(07-27-2020, 11:51 PM)Tim Curtis Wrote: As I've mentioned in other posts moOde is not designed for giant, multi-100,000 track collections. Important parts of moOde simply won't function well or at all for example Library Tag/Album views, Auto-shuffle. There will probably be other parts that break as well.
For my purposes, moOde works fine with my giant, multi-100,000 track collection -- as long as I set the system to use the 32-bit kernel while databasing the collection, and then switch to the 64-bit kernel when the database is complete. The only functions that seem broken are in fact the Tag and Album views, which just show the Stereo Test track on the SD card. But I never use those views -- I just select music to be played from the Folder view. For me, the Tag and Album views simply aren't "important parts of moOde."
I don't use the Auto-shuffle function, either, but I tested it and it seems to work fine with my collection.
Those views are broken because for humongous libraries like yours and mine the value of "max_output_buffer_size", 131072, is too small. I suggested @Tim Curtis to increase that. I also explained how to do that in a way that sticks (just editing /etc/mpd.conf and restarting mpd does not work, because once you change MPD configuration the file is generated again from a database and the old default value is recreated). Try with 262144 or 524288... and please report which value works for you.