Hi, so I’m attempting to batch match a large number of albums/tracks. I’ve set up beets to match with a fairly high threshold. What I want it to do on a failure of this matching is to just sort the albums as is. However, some of these tracks have no tags for artist/album. They generally have a track number and are in a folder with the name of the album.
These will need to be manually sorted, that said beets still tries to process them, and we get something like this
“Permission denied while moving /hdd1/Music/Album1/AMagicalAlbum/01_Logo.mp3 to //00 -.mp3”
I suppose what I’m after is some way to have beets skip a folder entirely if it thinks that it can’t sort it correctly.
Is this possible?