Feelisreal / MIXXX2Rekordbox

This is a small Python script that exports a MIXXX Library (From the SQLite DB) to an XML File that can be imported in Rekordbox
GNU General Public License v3.0
7 stars 0 forks source link

Ability to export a specific Crate/Playlist? #1

Open mxmilkiib opened 10 months ago

mxmilkiib commented 10 months ago

Hi. My Mixxx library at home is fairly large, and I'd like to stick to exporting to USB only the best tracks that I have collated in a Crate.

Might there be a possiblity in the future of adding the ability to specify which Crate (or Playlist) to export? Thanks!

I guess the ability to select multiple Crates/Playlists to export, or to merge into an existing DB rather than starting from scratch would also be related requests.

Feelisreal commented 2 months ago

Hello mxmilkiib for some reason I do not get an Email when someone comments here so a year later (sorry) (you commented on my birthday by the way ;-)). My reply: If you know some SQL it is fairly easy to manipulate the SQLs in the script to only include songs, that are in a specific Playlist or Crate and also to only export that playlist(s) or crate(s). If you don't know SQL let me know, i'll try and create a version where you can enter specific crates in a config file.