API Reference¶
tidalapi¶
tidalapi.models¶
-
class
tidalapi.models.Artist(**kwargs)[source]¶ -
image¶
-
picture(width, height)[source]¶ A url to an artist picture
Parameters: - width (int) – pixel width, maximum 2000
- height (int) – pixel height, maximum 2000
Original sizes: 80x80, 160x160, 320x320, 480x480, 640x640, 1280x1280
-
role= None¶
-
roles= []¶
-
-
class
tidalapi.models.Album(**kwargs)[source]¶ -
artist= None¶
-
artists= []¶
-
duration= -1¶
-
image¶
-
num_tracks= -1¶
-
picture(width, height)[source]¶ A url to an album picture
Parameters: - width (int) – pixel width, maximum 2000
- height (int) – pixel height, maximum 2000
Original sizes: 80x80, 160x160, 320x320, 640x640 and 1280x1280
-
release_date= None¶
-
-
class
tidalapi.models.Media(**kwargs)[source]¶ -
album= None¶
-
artist= None¶
-
artists= []¶
-
available= True¶
-
disc_num= 1¶
-
duration= -1¶
-
popularity= -1¶
-
track_num= -1¶
-
-
class
tidalapi.models.Track(**kwargs)[source]¶ Bases:
tidalapi.models.Media
-
class
tidalapi.models.Video(**kwargs)[source]¶ Bases:
tidalapi.models.Media-
type= None¶
-
-
class
tidalapi.models.Playlist(**kwargs)[source]¶ -
created= None¶
-
creator= None¶
-
description= None¶
-
duration= -1¶
-
image¶
-
is_public= None¶
-
last_updated= None¶
-
num_tracks= -1¶
-
picture(width, height)[source]¶ A url to a playlist picture
Parameters: - width (int) – pixel width, maximum 2000
- height (int) – pixel height, maximum 2000
Original sizes: 160x160, 320x320, 480x480, 640x640, 750x750, 1080x1080
-
type= None¶
-