RdioPlaybackInfo

class rdiosock.objects.playback_info.RdioPlaybackInfo[source]

Rdio Playback Info

mp4

bool

shost

int

surl

str

stream_app

str

stream_host

str

user_has_unlimited

bool

RdioTrack (Inherited)

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 RdioPlaybackInfo object

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