How to edit an almost-correct match #6600
Unanswered
ChristopherJTrent
asked this question in
Q&A
Replies: 2 comments
-
|
Not really. I would suggest adjusting match:
distance_weights:
album: 4.0
album_id: 0.0
albumdisambig: 4.5
artist: 4.0
catalognum: 3.0
country: 1.0
genre: 1.0
label: 3.0
media: 1.0
mediums: 1.0
missing_tracks: 0.0
data_source: 0.0
track_artist: 4.0
track_index: 0.0
track_id: 1.0
track_length: 5.0
track_title: 4.0
tracks: 0.0
unmatched_tracks: 5
year: 4.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Weird. The ability to directly fix file->track matches seems like pretty basic functionality. It's also just shocking to me because my filenames are literally the title of the song, and beets is getting it wrong consistently
…________________________________
From: Šarūnas Nejus ***@***.***>
Sent: Saturday, May 2, 2026 7:19:21 AM
To: beetbox/beets ***@***.***>
Cc: Christopher Trent ***@***.***>; Author ***@***.***>
Subject: Re: [beetbox/beets] How to edit an almost-correct match (Discussion #6600)
Not really. I would suggest adjusting match.distance_weights until you get correct matches. For example, see my configuration:
match:
distance_weights:
album: 4.0
album_id: 0.0
albumdisambig: 4.5
artist: 4.0
catalognum: 3.0
country: 1.0
genre: 1.0
label: 3.0
media: 1.0
mediums: 1.0
missing_tracks: 0.0
data_source: 0.0
track_artist: 4.0
track_index: 0.0
track_id: 1.0
track_length: 5.0
track_title: 4.0
tracks: 0.0
unmatched_tracks: 5
year: 4.0
—
Reply to this email directly, view it on GitHub<#6600 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDWJ2MDQWFF6TZGAZ6KKECD4YX7WTAVCNFSM6AAAAACYOEQGPWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMNZYHE3TSMA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
-
I have reasonably well organized music, and beets is finding albums OK (not well, but it's acceptable)
However, every. single. track. is being matched as a different track on the album. Literally not one of them is actually correct.
Is there any way to edit the album match so that the tracks actually match correctly before I save all the metadata?
Beta Was this translation helpful? Give feedback.
All reactions