When ripping my classical CDs (using dBpoweramp), I have found a way to create a Work subfolder. As a by-product of this process, the name of the work folder is stored in the Comment tag, e.g. Symphony No 1 in D minor, Op 13. However, I do not create this subfolder when I rip pop/rock or jazz CDs (and the Comment tag is then empty) as the track title is almost always the same as the work name for such music, e.g. Rocket Man (I Think It's Going to Be a Long, Long Time).
I am now seeking a way to automatically populate a new custom Work tag in MC18 and save this to my FLAC files. As a starting point, I have created a new library field called CalcWork, which is defined by the following expression,
=if(!isempty([comment]),[comment],[name])
So far, so good, but I am struggling with how to save such a value in my Work tag. Some guidance would be appreciated. I suspect I am missing something very simple...
David