Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-2127

No Music Thumbs are created where no album tag exists

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.10.0
    • 1.2.1
    • Music
    • None
    • Operating System: Windows 7
      Platform: Intel

    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

      Attachments

        Activity

          People

            hwahrmann Helmut Wahrmann
            jameson_uk jameson_uk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: