<!DOCTYPE html><html><head><style type="text/css">body { font-family:'DejaVu Sans'; font-size:13px}</style></head><body><div>On Fri, 23 Nov 2012 22:36:00 -0000, Jack McGee <jack@greendesk.net> wrote:<br><br>> The only way I have every got this to work is to import a CD and click <br>> the Compilation button. Otherwise, if I import files, they are filed by <br>> artist, not as a compilation.<br>><br>> What is the MP3 tag that needs to be on these for import files to see <br>> these are a compilation.<br>> I thought making Album Artist tag = Various Artist would do it, but it <br>> does not.<br>><br><br>The relevant code is <a 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 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) & replicate that in your library. The special compilation code is 89ad4ac3-39f7-470e-963a-56509c546377 apparently.</div><div><br></div><div>I've modified my system to also respect the TCMP (compilation) tag that I use in my library and may submit a patch for consideration at some point. But I'm a novice in these matters and would be interested if anyone could explain why Musicbrainz doesn't use this rather obvious approach.<br></div></body></html>