We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to add a function to filter saved files by extention, like : "*.jpg, *.png, .gif, etc" or to exclude somes like : ".gif, *.webm, etc".
The text was updated successfully, but these errors were encountered:
I think I can add it for Batch Job only
Sorry, something went wrong.
Implement #95
f30598c
Update error message parser for danbooru
Hi. Could the GUI explain what kind of string should separate multiple file extensions? Thank You.
It uses Regular Expression to filter out the files. You can use '|' to separate the extensions, for example: `jpg|gif|webm'
f30598c#diff-8c23b2b59b8aa231034b2848a858a643R1089
No branches or pull requests
Is it possible to add a function to filter saved files by extention, like : "*.jpg, *.png, .gif, etc" or to exclude somes like : ".gif, *.webm, etc".
The text was updated successfully, but these errors were encountered: