-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read Track BWF metadata error #277
Comments
|
what's more, the no.38 audio file in the attachment can be read and written, that may help to debug. |
|
Hello and thanks for your report. I think the software you're using to tag these files has a very special way of implementing iXML. Here's how the data looks like in file 35 : You'll notice the following artefacts :
(1) All these occurences are illegal according to XML, for which the Last but not least, the data structure is remotely similar to the actual iXML specification, but doesn't match what's recommended. => I'd recommend you contact the maintainer of the software you're using to send him this feedback. PS : File 38 still has this strange data structure that kinda resembles the specification, but doesn't have any |
|
oh, thanks a lot for your answer, I would have a contact to the author of reaper, and notice it to the other users. sincerely thank you. |
The problem
I have some audio file in my SFX library, and pre-edited with Reaper, wrote Description, Comment and Title. Now I have some new request to edit it with ATL, but when running:
just create the track object, it showed me a bunch of exceptions about xml, the first line of the log is
'BWF' is an undeclared prefix.Environment
Details
The detailed log:
The error didn't shutdown my program, and even in debuging I can inspect the attributes on bext and ixml fields, but id3 fields like Comment and Title are all empty. And when run Track.Save(), nothing modified.
Code To Reproduce Issue [ Good To Have ]
CodeAndAudio.zip
The text was updated successfully, but these errors were encountered: