Removing newest duplicates created during the import process #4865
Unanswered
codeinabox
asked this question in
Q&A
Replies: 1 comment
-
Simply put, is there a way to inverse the tie-break condition? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I forgot to disable copying on import, my collection now has a lot of duplicate files where a new file was copied over that uses a different naming scheme to the existing files. I am trying to use Beets to detect and remove these new copies based on modified time using this config:
When I run
beets dup -p
the files it lists are the original oldest ones. How do I do a tie-break, treating the newest file as the duplicates?Beta Was this translation helpful? Give feedback.
All reactions