Holzhaus / rekordcrate

Library for parsing Pioneer Rekordbox device exports
https://holzhaus.github.io/rekordcrate/
Mozilla Public License 2.0
80 stars 12 forks source link

typo in readme? #104

Open nat3Github opened 8 months ago

nat3Github commented 8 months ago

maybe change this: $ cargo run -- dump-pdb data/complete_export/demo-tracks/PIONEER/rekordbox/export.pdb to this: $ cargo run -- dump-pdb data/complete_export/demo_tracks/PIONEER/rekordbox/export.pdb

p.s. nice work, nice project!

Holzhaus commented 8 months ago

Thanks, good catch. Do you want to open a PR?

nat3Github commented 6 months ago

Sorry for the late reply. I tested a few things of rekordcrate and unfortunately it did not work reliably for me in my testings. Somewhere its mentioned that reverse engineering is not complete. I tried to make sense of the Output dumps but gave up at a certain point.