Ots User Support Forums

The Social Zone! => Music, Videos, and Playlog discussions => Topic started by: BrianA on August 29, 2010, 10:35:57 PM

Title: BPM driven playlist
Post by: BrianA on August 29, 2010, 10:35:57 PM
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
Title: Re: BPM driven playlist
Post by: Dr.J on August 29, 2010, 10:52:52 PM
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.