

This is awesome. Bookmarking.
This is awesome. Bookmarking.
Here’s my “low complexity, medium effort, full legal, full quality” solution:
Start actually buying your music. I go down the list in descending order of convenience:
Tag all your music with Picard (or wrtag if you only buy full releases, there’s a GH issue for other cases) or beets. Picard is the simplest and most feature complete right now and has a nice GUI. Then upload your tagged music to your Navidrome.
Then use a tool like
It’s a nice, fully legal, fully self-hosted stack. Not NEARLY as convenient as having them auto-ripped for you from youtube, but like you said, there are quality and metadata concerns when ripping from youtube.
I mean, that helps justify buying the game again. Fresh performances, possibly with tweaks or new content.
I’ll spin it around: why would you buy the game a second time if it just used all the same files?
yeah this is the way. as part of my borgmatic script I bring down all the stacks that have databases, let the backup run, then bring those stacks back up. as long as the containers aren’t running (and as long as the container properly closes itself down, not usually something to be worried about though), any method of data back up should be fine.
I do this with quadlets and systemd targets now but before I was doing it with a bunch of
docker compose down
commands.It is quite convenient for restoration, as you say