I am running the Logitech Media Server (LMS) on my iMac. The media is on a separate network drive. After a recent macOS upgrade, LMS is no longer able to access the files on the network drive.
I'm currently running macOS Catalina, version 10.15.7.
I can view the files in the Finder:
However when I access the services settings, I cannot select the "Shared Music" folder:
What do I need to do so that the LMS can access the "Shared Music" folder in the Public volume?
I used the
ps
command to see how LMS is run, and I found the following:The LMS developers told me to grant
perl5.18
full disk access since that is the command that is used to run the service. I tried that, but it didn't work.I had already given the
perl
command full disk access. (System Preferenes -> Security & Privacy -> Privacy tab -> select Full Disk Access and addperl
to the app list.)So I stopped the LMS service and started it from the command line using the
perl
command instead of theperl5.18
command: