Skip to main content
Module

x/listenbrainz/mod.ts>Track

Deno library and CLI to access the ListenBrainz API
Latest
interface Track
Re-export
import { type Track } from "https://deno.land/x/listenbrainz@v0.8.1/mod.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!