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

x/listenbrainz/listen.ts>Track

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

Metadata of an audio track that was played.

Properties

artist_name: string

Name of the recording artist.

track_name: string

Name of the track.

optional
release_name: string

The name of the release this recording was played from.

optional
additional_info: Partial<AdditionalTrackInfo>

Additional metadata you may have for a track. Any additional information allows ListenBrainz to better correlate your listen data to existing MusicBrainz-based data. If you have MusicBrainz IDs available, submit them!