Rekordbox Collection XML Tool for MacOS (built using web technologies).
Follow up from the rekordbox-cli project, now with a graphical interface to make managing your music even better.
When you import your songs into Rekordbox and organize them into playlists, especially when dealing with multiple genres, the original song files remain unorganized on your system. This application addresses that by taking your Rekordbox collection XML, parsing it, and creating a folder for each playlist. It then copies the corresponding songs from each playlist into these folders, effectively organizing your music files.
To download and install the application, navigate to the releases section on the right-hand side or click here
🔧 The v1.0.0 release is currently signed with my developer certificate but hasn't been notarized yet, so you might encounter an error stating that the app is damaged (Apple’s distribution process can be quite restrictive). For more details, check this discussion: https://discussions.apple.com/thread/253714860?sortBy=best
To work around this issue while I’m working on notarizing the app, please follow these steps:
- Download the app.
- Open the DMG file.
- Drag the rekordbox-xml-organizer app into the Applications folder.
- Before launching the app, open the Terminal application.
- Enter the following command: xattr -c <path/to/application.app>
- Now you can launch the application.
💡 A convenient way to obtain the path is to enter xattr -c and then drag the rekordbox-xml-organizer app icon from the Applications folder into the Terminal window. If you need additional assistance, check out the v1.0.0 installation video below.