03-30-2020, 03:58 AM
It all seems to work for me. I just imported this:
The new song had multiple years listed and multiple custom group entries. This does only get picked up when you first import though - I don't make changes to the library metadata if you edit the file and it gets parsed again.
As Johan specified, CSV uses the plural form because it accepts multiple values in the column, but the .cho only supports one value per meta directive.
Mike
Code:
{title: Test}
{year: 1985}
{year: 2003}
{meta customgroup test1}
{meta customgroup test2}
The new song had multiple years listed and multiple custom group entries. This does only get picked up when you first import though - I don't make changes to the library metadata if you edit the file and it gets parsed again.
As Johan specified, CSV uses the plural form because it accepts multiple values in the column, but the .cho only supports one value per meta directive.
Mike