Details
Description
If a track has no album tag this can mean that no thumb is picked up even though one exists embedded within the file.
h4. Additional Information
When generating the thumb we use
string tagAlbumName = string.Format("{0}-{1}", formattedArtist, formattedAlbum);
but in music section we then call
public static string GetAlbumThumbName(string ArtistName, string AlbumName)
which returns an empty string (no thumb) if either tag is empty
h4. Additional Information
When generating the thumb we use
string tagAlbumName = string.Format("{0}-{1}", formattedArtist, formattedAlbum);
but in music section we then call
public static string GetAlbumThumbName(string ArtistName, string AlbumName)
which returns an empty string (no thumb) if either tag is empty
Attachments
Issue Links
- relates to
-
MP1-1961 Thumbs loading need overhaul in Music
-
- Closed
-
- links to