-
I am wondering what is going wrong here. Musicbrainz, and I think with the help of chroma plugin as well, is finding out perfectly what this incomplete album is (Sides A+B of this Vinyl rip is missing, I just never did it ;-). Discogs is my 3rd resort of finding matches, it seems it's finding completely unrelated albums even though I am sure there is several perfectly fine versions of this album on discogs. Weird ha? How would I proceed to debug this, if it's something in the Discogs plugin I might as well look into it myself because I'm interested in the usage of python3-discogs-client here anyway :-) But first of all I need a debugging starting point:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
This is the interesting part. What part of the process is passing these discogs master releases ids to the discogs plugin? Where are they from? that's the source of evil:
|
Beta Was this translation helpful? Give feedback.
-
This might be the answer: The original mp3 files don't have any tags at all (a very very lazy vinyl rip I did back then ;-)))
Anyway, it seems musicbrainz (or is it chroma??) can handle this, discogs plugin can't. Does Musicbrainz built-in plugin somehow use the information provided via folder and filenames too? And Discgos obviously does not. This could then be improved in the Discogs plugin I guess. Or am I reading the output wrong and the only reason why a match was found on musicbrainz is because chroma plugin figured it out via acoustid fingerprint. Please help me learn to read the log! :-)) |
Beta Was this translation helpful? Give feedback.
-
Fixed in PR #4227 |
Beta Was this translation helpful? Give feedback.
This might be the answer: The original mp3 files don't have any tags at all (a very very lazy vinyl rip I did back then ;-)))
Also this output proofs that there is not much to search for:
Anyway, it seems musicbrainz (or is it chroma??) can handle this, discogs plugin can't. Does Musicbrainz built-in plugin somehow use the information provided via folder and filenames too? And Discgos obviously does not. This could then be improved in the Discogs plugin I guess.
Or am I reading the output wrong and th…