Topic: How to add value to comment/grouping (itunes)
I'm trying to use tagger script to add the release type to either the comment or grouping fields, as read by itunes, but I can't get it to work.
I can successfully set albumartistsort to ID3 TSO2 using the following string:
$copy(_id3:TSO2,albumartistsort)
So I thought I could set ID3 COMM in a similar manner:
$copy(_id3:COMM,releasetype)
But no luck. Also tried:
$set(releasecomment,%releasetype%)
$copy(_id3:COMM,releasecomment)
Any idea how to do this?

