feat(duplicates): add chroma plugin integration#6624
Open
ShimmerGlass wants to merge 1 commit into
Open
Conversation
8646dc0 to
5992bd1
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6624 +/- ##
=======================================
Coverage 72.38% 72.38%
=======================================
Files 159 159
Lines 20645 20689 +44
Branches 3269 3280 +11
=======================================
+ Hits 14944 14976 +32
- Misses 4976 4982 +6
- Partials 725 731 +6
🚀 New features to boost your workflow:
|
with chroma enabled, add the option to compare tracks fingerprints when duplicates are found to remove tracks with different audio from the results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
When the chroma plugin is enabled, the duplicates plugin can now make use of
its sonic fingerprinting capabilities to compare the tracks audio in addition of
their
keys. This is especially useful when multiple versions of a song, suchas live or remixes exist in the library.
When the option is enabled, tracks with the same
keysbut different audiowill be excluded from the results.
The following additional options are available when the chroma plugin is
enabled:
same. 1 means an exact match; 0 nothing alike. Default:
0.9.To Do
docs/to describe it.)docs/changelog.rstto the bottom of one of the lists near the top of the document.)