07-31-2022, 10:03 PM
I did a quick test using a USB stick (format is FAT32) where I added a single file to an existing folder and then in Folder view I updated just that folder. MPD correctly only added that new file to it's database and no others.
It's not obvious to me what might be happening in your case. What format is the file system on your storage device?
Code:
pi@moode:~ $ sudo truncate /var/log/mpd/log --size 0
pi@moode:~ $ sudo mv ./HEJ07-Black\ Crow.flac /media/VFAT128/Test_mixed/Adrian/
pi@moode:~ $ tail -f /var/log/mpd/log
Jul 31 17:56 : update: added USB/VFAT128/Test_mixed/Adrian/HEJ07-Black Crow.flac
^C
pi@moode:~ $
It's not obvious to me what might be happening in your case. What format is the file system on your storage device?