Closed GOATS2K closed 8 months ago
I would love to use ATL to write m4a tags that can be read by the other tools that I use
We both share that goal 😉
I compared the file tagged by ATL with some files tagged by foobar2000 and found that the codec ID was different between both of them.
I'm sorry but the two examples you just posted cannot be compared... as they come from two different files and have different metadata
I just attempted to write tag some m4a files containing AAC audio and found that it wasn't being picked up by Mp3tag or foobar2000.
I've tested many MP4/M4A files tagged by ATL, that can be successfuly read on fb2k and mp3tag.
I think we should work over a sample file to make some progress. Could you send me one of the files that has problems through a 3rd party hosting service (e.g. dropbox or mega) ? My e-mail is (my Github username) [at] (not-cold) mail [dot] com
Thanks~
I'll send you some sample files as soon as I can!
Thanks for the file!
Your issue is caused by a bug when processing fields whose code has less than 4 characters (the UPC
field in your case).
The problem has been solved and the fix will be available in next release ✅
Available on today's v5.21. Please close the issue if it works on your side~
Woah, that was fast, I'll give it a try later today. Thank you!
On Wed, 27 Mar 2024 at 07:53, Zeugma440 @.***> wrote:
Available on today's v5.21. Please close the issue if it works on your side~
— Reply to this email directly, view it on GitHub https://github.com/Zeugma440/atldotnet/issues/259#issuecomment-2022148456, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANI5XURO7CSEKYVSGD26FJLY2JUGNAVCNFSM6AAAAABFEZ7CJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRSGE2DQNBVGY . You are receiving this because you authored the thread.Message ID: @.***>
That worked, thank you for the quick fix!
The problem
I just attempted to write tag some m4a files containing AAC audio and found that it wasn't being picked up by Mp3tag or foobar2000. I compared the file tagged by ATL with some files tagged by foobar2000 and found that the codec ID was different between both of them. They also look drastically different in a hex editor.
Here's some mediainfo for the file that both foobar2000 and Mp3tag is able to read:
Versus the file tagged by ATL
I would love to use ATL to write m4a tags that can be read by the other tools that I use.