class Playlist

Defined in:

glue/playlist.cr

Instance Method Summary

Instance methods inherited from class SpotifyList

find_it : JSON::Any find_it, grab_it(flags = {} of String => String) grab_it, provide_client_keys(client_key : String, client_secret : String) provide_client_keys

Constructor methods inherited from class SpotifyList

new(list_name : String, list_author : String | Nil) new

Instance Method Detail

def find_it : JSON::Any #

Uses the spotify_searcher defined in parent SpotifyList to find the correct metadata of the list


[View source]
def organize_song_metadata(list : JSON::Any, datum : JSON::Any) : JSON::Any #

Will define specific metadata that may not be included in the raw return of spotify's album json. Moves the title of the album and the album art to the json of the single song


[View source]