Hello again...
No-one has any ideas about this problem? :-)
To summarise, these are the problems I have:
1. Custom fields configured as "List" (Data Type) do not behave correctly when they are written to the flac file's tags: instead of being written as multiple tags, they get written as a single tag with values separated by semicolons (see the example in my previous post). I am pretty sure this is a bug.
Note: Built-in fields that are also of type "List" work correctly. I have tested this with Artist and Conductor.
2.The Instrument and Orchestra built-in fields are configured (i.e. hard-coded) as "String", however for classical music in particular this restriction doesn't make sense (many works can have multiple instruments and in the Orchestra field one could also store the chorus associated with a choral piece). It would be really great if they could be changed to Lists.
There are 2 problems with they way they are configured at the moment:
2.1 They are parsed as single values and therefore they will not be split as I would expect. Arindelle posted a useful link on how to create custom fields to get around this problem. However that workaround does not fix the second issue below.
2.2 When these fields are modified, they are written to the flac file's tags as single values, just like with custom fields described in issue 1. above. I really need them to be written back as separate tags, each containing a single value.
I have searched your forum and found at least 3 other instances where other people have requested that these fields be changed to Lists (going back 3-4 years). Is there a technical reason why this cannot be done?
Here are the previous threads:
http://yabb.jriver.com/interact/index.php?topic=74349.msg504396#msg504396http://yabb.jriver.com/interact/index.php?topic=65897.msg441949#msg441949http://yabb.jriver.com/interact/index.php?topic=60355.msg407484#msg407484I use a UPnP server (MinimServer) that works really well with classical music. I normally listen to my music by streaming from this server. However, when I'm at my PC, I prefer MediaCenter, which is probably the best PC-based music player and organiser. I really like its flexibility and ease of use for organising and finding music. But I would also like to use it to fix tagging errors in my flac library. MinimServer expects data such as Instrument, Orchestra, Artist, etc, that may contain multiple values to be stored in separate tags (as I understand it from the MinimServer's developer, this is mandated by the UPnP standard) so currently I cannot use MC's tagging facility because of the issues above.