Help with reimporting music and extra files #4925
Replies: 1 comment 1 reply
-
That does sound like an awesome solution in general! Good question about how best to do this to your existing library. To be perfectly honest, I'd be tempted to |
Beta Was this translation helpful? Give feedback.
-
Hi!
I started using Beets a couple of years ago. I am quite happy with my setup, but always looking to improve it.
In the beginning I didn't take much care to match my music to the exact release I actually have (digital, cd, vinyl, label, catalog-number, reissues, etc). As long as the artist, album, and track name matched, I was happy. Now my OCD is kicking in and it has started to annoy me slightly, and I am looking to improve this.
Most of my music is in
/mnt/downloads/album-name
, and then I import it (copy) to/mnt/music/artist/album-name
. So I still have all those original and untouched files in/mnt/downloads
.Recently I discovered gazelle-origin. A really amazing tool that creates a .yaml for your albums, stored inside the albumfolder. The file contains for instance these lines:
Now you can install the other great tool, beets-originquery and beets will use this yaml file to help you match with the exact release you have. It also shows the info in the cli so you have quick access to it if you have to match something manually:
Aweseom! Highly recommended!
However, my problem is that I only managed to populate all of my albumfolders in
/mnt/downloads
with yaml files. As my actual beets library in/mnt/music
is renamed and reorganized when imported, there is no link, and I see no easy way to bring these yaml files into my music-folder.So I think maybe my best course of action would be to import from
/mnt/downloads
again, beets would probably give me the duplicate warning:At which point I guess i select
Remove old
. But I don't actually need to copy the files over, I just need it to fix the metadata, and write it to the files.Also I will probably add beets-copyartifacts to my config, so it copies over the
origin.yaml
file to my beets library.Any thoughts on how to accomplish this, except the import remove old strategy?
Beta Was this translation helpful? Give feedback.
All reactions