-
In the importer: What is ment by source and id in an output like that:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
To give some context what I am aiming for. I am playing around with distance_weights. I want to get higher scores, closer to strong_rec_thresh, I'd like to ignore things I don't consider important like country and media the entry is from. I prefer MusicBrainz over Discogs as a source (source_weights there are configured accordingly). This is my current match config:
Also there is one major problem in this collection: I used a third party tool that manipulates the track title, thus it is never 100% correct (adds Question on this regard: How exactly does the title matching work? Is it comparing 1:1 or does it any fuzzy regexing thing? A link to code where this happens would be interesting. What is the mediums setting? I understand that media is wether the source provides the info of the same release from a vinyl or CD or Digital Media. What is mediums then?.........Ah now that I write it: It might be the count of the mediums the record was put out. E.g 2xCD, 3xLP, is that right? |
Beta Was this translation helpful? Give feedback.
-
So, I tested it out with one album and here's the output: WITH
WITH
So, we should have lower weights when we want to de-emphasize the attribute. If you want to ignore certain attributes, make them 0. |
Beta Was this translation helpful? Give feedback.
-
Since the answer is hidden in a thread above that cant be marked as answered, I'll post it again here and mark it. source is the tagging source (Discogs, MusicBrainz, ...) track_id is the recording id (eg mb_trackid) and is not the track position (eg 1, 2, A1, B2, ...) |
Beta Was this translation helpful? Give feedback.
Since the answer is hidden in a thread above that cant be marked as answered, I'll post it again here and mark it.
#4297 (reply in thread)
source is the tagging source (Discogs, MusicBrainz, ...)
track_id is the recording id (eg mb_trackid) and is not the track position (eg 1, 2, A1, B2, ...)