Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: [solved]How to filter (out) samples in a filter?
Hi there,

I would like to improve a filter that I'm using for locating my files missing BPM/Key scan.
Currently, my filter is:
(scanned = false or BPM is Null or Length is Null or Key is Null) and ((Length is not Null and Length > 20) or Length is Null) and (Exists = 1) and (Online = 0) and (type = audio) sort by File Date

With VDJ2023, I'm now seeing sample files, that can't be scanned.
So I would like to filter them out, but found no way to do so.

Can you help?

Regards,
J.
 

geposted Mon 05 Dec 22 @ 6:02 pm
If the samples are on the default location then I guess you can try something like this:
((scanned = false or BPM is Null or Length is Null or Key is Null) and ((Length is not Null and Length > 20) or Length is Null) and (Exists = 1) and (Online = 0) and (type = audio)) AND File Path doesn't contain sampler sort by File Date

 

geposted Mon 05 Dec 22 @ 10:38 pm
PhantomDeejay wrote :
If the samples are on the default location then I guess you can try something like this


Works well! Thanks! 👍
(Probably there should be a more “native” way to check this as samples and tracks are not displayed the same way in the browser, but for now I'm good with your workaround!)


 

geposted Tue 06 Dec 22 @ 1:50 pm
(Is there a way for me to mark the topic as solved?)

moderator: done.
 

geposted Tue 06 Dec 22 @ 1:52 pm