What's Changed
- Fix zero-padding of PersistentID by @cvzi in #6
The parser ommited some leading zeros from the hex value of PersistentID, now it is aligned with the format of the xml library: The PersistentPlaylistID is always zero-padded to length 16 in the iTunes XML file. - Map persistent id in text export by @cvzi in #7