Open nado opened 2 months ago
So using -F
and -m
together resulted in all your files being moved to a different directory?
We can note that effect on the website docs and in the CLI output (basically show all ... => operate on all ...
). Does that sound adequate?
The behavior you found is quite strange, perhaps combining -F
and -m
should result in an error.
Sounds great to me.
Problem
As title says, here are the mention of the argument and the config block:
https://beets.readthedocs.io/en/stable/plugins/duplicates.html
The copy/move/delete flags all mention taking effects on "matched" items, but nowhere can we read that the matched items are the one listed by the command and not the "files other than the best elected file to keep", which lead me to apply the move command to all my versions of duplicates. Either reword copy/move/delete, or the --full to state that it "modifies the matched items to include all version of duplicate tracks/albums", which would then be consistent across the different options.