Conversation
…null if a given file does not exist.
- The --force_analyze_files option allows the user to specify files that they want to analyze. - The --force_analyze_files (or -f) option can be used multiple times to analyze more than one file. - The images must be given relative to the data/USER_ID/files folder and thus the --user_id option is required. - The --force_analyze_files option does not work together with sync-mode or cluster-mode. - If no mode is specified by the user, defer-mode is enabled for a better user experience. - Files that are specified using the --force_analyze_files option are put at the front of the analysis queue and thus are analyzed first.
|
Hi @36grad Can I ask you for a change in approach to the problem?. Instead of adding a force option, (which ultimately resets the file), wouldn't it be better to add an option to face:reset to reset files? 🥲 |
|
Yep, that is a good suggestion - I had worked initially based on the PHP code from the appstore version and when I pulled the latest source from the repository I saw that I had to add a code line where I reset the file's status - so this would have been a good approach in the first place. |
MMm.. 🤔 |
|
Hello May I ask what is the status of this merge request ? |
Add an option (--force_analyze_files) that enablee the user to explicitly (re-)analyze specific files.