Skip to main content
Version: 2.0.0

AppleMusicTrack

ruvyrias


ruvyrias / AppleMusicTrack

Interface: AppleMusicTrack

Defined in: types/AppleMusic.ts:32

Represents a track in the Apple Music API.

Properties

attributes

attributes: object

Defined in: types/AppleMusic.ts:36

albumName

albumName: string

artistName

artistName: string

artwork

artwork: object

artwork.bgColor

bgColor: string

artwork.hasP3

hasP3: boolean

artwork.height

height: number

artwork.textColor1

textColor1: string

artwork.textColor2

textColor2: string

artwork.textColor3

textColor3: string

artwork.textColor4

textColor4: string

artwork.url

url: string

artwork.width

width: number

audioLocale

audioLocale: string

audioTraits

audioTraits: string[]

composerName

composerName: string

discNumber

discNumber: number

durationInMillis

durationInMillis: number

genreNames

genreNames: string[]

hasCredits

hasCredits: boolean

hasLyrics

hasLyrics: boolean

hasTimeSyncedLyrics

hasTimeSyncedLyrics: boolean

isAppleDigitalMaster

isAppleDigitalMaster: boolean

isMasteredForItunes

isMasteredForItunes: boolean

isrc

isrc: string

isVocalAttenuationAllowed

isVocalAttenuationAllowed: boolean

name

name: string

playParams

playParams: object

playParams.id

id: string

playParams.kind

kind: string

previews

previews: object[]

Index Signature

[key: string]: any

releaseDate

releaseDate: string

trackNumber

trackNumber: number

url

url: string


href

href: string

Defined in: types/AppleMusic.ts:35


id

id: string

Defined in: types/AppleMusic.ts:33


type

type: string

Defined in: types/AppleMusic.ts:34