rekordcrate icon indicating copy to clipboard operation
rekordcrate copied to clipboard

Library for parsing Pioneer Rekordbox device exports

Results 20 rekordcrate issues
Sort by recently updated
recently updated
newest added

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!

Unfortunately I'm getting a ParseError when trying to get an ANLZ struct (happens with multiple .dat files). i attached the file so you can hopefully reproduce this error. [ANLZ0000_error.zip](https://github.com/Holzhaus/rekordcrate/files/14547083/ANLZ0000_error.zip)

hi holzhaus! when scrolling the library I noticed that some of the structs members for example PlaylistEntry are only visible in the crate (not pub). may I suggest making (useful)...

@summersamara and I worked a bit on the issue of PDB serialization. Our efforts are far from being mergeable, but we managed to generate PDB files containing tracks, that can...

Some WIP code removed from #71 and with the changes from #83 integrated.

Idea how to improve the pageflags struct. Unsure if it already makes sense to merge this, because it introduces an additional dependency. Resolves #95.

This is an attempt to look into a high-level API to make it easier to read from (and later also write to) Rekordbox device exports without knowing much about the...

Basic serialization is already supported for analysis/setting files, but not PDB files. When #64 has been merged, we can look into implementing support for this. Note that the PDB parser...

first couple of experiments. doesn't pass the tests yet.