<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/24/2012 09:01 AM, Roger Siddons
      wrote:<br>
    </div>
    <blockquote cite="mid:op.wn99dbmfb49nse@archie" type="cite">
      <style type="text/css">body { font-family:'DejaVu Sans'; font-size:13px}</style>
      <div>On Fri, 23 Nov 2012 22:36:00 -0000, Jack McGee
        <a class="moz-txt-link-rfc2396E" href="mailto:jack@greendesk.net">&lt;jack@greendesk.net&gt;</a> wrote:<br>
        <br>
        &gt; The only way I have every got this to work is to import a
        CD and click <br>
        &gt; the Compilation button. Otherwise, if I import files, they
        are filed by <br>
        &gt; artist, not as a compilation.<br>
        &gt;<br>
        &gt; What is the MP3 tag that needs to be on these for import
        files to see <br>
        &gt; these are a compilation.<br>
        <br>
        <br>
        The relevant code is <a moz-do-not-send="true"
href="http://code.mythtv.org/trac/browser/mythtv/mythplugins/mythmusic/mythmusic/metaioid3.cpp">http://code.mythtv.org/trac/browser/mythtv/mythplugins/mythmusic/mythmusic/metaioid3.cpp</a>
        line 311.</div>
      <div><br>
      </div>
      <div>Myth only recognises compilations&nbsp;from as defined by
        Musicbrainz. I'm not familiar with it myself but it appears to
        insert custom tag fields rather than use the 'standard' ones,
        for some reason.</div>
      <div><br>
      </div>
      <div>So your easiest option is probably to re-tag your music using
        Musicbrainz. Alternatively you could investigate the Musicbrainz
        tagging conventions (ie. use Musicbrainz on a test compilation
        and inspect the resulting tags) &amp; replicate that in your
        library. The special compilation code is
        89ad4ac3-39f7-470e-963a-56509c546377 apparently.</div>
      <div><br>
      </div>
    </blockquote>
    <br>
    OK, the code says<br>
    // If the MusicBrainz ID is the special "Various Artists" ID<br>
    // then compilation is TRUE<br>
    <br>
    I don't see a tag "MusicBrainz ID"<br>
    <br>
    so I set tag "musicbrainz_albumartistid" to <br>
    "
    <meta name="qrichtext" content="1">
    Various Artists"
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-1">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
    <br>
    and still Mythmusic does not recognize compilation.&nbsp; <br>
    <br>
    <br>
    <br>
  </body>
</html>