Asset 5.1, FLAC, Multiple Tags
I'd like to understand how Asset 5.1 deals with multiple field values in FLAC tags. (From elsewhere in the forum I understand that some -- but not all -- fields are allowed to contain multiple values.)
Here's an example of a metaflac text dump of tags from a FLAC file:
(The ARTIST and GENRE tags contain multiple values.)
My questions:
1. Which tags does Asset allow to contain multiple values?
2. Do a tag's multiple values have to be sequential (one following the other) or not (as in the example above)?
3. How does Asset evaluate them, alphabetically or by position? In the example above, GENRE alphabetical would be "20th Century"/"Classical"/"Orchestral"; by position, the order would be "Classical"/"Orchestral"/"20th Century"?
4. How are multiple values displayed in the browse tree? For instance, if I navigate Asset's browse tree by ALBUM and get to the example above, what would be shown for ARTIST? Just the first value ("Bryden Thomson"), or all three values concatenated, with a separator?
5. Can multiple values be used in Dynamic Browsing? For instance, could I reach the item above by browsing GENRE=Classical, then GENRE=Orchestral, then GENRE=20th Century?
I'd like to understand how Asset 5.1 deals with multiple field values in FLAC tags. (From elsewhere in the forum I understand that some -- but not all -- fields are allowed to contain multiple values.)
Here's an example of a metaflac text dump of tags from a FLAC file:
Code:
TITLE=Christmas Eve ALBUM=Bax: Symphony 1; Christmas Eve ARTIST=Bryden Thomson DESCRIPTION= COMPILATION=0 COMPOSER=Arnold Bax (1883–1953) DISCTOTAL=1 DISCNUMBER=1 GENRE=Classical GROUP=Christmas Eve (1912, rev. 1921) TRACKTOTAL=4 TRACKNUMBER=4 DATE=1986 ENCODER=flac 1.1.2 (Darwin 7.9.0) ARTIST=London Philharmonic Orchestra ARTIST=Malcolm Hicks GENRE=Orchestral GENRE=20th Century
My questions:
1. Which tags does Asset allow to contain multiple values?
2. Do a tag's multiple values have to be sequential (one following the other) or not (as in the example above)?
3. How does Asset evaluate them, alphabetically or by position? In the example above, GENRE alphabetical would be "20th Century"/"Classical"/"Orchestral"; by position, the order would be "Classical"/"Orchestral"/"20th Century"?
4. How are multiple values displayed in the browse tree? For instance, if I navigate Asset's browse tree by ALBUM and get to the example above, what would be shown for ARTIST? Just the first value ("Bryden Thomson"), or all three values concatenated, with a separator?
5. Can multiple values be used in Dynamic Browsing? For instance, could I reach the item above by browsing GENRE=Classical, then GENRE=Orchestral, then GENRE=20th Century?
Comment