dedex icon indicating copy to clipboard operation
dedex copied to clipboard

A generic efficient DDEX parser. Parse seemlessly the complex DDEX format and transform it into classes easily useable in your PHP project. Supports several versions (3.8.2, 4.1, 4.1.1) and is listed...

Results 7 dedex issues
Sort by recently updated
recently updated
newest added

Fix issue #30 by storing un-trimmed value in last element reference.

An invalid value is produced when multibyte char is present in XML file. Altough it seams to be handled in: https://github.com/miqwit/dedex/blob/76e150b35adb7652eddcb95c261b9b920866c095/src/Controller/ErnParserController.php#L450-L454 there is still an issue because the preceding value...

This draft pull request represents our efforts to include additional versions covered by the dedex repo. Please feel free to provide any feedback on our implementation of this. We would...

Hi. How to properly store releases and objects that have been parsed by this library, knowing that, for example, track data in different territories, release data, file data, and so...

Do you have plans for supporting other versions? 341, 381, 383, 430 Thanks for making this project. Also, I'm curious what was your motivation for making it?

Probably worth noting in the readme. Without 7.4 you can't have typed class properties.

Previously, only an "Album" or "ClassicalAlbum" could be assigned to ddexReleaseAlbum within the SimpleAlbum class. As per the Release Type List (https://kb.ddex.net/display/dsrf30avs/5.5+ReleaseType), that does not cover all instances of music....