Greetings Lemmings!
I am not new to self hosting; been at it for a few years. And I have neglected a very important part of my home lab; MUSIC!
So I stream music from Navidrome to all of my devices.
My music library has grown organically over the years, for probably the past 17 years. And a few times I had manually organized and fixed up some of the tags. But ultimately I ended up with a mess of a library.
I am working on cleaning that up. Though I absolutely should have cleaned it up before I created 2 backup scripts.
In short, I have a script that is called from a systemd service on a timer that runs my backup script that essentially more or less uses rsync to mirror the files in LiveMusicDir to MusicArchive1. This happens on my docker host where my Navidrome lives. The Music is on an NFS share hosted outside of the docker host.
The next step I run another similar setup on my desktop; systemd service running a script on a timer that uses rsync and other dependencies to track changes.
What I plan to do is organize the source. I am using beets, and learning as I go.
What methods do you use for managing a large music library?


I see you’re settling in beets and if that works for you, that is excellent. Just this week, I started running it on copies of some albums in my collection to see how it did.
Over the last year, I’ve ripped (or cleaned up existing) about 25,000 songs. My process has really been rip them with whatever tags I can find, put them all through MP3tag to retrieve and clean up metadata, then run a script to backup the FLAC off-site, convert to MP3 locally, and copy to my NAS in my preferred directory structure.
I was thinking maybe I don’t want to deal with the tagging, hence my trials with beets. But you know, I don’t necessarily trust everything in Musicbrainz or like how they handle some things, so I’m probably going to stick with the semi-manual tagging. I am looking at still using beets to handle lyrics, replaygain, and fleshing out less important metadata.
I havent trusted it with my music in RW mode yet. I was just getting statistics. however, I am using a custom built docker container based off Lyrica that downloads LRC files for me. Its running right now. And I like having karaoke style synced lyrics .
Yeah. I used FileFlows for a bit to download lyrics and I do already have replaygain being added every night for new additions.