So i just started using the Funkwhale server for my music, mostly because I see it supports the Subsonic API. The one thing I am having trouble with is the import_music function. I used the AIO docker, noticed its going to become deprecated, and then generated the SuperUser. I then started to look into how to scan my music.
My NAS share is bindmounted as such
-p /Storage/Music:/music:ro
... and the FW gui sees it as such, in the Library "Import music from your server"
After looking in the docs, and github, i finally noticed a reddit thread that seemed to have the correct 'manage' commandline, with the library id and music path at the end. I ran it and it seemed to work.
But what about future entries, I know the server itself wont see those until i rerun that same command. Or would it be safe to just use the import button at "Import music from your server" and stop worrying?