Skip to main content
Module

x/listenbrainz/listen.ts>InsertedListen

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

Listen which has already been inserted into the database.

Properties

inserted_at: number

Unix time when the track was inserted into the database (in seconds).

recording_msid: string

MessyBrainz ID (gets assigned to a hash of the track metadata).

user_name: string

MusicBrainz name of the user who submitted this listen.

track_metadata: Track | MappedTrack

Metadata of the track, which may have been mapped to MBIDs.