Open gwern opened 10 years ago
Making it clearer that files will be deleted does make sense.
BTW:
possibly because I organize my collection as flat folders of artists, not folders of albums
It's this. Check those importer docs—beets expects albums to be grouped into folders. If that's not what you have, you probably want to consider -s
for singleton mode or possibly --group-albums
.
If that's not what you have, you probably want to consider -s for singleton mode or possibly --group-albums.
I'll give those a try next time.
This is actually somewhat trickier than I first imagined. We only delete files that are inside your library directory, so here "remove" can either mean "delete" or "drop from database". The former is the common case, though, so maybe it's worth changing the wording in order to be less wrong?
Also, this is minor, but we need to keep the option's shortcut as "R" so that people's muscle memory stays compatible. So if the name does adapt, it should be listed as "Remove (delete)" or somesuch.
While importing my music collection in order to clean up its metadata, for some reason (possibly because of a config option, possibly because I organize my collection as flat folders of artists, not folders of albums), I kept getting prompted again and again about albums already being in the database; I usually hit 'keep' but was unsure what I was doing. I had read the duplicates section of the manual but it didn't really make the issues clear to me:
I had specified in my config that
So I reasoned that the 'remove' probably meant something like beets was finding two albums of the same name but different MusicBrain unique IDs and hitting 'remove' meant I was reusing the original unique ID. Or something like that. It wouldn't mean that it was deleting the files because I had specifically told beet to leave my music in place with
copy: no
although it was allowed to write tags.After a while I noticed that a bunch of my music files were gone. Apparently 'remove album' actually meant 'delete track'. Fortunately I had expected something like this to happen and had made a backup right before starting so I'm amused rather than angry, but I think maybe the manual could place more emphasis on the 'it will delete your files yo' and the autotager interface could explicitly call it 'delete'.