I'm working on a project where I need to parse .avb project files and extract all filenames associated with usage of external audio files (WAV and MP3 files) along with the duration of the usage. Based on this, the application I'm working on should be able to generate a report of the audio used in a production. How would I best approach this