A type definition for the data for an album of songs. It includes things like what graphics to display in Freeplay.

See also:

Fields

version:String

* Semantic version for album data.

name:String

* Readable name of the album.

artists:Array<String>

* Readable name of the artist(s) of the album.

@:optional@:default([0, 0])optionalalbumTitleOffsets:Null<Array<Float>>

* Offsets for the album title.

albumTitleAsset:String

* Asset key for the album title. * The album title will be displayed below the album art in Freeplay.

@:optional@:default([])optionalalbumTitleAnimations:Null<Array<AnimationData>>

* An optional array of animations for the album title.

albumArtAsset:String

* Asset key for the album art. * The album art will be displayed in Freeplay.