Index: mythplugins/mythmusic/mythmusic/metaioflacvorbiscomment.cpp
===================================================================
--- mythplugins/mythmusic/mythmusic/metaioflacvorbiscomment.cpp	(revision 12391)
+++ mythplugins/mythmusic/mythmusic/metaioflacvorbiscomment.cpp	(working copy)
@@ -288,7 +288,10 @@
 	    delete [] fieldname;
         int loc;
 
+		// we need to make sure the '=' comes immediately after
+		// the desired label, fixes ticket #2771
         if ((loc = entrytext.find("=")) && 
+			(loc == (int)qlabel.length()) && 
             entrytext.lower().left(qlabel.length()) == qlabel.lower())
         {
             return QString::fromUtf8(entrytext.right(entrytext.length() - loc - 1));
