SAMBL - Streaming Artist MusicBrainz Lookup

SAMBL Dev Update:

Upcoming features:

  • SAMBL Seeder
    • Will only enabled for providers harmony does not support yet
    • Soundcloud, Naver, MixCloud
  • Mixcloud Provider
    • Sets can be imported as DJ mix releases using the SAMBL seeder
    • Track information is provided from segment timestamps embedded in Mixcloud set information
  • Medium Support
    • Breaking change for anybody using the API!
    • albumTracksmediums
    • class MediumObject {
          format?: "Digital Media" | "CD" | "Vinyl" | "Cassette" | null;
          name?: string | null;
          tracks: TrackObject[];
      }
      
  • AI Check tool
    • Currently supported by the Tidal API (Deezer might be added soon, but will require some shenanigans)
    • Lookups are done via ISRC & UPC, so the source platform must support them
    • Currently supports whole albums or single tracks
5 Likes