In DMC I get a message saying that .aa files don't support tags. That's probably true in the case of ID3 etc., but I know there are tags in the files I have. They are located at the top of the file and are ACSII text with headers. I used a HEX editor to find them. Would it be possible to have DMC read them in and preserve at least title and author into the converted file? It would be nice if it could see them in the explorer integration as well.
As a side question, is there a 3rd party plugin API available? I am a programmer and could probably throw this together in an hour or so.
The format is:
title<title string><NULL>
author<author string><NULL>
There is other info in there, and much of it I haven't tried to decode. If you just scanned the first few K it would be easy to pick out the desired info. There is even a plot synopsis in there, but I don't know if there is anywhere to put something like that in ID3 or Apple's format. I can provide a snippet if anyone else is interested in this.
As a side question, is there a 3rd party plugin API available? I am a programmer and could probably throw this together in an hour or so.
The format is:
title<title string><NULL>
author<author string><NULL>
There is other info in there, and much of it I haven't tried to decode. If you just scanned the first few K it would be easy to pick out the desired info. There is even a plot synopsis in there, but I don't know if there is anywhere to put something like that in ID3 or Apple's format. I can provide a snippet if anyone else is interested in this.
Comment