Closed 0ssamaak0 closed 3 months ago
@0ssamaak0 I would like to work on this, can you assign this issue to me?
yeah ofc, I assigned you.
I also updating config.yaml
to contain the followign settings
# config.yaml
# Folders settings: Select folders to include / exclude for indexing
include_folders:
- all # default (Comment this if you want to specify folders)
# - path/to/folder1
# - path/to/folder2
exclude_folders:
# - path/to/folder1
# - path/to/folder2
and imported them in everything_images
Everything SDK
to check how to index by including and excluding, don't filter in python file unless there's no way with Everything SDK
all
case as the default caseThank you very much for help!
In windows version,
Everything
by default gets all image fromconfig.yaml
user can useinclude_folders
/exclude_folders
to manage this.Implementation
There're 2 suggested approaches
everything_images.py
and later add/remove according to given dirs (slower)