MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SelectDistinctAlbumTitlesWithFilePaths Method (audioFileFormat)
NamespacesMPfm.LibraryMPfmGatewaySelectDistinctAlbumTitlesWithFilePaths(AudioFileFormat)
Returns the distinct list of album titles with the path of at least one song of the album from the database, using the sound format filter passed in the soundFormat parameter. This is useful for displaying album art for example (no need to return all songs from every album).
Declaration Syntax
C#Visual Basic
public Dictionary<string, string> SelectDistinctAlbumTitlesWithFilePaths(
	AudioFileFormat audioFileFormat
)
Public Function SelectDistinctAlbumTitlesWithFilePaths ( _
	audioFileFormat As AudioFileFormat _
) As Dictionary(Of String, String)
Parameters
audioFileFormat (AudioFileFormat)
Audio file format filter (use Unknown to skip filter)
Return Value
List of distinct album titles with file paths

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)