-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Path Parsing and Searching #849
Comments
I propose that we do a recursive run through the file or folder that is provided by the user, and dump all of the paths into a sqlite database. this can also serve to document metadata from the file system, such as dates and times. we could also add a column to track whether a given file has been exported for processing. @stark4n6 has started a script to capture this. |
some of my comments from the discord discussion: Do it up front. Index all the files. Then run the file search |
image from @stark4n6 in discord discussion |
Script is here but can be reworked for the purposes needed for this issue https://github.com/stark4n6/ZipWalker |
Let's document the discussion of updating file path searches and file exports here.
The text was updated successfully, but these errors were encountered: