Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/listenbrainz/listen.ts>MusicBrainzMapping

Deno library and CLI to access the ListenBrainz API
Latest
interface MusicBrainzMapping
import { type MusicBrainzMapping } from "https://deno.land/x/listenbrainz@v0.8.1/listen.ts";

Mapping of a track to MusicBrainz identifiers.

Properties

optional
recording_name: string

Name of the mapped recording.

recording_mbid: string

MusicBrainz Recording ID of the mapped recording.

release_mbid: string

MusicBrainz Release ID of the mapped release.

artist_mbids: string[]

List of MusicBrainz Artist IDs of the mapped recording’s artists.

optional
artists: ArtistCredit[]

MusicBrainz artist credit of the mapped recording.

optional
caa_id: number

ID of the Cover Art Archive image.

optional
caa_release_mbid: string

MusicBrainz Release ID of the release whose cover art will be used.

optional
release_group_name: string

Name of the mapped release group.

optional
release_group_mbid: string

MusicBrainz Release Group ID of the mapped release group.