Replies: 1 comment 1 reply
-
Probably are those files not present in the beet database, hence it won't find them as duplicates. find /your/music/library -type f -regex '.*.[1-9].(mp3|flac)' should be able to find those files and from there you could add |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a singificant amount of duplicate files that had name collisions. Resulting in a ton of files with .1. and .2. in the names that are exact duplicates of the main tracks. No matter what I do with the duplicates plugin it doesn't seem to remove these files.
Is there something I should look at?
Here is my current dups config , I also's tried keys: [artist, title, length]... which went wildly off base.
duplicates:
keys: [mb_trackid, mb_albumid]
delete: no
move: "/plex_media/music_dups"
tiebreak:
items:
- format
- bitrate
- samplerate
- length
- added
- path
Beta Was this translation helpful? Give feedback.
All reactions