Hi and thanks for the tool.
If a tag has multiple comments (COMM), lyrics (USLT) or text fields (TXXX) only the last one in the tag is displayed. There are many frames that are allowed more than 1 instance in an ID3 tag but these are the only ones I've tested.
EDIT: This is true when dropping mp3 files on exiftool(-k).exe. Multiple values are shown correctly in ExifToolGUI, so maybe I'm doing something wrong?
Also add one to the request for writing to ID3 tags. That would be brilliant.
Thanks for the suggestion.
I think the -a option is what you are looking for to display the duplicate tags. Just rename the Windows application to "exiftool(-k -a).exe".
- Phil
Thanks for that Phil!
I would also like to see audio file duration in the output. Is this already possible or a feature request?
The approximate MP3 duration should already be calculated and shown as the "Duration" tag for MP3 files.
- Phil
Thanks Phil,
OK I found I had put in the -e option to suppress composite values. I am not used to thinking of duration as anything other than a simple property of an MP3 file but I suppose it is a calculated value.
I don't get why "Date/Time Original" appears as a composite value though. It looks to be duplicating whatever is in the ID3 year field?
The Composite tag name documentation (https://exiftool.org/TagNames/Composite.html) shows what tags are used to derive this DateTimeOriginal tag. It is done this way for ID3 since the date and time tags are stored separately. It sounds like your file only stores the year, but there are other tags which would be used if available.
- Phil
Is there any way to see multiple ID3 TXXX custom fields while using JSON output mode?
Add -G4 to the command.
- Phil