--- shermoid <[EMAIL PROTECTED]> wrote: > i use the "multiple artist tag character" option from the server > settings menu - sorry i don't remember exactly where that field is, > but > is on the server settings pages, somewhere. :) > > i use the semi-colon as my multiple artists separating character. > what > this character allows is an ARTIST tag like the following: > > ALBUM="Dark Side of the Moog, Volume IV" > ARTIST="Klaus Schulze;Pete Namook" > > now, when slimserver scans your library, the album will appear under > all artist's names, and all artists will appear under the album's > name.
this is kind of a misuse of FLAC tags; since FLAC supports multiple tags with the same field name, the preferred way to do it is: ALBUM="Dark Side of the Moog, Volume IV" ARTIST="Klaus Schulze" ARTIST="Pete Namook" you can add multi-tags like this with flac or metaflac. but if slimserver does not support this I can understand why you would use ';' as a workaround. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
