digital-dj-tools / dj-data-converter

A command-line app for converting data files to and from different DJ software formats.
MIT License
170 stars 13 forks source link

Convert from Rekordbox to Traktor #23

Closed alza-bitz closed 4 years ago

alza-bitz commented 4 years ago

Fixes #9.

These changes implement a naive form of conversion, no merging or joining is done with any existing Traktor collection. So it's mainly of use when converting from Rekordbox to Traktor for the first time, rather than converting when an existing Traktor collection is already in place.

There will be a separate effort in the future to implement a more powerful form of conversion, that will merge/join with an existing Traktor collection.

In any case, this change is not ready for review yet, since the performance is not yet acceptable. Further investigation is required.

alza-bitz commented 4 years ago

The performance for converting from Rekordbox to Traktor is now acceptable, this has been achieved by working around an apparent performance issue in the spec-tools library.

This is not a permanent solution to the performance problem, a separate effort will be needed to work with the maintainers of spec-tools to understand where the problem is and get it fixed.