Transferring cue points/loops/etc between Traktor and Serato anlysed files.

Transferring cue points/loops/etc between Traktor and Serato anlysed files.

Does anyone know of a tool which can transfer user defined cue points/loop and the like from Traktor to Serato files?

I know there was a tool for helping Serato users migrate from SSL to Traktor, but don’t know of anything that goes the other way.

I predominantly play on Traktor, but occasionally use Serato (usually if I’m on the bill with someone else using Serato, as it’s sometimes more convenient to use their gear). As I predominantly use Traktor, that’s where I analyse my tracks, and I would like to be able to transfer them over to Serato to make sure that all the cue/loop/load points are consistent between the two libraries.

Anyone?

I don’t think there is I’m afraid. NI made that tool to tempt people away from SSL but Serato never did the same thing. I don’t think it’s something your average amateur programmer could do.

Hmmm, I wonder if you could get hold of the definitions of the cue/loop flag from Serato and Traktor - my degree in is Computer Science and my best mate is a kick ass programmer as well, I wonder if we could conjure something up.

You would convert a LOT to the dark side, permanantly, myself included

Should be relatively simple … I believe the flags are just metadata associated with the file, and I’d like to be able to set both types of flags on the file

i.e. set it in Traktor, clone them in Serato or set them in Serato, clone them to Traktor flags …

in traktor all the info u need afaik is in collection.nml and is just a simple xml format, serato just uses ID3 tags to store cue points.

not sure of exactly how they use the ID3 info but shouldn’t be hard if u have an mp3 that’s been setup in serato, just dump out the tags and have a look…

then an app to read the traktor nml file(s) and write to the mp3 for serato shouldn’t be all that tricky…

not really sure why no one has written this before really. going both ways doesn’t seem difficult if all u want is the cue points etc.

Ok, for my next question - anyone recommend a program to read raw ID3 tag information so I can compare and contrast?

as u said u were a coder i’d just use a simple bit of perl for this:

in fact prototyping the whole thing in perl would be a sinch. the traktor xml is so simple it could be regex matched anyway.

I said I was a coder … need an excuse to buff the skills as it’s been a while.

Not to hijack, but I’d really be interested in an app that could transfer traktor cues and grids to rekordbox.

no clue about the rekordbox format but getting the info out of traktor is easy enough. i could code this stuff if needed, if i knew the formats for the id3 in serator and what rekordbox used etc. pretty busy the next few days but i have a window after that. at least a command line version anyway, i’m not really a gui kind of gui, but then someone else could always take my code and do that ofc. i don’t have serato or reckord box tho so maybe i’m not the chap for the job…

Right on, both Serato and Rekordbox are free downloads.

ah cool… then i’ll try to have a look at it in a few days unless anyone else wants to in the meantime

edit: tho i guess some info on the rekordbox format might be needed - will have to see…

Any progress on getting Traktor Cue points to transfer to Rekordbox? I can set cue points 1000x faster in Traktor thanks to the beatjump functions. Am I the only one that thinks its a royal pain in Rekordbox?

i’d half forgotten about it tbh… should have some time to look at it this week

I hadn’t forgotten, it’s just hard to find the time for this whilst dealing with an 11 month old, brewing beer, and occasionally having a conversation with the wife ..

It’s given me an excuse to start picking up another language as well which is nice,

Bumpin this

this is where you should be asking http://nextaudiolabs.com/forums/viewtopic.php?f=6&t=155 but they are Mac only and have no plans as of now to make Windows versions

I am not sure this is accurate. I believe the cuepoints and loops for Traktor are stored in the ID3 tags as well.

If I were to send you a song I already set cuepoints for in Traktor, you would see the cuepoints when you import into your Traktor collection. This leads me to believe the cuepoints travel with the song and not the collection.

Traktor does store its cue point and grid info in the track’s own metadata as long as it’s a file type that supports it (mp3 etc). WAVs have to have their info stored in the collection file.