class Album
- Album
- SpotifyList
- Reference
- Object
Defined in:
glue/album.crInstance Method Summary
-
#find_it : JSON::Any
Uses the
spotify_searcher
defined in parentSpotifyList
to find the correct metadata of the list -
#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.
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
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