Returns a list of distinct album titles with the file path of one of the audio files
of the album. This method is useful to display album covers.

C# | Visual Basic |
public Dictionary<string, string> SelectAlbumTitlesWithFilePaths()
Public Function SelectAlbumTitlesWithFilePaths As Dictionary(Of String, String)

List of album titles with file path