[quote=Dieter Stockert]I think Jaikoz should be able to let me tag FLAC files in the standard way. If I’m not wrong the FLAC specifications say that tags is “an implementation of the Vorbis comment specification” (http://flac.sourceforge.net/format.html). And the Vorbis comment specification is:
“Field names are not required to be unique (occur once) within a comment header. As an example, assume a track was recorded by three well know artists; the following is permissible, and encouraged:
ARTIST=Dizzy Gillespie
ARTIST=Sonny Rollins
ARTIST=Sonny Stitt”
(http://xiph.org/vorbis/doc/v-comment.html)
The new music server software MinimServer is able to treat these tags right. So I wish I could set multiple artist tag (and other tags too) in Jaikoz. This would be very useful and in fact I think this is essential, especially for jazz or classical collections. Could you please enable Jaikoz to let me set multiple tags for the artist (and other tag fields) like you did with genre and album art as soon as possible? (In fact I don’t understand why such a basic function is not implemented yet.)[/quote]
The reason this isn’t doesn’t yet for the artist field in flac are as described above:
Compatability
Most players don’t support this, so although you may enter the two artists separately programs like iTunes will ignore any but the first one. So if I was to make it multi-valued Id have to make it optional that Autocorrect would write mutiple artists to it as a separate field.
Missing Information
Take Jackson by June Carter and Johnny Cash. Currently we store as June Carter & Johnny Cash in the artist field , if we were to store as two separate artists we would lose the &. This might not seem a big deal but you do lose the ‘&’ , but with complex collabarations its more of a problem
Additionally I suppose the most popular formats have been mp3 and mp4 so I have spent more times dealing with issues for these formats. The bug to do with multiple artists in the artists field for Flac was only discovered fairly recently.
Technically it would be easy enough to allow multiple values in any text field but if I was to add a little number box like I do for genre in every field I think it will look messy. Also Im worried it will confuse people into thinking that if they use multiple values then their player will understand it , which in most cases it will not.
One alternative would be to improve the \u0000 hack so that it works for all formats , AND display a number box for that particular field but only if it then actually contains multiple values.
Or instead of using the \u0000 hack could add right click option to field called ‘Add Value’
Im certainly happy to add this feature but not sure of best way to achieve what you want, but open to suggestions