Skip to content

features issue #263

Dec 3, 2024 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Spotify has updated API policies. Features like danceability,valence and so on have been deprecated. The duration_ms is part of features request.

Change features to meta. The track also has duration property.

Filter.rangeTracks(tracks, {
    meta: {
        duration_ms: { min: 180000, max: 240000 }
    }
})

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@hahahahywel
Comment options

@Chimildic
Comment options

@Chimildic
Comment options

@hahahahywel
Comment options

@hahahahywel
Comment options

Answer selected by Chimildic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants