[Help]: How to control which files are added to database / How does the Files tab work? #707
Replies: 5 comments 1 reply
-
|
For example, select "File path does not contain" then |
Beta Was this translation helpful? Give feedback.
-
Doesn't seem to be working for me. So I have two folders of videos. Thank you for the quick response btw |
Beta Was this translation helpful? Give feedback.
-
|
That doesnt make sense. If you want to scan for duplicates between both folders, both folders have to be added to database. Can you be more precise about what you are actually trying to achieve? |
Beta Was this translation helpful? Give feedback.
-
|
Oh I see my problem. I incorrectly thought that putting files in the database was optional and only for faster indexing. What I'm trying to do is have a folder of videos I've deleted (I'd move the videos into the folder, scan them with VDF, and them delete them) so that I can easily identify later on if I've downloaded a video I've already deleted, using the "Scan against non-existing files" option. That makes me wonder what the difference between the Files and Directories tab is, then. |
Beta Was this translation helpful? Give feedback.
-
|
It’s very simple: Under "Files" you can specify which files should be included in the database and which should be excluded. For directories, you can only specify which files should be checked for duplicates and which should not. These are two separate steps. First, new items are added to the database along with all their information. In the second step, the app then searches for duplicates among the items that match your scan settings. The most time-consuming part is adding files to the database, because that’s where the I/O work takes place. Specifically, extracting media information, frames, and so on. That’s why it makes sense to perform this work only once. The files are therefore added to the database just once. At the same time, however, you don’t want to include every item in the database in the search every time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Question
I am trying to find out if there's a way to tell VDF to only add files to the database if they're from a specific folder (or if not, an easy way to remove the videos that are not in that folder once they are added). I feel like the answer is in the Files tab but I don't understand how it works. It states that "These settings apply when files are added to database, not when comparing" so it leads me to think it controls which files are added to the database, but no changes I make to the settings affect that.
Beta Was this translation helpful? Give feedback.
All reactions