Skip to main content

LibraryTrack

No description

type LibraryTrack implements Track {
audioAnalysisV6: AudioAnalysisV6!
audioAnalysisV7: AudioAnalysisV7!
augmentedKeywords: AugmentedKeywordsResult!
brandValues: BrandValuesResult!
id: ID!
title: String!
externalId: String
similarLibraryTracks(
crateIdFilter: ID = 0
first: Int = 10
): SimilarLibraryTracksResult!
customTags: [String!]!
similarTracks(
first: Int = 10
searchMode: SimilarTracksSearchMode
target: SimilarTracksTarget!
experimental_filter: experimental_SimilarTracksFilter
): SimilarTracksResult!
}

Fields

audioAnalysisV6 (AudioAnalysisV6!)

audioAnalysisV7 (AudioAnalysisV7!)

augmentedKeywords (AugmentedKeywordsResult!)

Augmented keywords that can be associated with the audio.

brandValues (BrandValuesResult!)

Brand values that can be associated with the audio.

id (ID!)

The primary identifier.

title (String!)

The title of the track. Can be specified when creating the track.

externalId (String)

An optional external identifier Can be specified when creating the track.

similarLibraryTracks (SimilarLibraryTracksResult!)

DEPRECATED Please use similarTracks with library as target instead.

Similar tracks from the own library.

When specifying crate id, the returned connection will return only tracks from that crate.

Amount of items to fetch. The maximum is 100.

customTags ([String!]!)

Custom tags of the library track

similarTracks (SimilarTracksResult!)

Find similar tracks.

Amount of items to fetch.

The relevant parts of the track that should be used for the similarity search.

What kind of results should be returned? Either Spotify or Library tracks.

Filters to apply on to the similarity search.

Interfaces

Track