RdioTrack

class rdiosock.objects.track.RdioTrack[source]
track_num

int

artist

str

artist_key

str

artist_url

str

album

str

album_artist

str

album_artist_key

str

album_key

str

album_url

str

radio_key

str

can_download

bool

can_download_album_only

bool

RdioMediaItem (Inherited)

can_sample

bool

can_stream

bool

can_tether

bool

is_clean

bool

is_explicit

bool

duration

int

price

float

embed_url

str

iframe_url

str

RdioNamedItem (Inherited)

name

str

length

int

short_url

str

RdioIconItem (Inherited)

base_icon

str

icon

str

RdioDataItem (Inherited)

key

str

type

str

url

str

RdioBaseItem (Inherited)

classmethod parse(data)[source]

Parse data into object

Parameters:data (str or dict) – Data to parse
Return type:rdiosock.objects.track.RdioTrack