#musicbrainz

/

February 3rd 2025

      • muxxerexe[m]
        I wish there was a faster way to associate recordings with others
      • Lots of noise and grindcore stuff have their recordings set as something like "Demo 1992 - Side A"
      • * Side A" in compilations
      • then when you go to the original demo, it's like 84 tracks which I have to manually, one by one, associate with the compilation recording.
      • Erin
        oh god
      • box sets T.T
      • lazybookwyrm[m] uploaded an image: (4KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/tgKbvuTFtPsWPlMdtcordKSM/image.png >
      • lazybookwyrm[m]
        Check all the boxes for the recordings that are being compiled, then batch add a relationship to the compilation recording
      • On the Edit Relationships page
      • muxxerexe[m]
        Never thought of it 💀
      • gioele
        hi, is the complete set of uploaded cover arts available somewhere? https://archive.org/details/coverartarchive is kinda empty and stuck in 2018
      • rinsuki[m]
        Is someone made a API (or something like that) which search MB releases by AM/iTunes album ID? (means, resolve `1645056515` to https://musicbrainz.org/url/a88ac674-83f1-433b-... ) I'm going to make it if anyone doesn't making it
      • leonardo- is now known as leonardo
      • wileyfoxyx[m]
        Atisket does, but it would show a corresponding release if someone added a link to AM to it
      • kellnerd[m]
        Yes, Harmony is resolving external IDs (by Apple and others) to MBIDs. [The code](https://github.com/kellnerd/harmony/blob/main/musicbrainz/mbid_mapping.ts) works for all entity types (including releases), but it is only used for artists and labels so far.
      • Apple IDs have the disadvantage that the correposnding URL in MB may use any country code...
      • s/correposnding/corresponding/
      • It would be possible to expose the MBID resolver as a separate page of the Harmony website, if you think that is useful.
      • In fact that may be a useful debugging tool for issues such as https://github.com/kellnerd/harmony/issues/68
      • rinsuki[m]
        It seems Harmony is only searching URL by `https://music.apple.com/{storefront}/{entitytype}/{id}`, right?
      • It would be work for newer releases, but for old URLs, sometimes this method will not work (before AM era or purchase-only album sometimes uses itunes.apple.com, or some old URL contains additional query and URL-encoded title, so we couldn't find it by MB's API), and thats why i'm considering about making dedicated api (from db dump & replica)
      • kellnerd[m]
        Exactly, it is not feasible to deal with all these oddities when we are using the rate-limited MB API.
      • rinsuki[m]
        also, a-tisket seems to be using barcode number for matching, this is also sometimes will not work (most likely no barcode data on MB)
      • outsidecontext[m
        Harmony is matching by barcode between providers, this includes the MusicBrainz provider