I’m about a quarter into a multi-TB import when I noticed that I made mistakes. When beets couldn’t find tracks in an album match from discogs or musicbrainz, it left those behind in the source folder rather than importing them. I probably should have imported those albums ‘As Is’.
I used copy not move during import so I still have all my original files. What’s the best way forward? Do I need to start from scratch or can I reimport from my source directory to grab all those orphaned tracks?
Thanks for your reply but neither of those suggestions are going to help me. I don’t need to deal with any dupes right now. If I select ‘no’ to Resume Import it doesn’t start from the beginning.
How do I just remove all entries in beets and restart my import?
I’m not entirely clear on why saying “no” to “resume import” doesn’t restart… but you can delete the ~/.config/beets/state.pickle to clear any memory of an interrupted import. You also may want to be careful about the import.incremental setting, if you’ve ever had that enabled.
I’m not sure if that helps but there is a log file that should tell you which folders were skipped. You can run an import from that logfile using the --from-logfile option of the import command. Maybe that helps you to not have to start over completely?
I just checked and realized that there is no default value for that log file setting, so if you haven’t set that on purpose when you’ve set up beets, my suggestions won’t help, sorry