I add tags to m4a file via exiftool:
MediaInfo shows the year info like this:
Released date : 1999
yrrc : 1999
com.apple.quicktime.year : 1999
But Edit ID-Tag shows nothing:
What is the problem?
Code:
exiftool -ItemList:year=1999 -Keys:year=1999 -Userdata:year=1999 file.m4a -overwrite_original
Released date : 1999
yrrc : 1999
com.apple.quicktime.year : 1999
But Edit ID-Tag shows nothing:
What is the problem?
Comment