Skip to content

v0.1.3: lookup correctness fixes

Choose a tag to compare

@cyanheads cyanheads released this 20 Jun 02:56
· 4 commits to main since this release
v0.1.3
4fbceaf

lookup correctness fixes

Four MusicBrainz lookup-surface fixes — accurate truncation signals on get_work and get_release_group, real artist credits on ISRC lookups, and a working ISWC example.

Added:

  • get_release_group surfaces the one-page editions cap (truncated/shown/cap + a browse notice) so capped releases lists are no longer silently incomplete (#2)

Changed:

  • lookup_identifier ISRC requests inc=artist-credits, so recordings carry the real credit instead of "Unknown artist" (#3)
  • lookup_identifier ISWC example swapped to T-010.140.236-1 with the canonical T-DDD.DDD.DDD-C format note; the old T-345246800-1 resolved to nothing (#4)

Removed:

  • get_work false recording-rels truncation — the work lookup returns relationships in full, so the contradictory truncated/cap/notice enrichment is gone (#1)

45 tests pass; bun run devcheck clean.