Releases: digital-dj-tools/dj-data-converter
Releases · digital-dj-tools/dj-data-converter
0.5.1
0.5.0
0.4.1
0.4.0
Added
- Convert from Rekordbox to Traktor #9
- Offset correction #3; special thanks go to @pestrela for his amazing analysis work, without which this fix wouldn't have been possible! 🙂
Changed
- Downgrade Nodejs from 10 to 8 for the pkg build, to avoid
"buffer" argument must be one of type Buffer or Uint8Array. Received type object
error (will be investigated)
Fixed
- Correct Rekordbox date format #26
0.3.4
Added
- Convert Traktor import date to Rekordbox date added
- Add optional stems in Traktor entry spec
Fixed
- Filter entries with location and non-blank location file, so that only these Traktor entries are converted #21
- Correct Rekordbox hot cue colours, match Rekordbox green for cues
0.3.3
Added
- Copy additional tag metadata when converting (genre, comment)
0.3.2
Changed
- Packages for Windows and Mac are now made available as archives: zip for Windows and tar.gz for Mac, to preserve execute permissions
0.3.1
Changed
- Add digital-dj-tools/utils dependency
- All bpm values are now type double
- The max tempo inizio and marker start/end is now 7200 seconds
0.3.0
Changed
- Revised colour mapping for markers (cue points). The default cue point colours are used where possible, except when there is a conflict between Traktor and Rekordbox
0.2.2
Changed
- Fixed track numbers in Rekordbox (Rekordbox xml uses a TrackNumber attribute, not a Track attribute)