How to extract the content of a specific ID3 "User Defined Text" tag?

Started by FixEUser, May 19, 2024, 07:58:15 AM

Previous topic - Next topic

Phil Harvey

Note that I think I will change the family 1 group from UserDefined back to ID3v2_4 (or whatever) for ExifTool 12.65.  So you should drop the group name from your command, and just use:

exiftool -s3 -MusicBrainzAlbumArtistId music.mp3

I've also dropped the -a because there shouldn't be more than one of these.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).