Reassigning Metadata?

I’m still trying to make my radio automation system import all the data I need from the MP3 metadata.

Is it possible to program Picard to save data to different metadata fields than the defaults?

For instance, I’d like to have Picard save the ISRC numbers to a different field, perhaps Album or Composer. My automation system will import those metadata fields, so I could get those ISRC numbers into my system. I’d have my task nailed if I could do this.

Thanks a million for your help.

That would be the $set command:

$set(album,%isrc%)
1 Like