by anthonydddd » Thu Nov 29, 2007 6:09 am
Might I please, please convince someone to fix the way MM3 uses FLAC tags to accomodate the correct multi-artist format; the way it is clearly specified in the official FLAC documentation. For reference, the documentation can be found at
http://flac.sourceforge.net/, and an implemented example of the format is used by Foobar2000.
Specifically, the tag should be in the from:
ARTIST = x
ARTIST = y
rather than
ARTIST = x; y .
If anyone has Foobar2000 and wants to take a look can open the 'preferences' window and navigate through the tree to the 'advanced-display-properties' node. Here you will see ARTIST among all the fields that are able to be assigned more than one value. MM3 is not actually accomodating this true multi-artist, multi-value format. Correct me if I am wrong, but MM3 is just assigning a single text string that is built by concatenating all the artist names and then artificially seperating them with semi-colons.
This really doesn't seem like a difficult problem to correct. If there is any way for me to assist I'll gladly help out.
Might I please, please convince someone to fix the way MM3 uses FLAC tags to accomodate the correct multi-artist format; the way it is clearly specified in the official FLAC documentation. For reference, the documentation can be found at http://flac.sourceforge.net/, and an implemented example of the format is used by Foobar2000.
Specifically, the tag should be in the from:
ARTIST = x
ARTIST = y
rather than
ARTIST = x; y .
If anyone has Foobar2000 and wants to take a look can open the 'preferences' window and navigate through the tree to the 'advanced-display-properties' node. Here you will see ARTIST among all the fields that are able to be assigned more than one value. MM3 is not actually accomodating this true multi-artist, multi-value format. Correct me if I am wrong, but MM3 is just assigning a single text string that is built by concatenating all the artist names and then artificially seperating them with semi-colons.
This really doesn't seem like a difficult problem to correct. If there is any way for me to assist I'll gladly help out.