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

Wrong Artist Info Displayed

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.2
    • 1.2.0
    • Music
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      When retrieving artist info from the database the wrong results can be returned.
      We are looking for artist info where the artist name starts with the artist we are looking for so if we are looking for Gun but have Guns n Roses in the database then this can be returned instead

      h4. Additional Information
      Code in GetArtistInfo in MusicDatabaseLookups.cs is
      strSQL = String.Format("select * from artistinfo where strArtist like '{0}%'", strArtist);
      presumably this is in an attempt to be case insensitive

      we then pick first match (which can be different to the one we want)

      Attachments

        Activity

          People

            jameson_uk jameson_uk (Inactive)
            jameson_uk jameson_uk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: