Hi there,
I created a dedicated filter parsing my whole database in order to detect music files added that are not already scanned.
This is my filter:
(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
Yet, it seems to miss some files because when I move to whatever folder / list / etc., I can see that VDJ automatically scan some new files – because they are identified as new or some information is missing. And these files were not identified by my filter... So I probably missed something.
Some help would be appreciated! Thanks.
I created a dedicated filter parsing my whole database in order to detect music files added that are not already scanned.
This is my filter:
(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
Yet, it seems to miss some files because when I move to whatever folder / list / etc., I can see that VDJ automatically scan some new files – because they are identified as new or some information is missing. And these files were not identified by my filter... So I probably missed something.
Some help would be appreciated! Thanks.
发表时间 4 days ago @ 6:24 pm