This file contains a number of functions for accessing lists of popular music.
There are functions that return the most played, recently added, recently played, and top rated artists, albums, and songs, respectively.
These functions do not return objects. They are simply accessors that return the contents of a data file. Rather, they return arrays containing the primary keys for the relevant artists, albums and songs, as well as relevant data like play counts, dates, and ratings.
Gets an array of the hundred most played albums.
Gets an array of the hundred most played artists.
Gets an array of the hundred most played songs.
Gets an array of the hundred most recently added albums.
Gets an array of the hundred most recently added artists.
Gets an array of the hundred most recently added songs.
Gets an array of the hundred most recently played albums.
Gets an array of the hundred most recently played artists.
Gets an array of the hundred most recently played songs.
Gets an array of the hundred top rated albums.
Gets an array of the hundred top rated artists.
Gets an array of the hundred top rated songs.
Documentation generated on Sun, 12 Feb 2006 19:27:53 +0100 by phpDocumentor 1.2.3