sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.58k stars 112 forks source link

Set several library path in the docker-compose? #401

Closed awsms closed 11 months ago

awsms commented 11 months ago

How can you add several library path? If I put

      - /data/musicfolder1:/data/musicfolder1
      - /data/musicfolder2:/data/musicfolder2

in my docker-compose.yml, gonic ignores both of these folders (despite having an existing gonic.db, which gets wiped up when i launch a rescan). gonic only expects music to be located in /music for the docker image?

awsms commented 11 months ago

answered here: https://github.com/sentriz/gonic/issues/375 too bad it wasn't in the wiki page!

sentriz commented 11 months ago

hi. you need to tell gonic where the music paths are with enc vars. see the readme and https://github.com/sentriz/gonic/issues/375#issuecomment-1725814503

sentriz commented 11 months ago

the readme is more useful and up date compared to the wiki. I think I might delete the wiki