CoverArt Browser  v2.0
Browse your cover-art albums in Rhythmbox
coverart_artistinfo.ArtistDataSource Class Reference

List of all members.

Public Member Functions

def __init__
def fetch_artist_data
def fetch_artist_data_cb
def get_current_artist
def get_error
def get_artist_images
def get_artist_bio
def get_similar_info
def get_artist_info

Public Attributes

 current_artist
 error
 artist
 fetched

Detailed Description

Definition at line 499 of file coverart_artistinfo.py.


Member Function Documentation

Initiate the fetching of all artist data. Fetches artist info, similar
artists, artist top albums and top tracks. Downloads XML files from last.fm
and saves as parsed DOM documents in self.artist dictionary. Must be called
before any of the get_* methods.

Definition at line 527 of file coverart_artistinfo.py.

Returns tuple of summary and full bio

Definition at line 586 of file coverart_artistinfo.py.

Returns tuple of image url's for small, medium, and large images.

Definition at line 575 of file coverart_artistinfo.py.

Returns the dictionary { 'images', 'bio' }

Definition at line 623 of file coverart_artistinfo.py.

Returns the dictionary { 'images', 'bio' }

Definition at line 601 of file coverart_artistinfo.py.


The documentation for this class was generated from the following file:
 All Classes Functions