BPM driven playlist

Started by BrianA, August 29, 2010, 10:35:57 PM

Previous topic - Next topic

BrianA

Currently working with OTSDJ

My goal is to be able to have different playlists for different times of the day.

i.e. 10AM-4PM I want only songs within 85BPM-100BPM to play. Then 4-7, 100BPM to 115BPM

Is it possible to code the playlist to do this? And if so, where does it draw the BPM information from?

Thanks in advance
B

Dr.J

In your item query line, add the following and change it according to the BPM you require:

~iq avail & BPM >= 85 & BPM <= 100

This will make sure the song that is selected falls within 85 & 100 BPM.