-
Notifications
You must be signed in to change notification settings - Fork 3
Track
Joel edited this page Dec 29, 2023
·
7 revisions
Track(self, track_info)| 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
|
| Function | Description |
|---|---|
get_lyrics() |
Retrieves the lyrics of a Track object |
Created with 💖 by jjoeldaniel