The Artist object represents an artist.
Artists are identified usign a key, which is a normalized version of the artist name. For example, the key for Pink Floyd is pink_floyd.
Located in /music.php (line 586)
Creates an Artist object.
Don't call this constructor method directly; instead use:
Returns an Artwork object for the artist.
This will normally show the first album, either alphabetically or by year. A future version of iTunes Catalog will include support for "favorite" albums.
Returns an Album object for an album by the artist.
Returns an Artist object.
This method uses caching to avoid creating multiple instances of the same album.
Returns a Song object for a song by the artist.
Returns a URL to search the iTunes Store for the artist.
Returns a hyperlink to show the artist.
If the link text is not specified, uses the artist name.
The link refers to the JavaScript function showArtist(), as found in the home.php and songs.php pages.
The name of the artist.
Returns an array of songs for the artist, sorted by album.
Sends add_time_and_size() to each of the songs.
Returns an array of track ids for the artist.
Documentation generated on Sun, 12 Feb 2006 19:27:54 +0100 by phpDocumentor 1.2.3