Thanks, this indeed helped!

I already had a shared folder "docker" for another docker image, and
placing my lms /config there passed the initial error above.

Next error was:

Code:
--------------------
    [21-03-25 07:16:31.2439] Slim::Utils::Prefs::Namespace::savenow (337) 
Error: can't save /config/prefs/plugin/state.prefs: No such file or directory 
at /lms/Slim/Utils/Prefs/Namespace.pm line 326.
--------------------

I could solve that my 

Code:
--------------------
    
  mkdir /volume1/docker/config/prefs/plugin
  sudo chown nobody:users /volume1/docker/config/prefs/plugin
--------------------


Afterwards, the server runs fine. Just my music folder (another shared
folder) is not showing up within LMS. I assumed this is permissions
again.

I then created a new folder /volume1/audio/lms-music and chown'ed it to
nobody:users. That seemed to work, so I mounted my media folders into
this and chown'ed again. It now seems to see and index my collection.

Thanks a lot for pointing me at the new shared folder thing :)


------------------------------------------------------------------------
CCRDude's Profile: http://forums.slimdevices.com/member.php?userid=8478
View this thread: http://forums.slimdevices.com/showthread.php?t=114224

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to