Dataset Hoster : explain-mbid-mapping

Explain MusicBrainz ID Mapping lookup

Given the name of an artist and the name of a recording (track) this uery execute the mapping and print its debug log (JSON version and JSON POST data)




11 rows returned

log_lines
ac_detuned: '' r_detuned: 'ksheulu moshe' rel_detuned: 'None'
looking up without release name
QUERY: artist: shulem recording: ksheulu moshe KHSH`lh mSHh release: None
HIT: artist: shulem lemmer recording: ksheulu moshe release: kiddush hashem
no good match, ac_dist 7.000, r_dist 13.000, rel_dist -1.000 moving on
Detune only recording
QUERY: artist: shulem recording: ksheulu moshe release: None
HIT: artist: shulem lemmer recording: ksheulu moshe release: kiddush hashem
no good match, ac_dist 7.000, r_dist 0.000, rel_dist -1.000 moving on
FAIL (if this is the only line of output, it means we literally have no clue what this is)
OK
JSON POST data for this query:
[
    {
        "artist_credit_name": "Shulem",
        "recording_name": "K'sheulu Moshe - \u05db\u05e9\u05e2\u05dc\u05d4 \u05de\u05e9\u05d4",
        "release_name": null
    }
]