I rediscovered the joy of my own music collection by quitting Spotify and switching to self-hosted Navidrome.

you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 9 months ago (1 child)

I also just started the process of migrating to a self hosted music server. I'm using navidrome, but a big feature I want is being able to easily add custom tags to songs that I can later use to search and filter for what I want. Navidrome will only open your library in read-only, which is a smart security measure, but means it cant support this. I'm going to try Koel next and see how that goes.

  • source
  • hideshow 2 child comments
  • [–] 1 point 9 months ago (1 child)

    Navidrome will only open your library in read-only

    Are you sure that's not just the default in the example docker-compose.yml? If there isn't some additional handling, you can just remove the ":ro" from:

    volumes:
          - "/path/to/your/music/folder:/music:ro"
    
  • source
  • parent
  • hideshow 2 child comments