I have successfully been able to create 70's, 80's, 90's folders, but have been unsuccessful in further filtering folders such as creating "80's dance songs" or "90's, rock songs, with bpms between 80-100". Any help would be appreciated.
geposted Wed 14 Sep 11 @ 9:17 pm
It depends on where you put the information as to how you use the filters...
If you have it all in the comment field you can simply use
for 70's rock betwen 80-100bpm
'comment contains "70" and 'comment contains "rock" and bpm>=80 and bpm<=100
for 70's disco betwen 80-100bpm
'comment contains "70" and 'comment contains "disco" and bpm>=80 and bpm<=100
if the information is in different places you can use things like
genre contains
field 2 contains
year>=2000 and year>=2011 etc...
http://www.virtualdj.com/wiki/FilterExamples.html
If you have it all in the comment field you can simply use
for 70's rock betwen 80-100bpm
'comment contains "70" and 'comment contains "rock" and bpm>=80 and bpm<=100
for 70's disco betwen 80-100bpm
'comment contains "70" and 'comment contains "disco" and bpm>=80 and bpm<=100
if the information is in different places you can use things like
genre contains
field 2 contains
year>=2000 and year>=2011 etc...
http://www.virtualdj.com/wiki/FilterExamples.html
geposted Wed 14 Sep 11 @ 10:52 pm
PERFECT! Much Appreciated...The link you attached also helped. Learning new software is great but isn't always an efficient use of time especially when you still have events to dj. Thanks again!
geposted Thu 15 Sep 11 @ 9:02 pm