Is it possible to create custom ID tags with multi values?
For example, if I create this tag in MediaDatabaseFields file :
testtag,0,NVARCHAR(50)
Then create a root folder in asset called "testtag" and use mp3tag to add an extended tag called "TESTTAG" to one of my FLAC files and give it value "Testval"
Browsing the Asset tree shows folder "Testtag" with sub. value "Testval".
All normal so far. However, if I change the field to :
testtag,2,NVARCHAR(50)
Then assign multiple values in mp3tag using "Testval1\\Testval2", mp3tag shows the multiple values as multiple instances of the tag "TESTTAG" but browsing the Asset tree shows only the folder "Testtag". No sub values are displayed.
I would have expected to see "Testval1" and "Testval2" as sub values of the "Testtag" root folder.
Have I got something wrong here or just misunderstood how it should work?
(I'm running the v4 beta just now by the way).
Thanks
For example, if I create this tag in MediaDatabaseFields file :
testtag,0,NVARCHAR(50)
Then create a root folder in asset called "testtag" and use mp3tag to add an extended tag called "TESTTAG" to one of my FLAC files and give it value "Testval"
Browsing the Asset tree shows folder "Testtag" with sub. value "Testval".
All normal so far. However, if I change the field to :
testtag,2,NVARCHAR(50)
Then assign multiple values in mp3tag using "Testval1\\Testval2", mp3tag shows the multiple values as multiple instances of the tag "TESTTAG" but browsing the Asset tree shows only the folder "Testtag". No sub values are displayed.
I would have expected to see "Testval1" and "Testval2" as sub values of the "Testtag" root folder.
Have I got something wrong here or just misunderstood how it should work?
(I'm running the v4 beta just now by the way).
Thanks
Comment