-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export crates, cue points, and beatgrids to rekordbox - use Mixxx USB drives in Pioneer players #9463
Comments
Commented by: fkbreitl I very much support this very important feature request. |
Commented by: fkbreitl |
If someone wants to move this forward, work on Holzhaus/rekordcrate#71 would be appreciated. This is a prerequisite for PDB export capabilities in Mixxx. When that works, the next step would be to replace the kaitai implementation with the rekordcrate library. |
I also support this feature request. I very much prefer Mixxx, but I don't want to prepare playlists in Rekordbox for use on CDJ's when I don't really use Rekordbox. Sorry I probably can't help with development of this. |
Would love to see this feature. It would finally allow me to ditch the absolutely horrid Rekordbox forever. Thank you in advance. |
Implementing this feature will naturally require code that interfaces between a canonical/Mixxx format for tracks/crates/etc, and the Rekordbox-specific format. The libdjinterop library was created for exactly this purpose (disclaimer: I am the original author of libdjinterop). It currently supports only Denon/Engine format, but Rekordbox could be added to enhance its capabilities - there is an open issue for this: xsco/libdjinterop#15 Furthermore, libdjinterop is integrated into the But I can't do this myself, as I don't own any recent Pioneer equipment. However, perhaps someone reading this post with the skills and hardware might be able to help - if so, I'll assist in any way that I can! |
Thanks for the ping @mr-smidge ! That library looks fantastic. Actually I just bought a Pioneer XDJ-XZ to get more used to club setups. I still prefer Mixxx since I have already all my library organized there, prefer Linux, etc. My workflow to make a Pioneer USB now involves this script I wrote: https://github.com/arximboldi/mixxx-db-tools/blob/master/export.py It basically goes through all the playlists in Mixxx and puts all the songs referenced in them in a single folder, using some standard naming. Then it also exports all the playlists as At some point I wanna actually clean up my |
@arximboldi care to try this rekordbox exporter with your XDJ-XZ, see what works or not? That could help speed up the process. https://github.com/ambientsound/rex |
@ambientsound that looks like a great step in the right direction. However, glancing over your code, it seems it just puts all files in one giant playlist and doesn't include other track metadata. In my case even though my workflow is a bit more tedious, it gets playlists as organized in Mixxx and it gets bpm and key information (as analysed by Rekordbox, which anyway seems to be a bit more accurante than Mixxx). |
Yes, this is only the first step, in order to figure out if it works on actual players. |
I see. When I have time I will try see if the xdj can read the usb created with the tool! |
Reported by: iamcodemaker
Date: 2018-10-04T19:56:22Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1796177
Add the ability to export your Mixxx library to a USB stick in a format Rekordbox understands. This would allow for Mixxx users to export their libraries in a format that can be understood by Pioneer CDJ devices which can be found in clubs across the world.
Related to bug #1476290.
The text was updated successfully, but these errors were encountered: