Closed varac closed 6 years ago
Have you seen the clutter
configuration option? It lets you describe which extra filenames are OK to delete when cleaning up. That might be somewhat safer than deleting all the unimported files.
If you really want to delete everything, maybe defining a very permissive pattern in clutter
to match most/all files. This, of course, will need to be done carefully to avoid deleting too many files—it seems super important to have a backup if you try that (and probably test it out on a copy first).
@sampsyo Thx, I wasn't aware of this config option. I'll try with this one!
Problem
I'd like to have an option to remove leftover files from an import. i.e. I have an album that have additional text-files like this:
Maybe add a
--remove-leftover-files
parameter ?Setup
My configuration (output of
beet config
) is: