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).

C# | Visual Basic |
public Dictionary<string, string> SelectDistinctAlbumTitlesWithFilePaths( AudioFileFormat audioFileFormat )
Public Function SelectDistinctAlbumTitlesWithFilePaths ( _ audioFileFormat As AudioFileFormat _ ) As Dictionary(Of String, String)

- audioFileFormat (AudioFileFormat)
- Audio file format filter (use Unknown to skip filter)

List of distinct album titles with file paths