-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
I like very much your program. I use it to tag mp3 files from various sources.
I was wondering if your program could open m4a/m4p files?
I use kid3 on my mac as a graphic interface to edit the tags and it can open m4a files, but unfortunately, it is not available as a command line tool!
I display the debug output here:
id3edit --readonly --showheader "Bob Marley/Rastaman Vibration/1-03 Johnny Was.m4a"
Header
ID: ''
Version: 2.32.102
Flags: 0x74
Size: 255600308
ID: '' (000000) not supported!
ID3V2_Open failed with error -2!
hexdump -C "Bob Marley/Rastaman Vibration/1-03 Johnny Was.m4a" | head
00000000 00 00 00 20 66 74 79 70 4d 34 41 20 00 00 00 00 |... ftypM4A ....|
00000010 4d 34 41 20 6d 70 34 32 69 73 6f 6d 00 00 00 00 |M4A mp42isom....|
00000020 00 0c 02 2d 6d 6f 6f 76 00 00 00 6c 6d 76 68 64 |...-moov...lmvhd|
00000030 00 00 00 00 00 00 00 00 ca 77 53 d6 00 00 ac 44 |.........wS....D|
00000040 00 99 50 00 00 01 00 00 01 00 00 00 00 00 00 00 |..P.............|
00000050 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 |................|
*
00000070 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 |....@...........|
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000090 00 00 00 02 00 00 2f b8 74 72 61 6b 00 00 00 5c |....../.trak...|
Thank you very much!