Skip to content
Joel edited this page Dec 29, 2023 · 7 revisions

Constructor

Track(self, track_info)

Fields

Field Description
track_info List of Track information
artist Primary artist
artist_id Primary artist ID
title Track title
api_path Track API path
full_title Track full title
url Track URL
id Track ID
release_date Track creation date
lyrics Track lyrics
album Parent Album object of Track
youtube_url Track YouTube URL
spotify_url Track Spotify URL
soundcloud_url Track SoundCloud URL
json JSON object of track_info

Functions

Function Description
get_lyrics() Retrieves the lyrics of a Track object

Clone this wiki locally