(24-Mar-2022, 11:21 AM)patricia1066 Wrote: the permissions on files are on the image in file first post in this thread. I have never had this happen in LMS before so thought it a directory permission problemOh. Of course, how did I miss that

find . -type f -exec chmod 644 {} \;
That GUI transfer program may have changed your umask. Set it to either 644 (or rw-r--r--) for your FLAC files and LMS should be able to pick it up during scanning. MPD should have no problems looking up these files though as it's running as root.