TrackSearch extension
Search & Utility functions to find Tracks.
Methods
-
getTrackFromTrackUrl(
String url) → Future< SpotifyResult> -
Available on SpotifyEngine, provided by the TrackSearch extension
Find a track from a Spotify Track URL / URI. -
getTracksFromAlbumUrl(
String url) → Future< List< SpotifyResult> > -
Available on SpotifyEngine, provided by the TrackSearch extension
Get the tracks from a Spotify Album URL / URI. -
getTracksFromPlaylistUrl(
String url) → Future< List< SpotifyResult> > -
Available on SpotifyEngine, provided by the TrackSearch extension
Get the tracks from a Spotify Playlist URL / URI.