NAME
AudioFile::Identify::MusicBrainz::Store
DESCRIPTION
Acts as a cache to store and retrieve objects. All created objects have the store passed to them, and keep created objects in it.
METHODS
init
the init method (called by new) creates an artist in the store for the 'Various Artists' artist, used by MusicBrainz for.. well, representing 'Various Artists', mostly.
album(id, [album])
get/set an album with a given id in the store.
artist(id, [album])
get/set an artist with a given id in the store.
track(id, [album])
get/set an track with a given id in the store.