Quick Sign In:  

Forum: Old versions

Topic: My Library "Compatible" filter folder script question

This topic is old and might contain outdated or incorrect information.

The default My Library "Compatible" filter folder script is - Bpm Difference <2 and Key Difference <1 and exists = 1

Can anyone suggest a modification for me? I want to create a filter folder with the above script, that also uses my entire database as it's scope but that gives me results that are only of tracks added within a period of time (like the last 90 days for instance).

Peace from Ohio, USA
 

Posted Tue 09 Jun 15 @ 10:01 am
blckjckPRO InfinityMember since 2008
first seen is the variable for that.
For example, the below code gives you files seen in the last 30 days:

exists = 1 and days since first seen <= 30


So, you would combine your above code:

exists = 1 and days since first seen <= 90 and bpm difference <2 and key difference <1


You may want to look in the addon area for the "My Library" addon. It has a whole lot of examples, includeing a 30 day version of what your looking for.
http://www.virtualdj.com/forums/189385/VirtualDJ_Plugins/MY_LIBRARY.html



 

Posted Tue 09 Jun 15 @ 3:21 pm


(Old topics and forums are automatically closed)