Versions in this module Expand all Collapse all v0 v0.1.1 Jan 25, 2023 v0.1.0 Jan 6, 2023 Changes in this version + func AddTrackToPlaylist(playlist_id string, track_id string) bool + func AddTracksToPlaylist(playlist_id string, track_ids []string) bool + func LoadConfig() + func RefreshToken() + type Album struct + Album_type string + Artists []Artist + External_urls struct{ ... } + Href string + Id string + Images []Image + Name string + Release_date string + Release_date_precision string + Total_tracks int + Type string + Uri string + type Artist struct + External_urls struct{ ... } + Href string + Id string + Name string + Type string + Uri string + type Auth_Response struct + Access_token string + Expires_in int + Refresh_token string + Token_type string + type ConfigFile struct + type CurrentTrack struct + Is_playing bool + Item Track + Progress_ms int + Timestamp int + func GetCurrentSong() CurrentTrack + type Image struct + Height int + Url string + Width int + type Playlist struct + Collaborative bool + Followers struct{ ... } + Href string + Id string + Images []Image + Name string + Owner struct{ ... } + Public bool + Tracks struct{ ... } + Type string + Uri string + func GetPlaylist(playlist_id string) Playlist + type Track struct + Album Album + Artists []Artist + Disc_number int + Duration_ms int + Explicit bool + External_ids struct{ ... } + External_urls struct{ ... } + Href string + Id string + Is_local bool + Name string + Popularity int + Preview_url string + Track_number int + Type string + Uri string