04-02-2020, 08:18 PM
Theres an mpd setting that sets up inotify's on the folders but I recall that there were some issues with it so its set to "no" by default in moOde and there is no UI option for it.
I think if you update cfg_mpd SQL table and set the option to 'yes' it will persist.
After rebooting check mpd.conf to verify the option is still "yes"
I think if you update cfg_mpd SQL table and set the option to 'yes' it will persist.
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_mpd set value='yes' where param='auto_update'"
After rebooting check mpd.conf to verify the option is still "yes"
Code:
cat /etc/mpd.conf