Running SongKong in Docker. My music is at /mnt/user/music. I can easily map this to /music in the container and everythihng works, like this (the default):
/mnt/user/music:/music
The problem with this setup is that I can’t copy/paste paths between my file explorer and SongKong.
So, instead, I prefer to mount my music to a path with the same name in SongKong, like this:
/mnt/user/music:/mnt/user/music
This also works, and I can copy/paste paths between my file browser and SongKong just fine. The problem here is that I can’t use the built in browser on SongKong because it’s forced to /music.
Is there any way I can make SongKong browse a folder other than /music in the docker?