Is there a way to extract BPM from djay Pro AI for Mac?

Hello,

I’d like to get the BPM and the pathnames of the associated audio files from djay Pro AI for Mac so I can tag my mp3s with the BPM data with a shell script.

The iTunes playlist exported from djay doesn’t appear to include BPM. Nor does the exported cvs file. I haven’t found where the “Export my collect playlist” ends up so I didn’t check if it has the BPM info.

I can find the BPM table in the sqlite3 djay Media Library database file but not the file pathnames, so I don’t know which BPM numbers go with which files.

Any ideas how to get djay to tell me the BPMs for my analyzed files outside of the graphic interface?

Thank you.

Hi @oogje,

Thanks for your question about how to get the BPM for tracks in the export options currently available in djay. Currently, this information isn’t included, but I’ve passed this request on to our development team to take a closer look into. I’ll keep you posted here with any updates.

1 Like

Hey team,
I currently sync my iOS devices with iTunes on my Mac.
Within iTunes right click on song, Get Info then enter BPM info manually.
No other way

1 Like

Hello,

The way I’m currently getting the BPMs into iTunes is a bit arcane. I’m not recommending it but in case others want to get their hands dirty…

  1. For each song I want to tag with BPM, I create a universally unique identifier and keep a record of the pathname for the song along with that identifier. Then copy the songs into a temporary flat folder and set each of the copy’s artist to the unique identifier using id3v2.

  2. Then I drag the temporary folder into My Files in djay AI and analyze the folder.

  3. Then I read all the metadata files djay AI created to find each BPM and “artist” combination, look up the true location of the song using the “artist” as the key and tag it with the BPM using id3v2.

  4. Then I run an AppleScript to read all the songs I just BPM tagged so the BPM is visible in iTunes without having to play or get info on each song.

It’s pretty much all scripted, slightly scary and fun to watch.

1 Like

Hi @oogje, I just wanted to let you know that we added the possibility to export playlists as CSV files in the latest djay Pro AI v4.0.9 update, and the exported CSV file also now contains BPM and key info.

Hope that helps!

1 Like

This is great news. Thank you!

[edit] just checked it out, awesome feature!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.