09-19-2022, 02:21 PM
(This post was last modified: 09-19-2022, 02:22 PM by nosferatu_cat.)
(09-19-2022, 10:59 AM)This explains a lot. A library regeneration for me takes 4 to 5 hours. I have about 80K files. Tim Curtis Wrote: The maintenance task does some housekeeping which includes clearing system log files one of which is the MPD log. I'm going to try a fresh install on a different PI just because I'm willing to try magic.
It should run every 6 hours but I see the 820 fresh image still has the old value of 2 hours :-0
Do the following to change it:
Code:1. Check the value
moodeutl -q "select value from cfg_system where param='maint_interval'"
2. If its 7200 update it to 21600 secs (6 hours)
moodeutl -q "update cfg_system set value='21600' where param='maint_interval'"