Get czkawka_SLI commands and Options in czkawka_GUI ? #1711
benmirro-2025
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The GUI is way way good, but I'm missing some options (under Settings), for example the video options/command in SLI.
Meaning this: Always getting an Error when i try to add these options to the settings cfg file. Would be nice to have them. (the -u, -b -t Oprion would be nice to have them in cfg).
Thanks
Options:
-T, --thread-number <THREAD_NUMBER>
Limits thread number, 0(default) will use all available threads
-d, --directories
List of directorie(s) which will be searched(absolute path) - this directories are not set as reference folders
-e, --excluded-directories <EXCLUDED_DIRECTORIES>
List of directorie(s) which will be excluded from search(absolute path)
-E, --excluded-items <EXCLUDED_ITEMS>
List of excluded item(s) which contains * wildcard(may be slow, so use -e where possible)
-x, --allowed-extensions <ALLOWED_EXTENSIONS>
List of checked files with provided extension(s). There are also helpful macros which allow to easy use a typical extensions like:
IMAGE("jpg,kra,gif,png,bmp,tiff,hdr,svg"),
TEXT("txt,doc,docx,odt,rtf"),
VIDEO("mp4,flv,mkv,webm,vob,ogv,gifv,avi,mov,wmv,mpg,m4v,m4p,mpeg,3gp") or
MUSIC("mp3,flac,ogg,tta,wma,webm")
-P, --excluded-extensions <EXCLUDED_EXTENSIONS>
List of extensions, that will be removed from search.
-f, --file-to-save
Saves the results into the formatted txt file
-C, --compact-file-to-save
Saves the results into the compact json file
-p, --pretty-file-to-save
Saves the results into the pretty json file
-R, --not-recursive
Prevents from recursive check of folders
-X, --exclude-other-filesystems
Exclude files on other filesystems
-N, --do-not-print-results
Do not print the results to the console
-M, --do-not-print-messages
Do not print info/warnings/errors from the program to console
-W, --ignore-error-code-on-found
Ignore error code when files are found
-H, --disable-cache
Disable cache
-r, --reference-directories <REFERENCE_DIRECTORIES>
List of directorie(s) which will be searched(absolute path) - this directories are set as reference folders, so will not be visible in the results
-D, --delete-method <DELETE_METHOD>
Methods to delete the files.
AEN - All files except the newest,
AEO - All files except the oldest,
ON - Only 1 file, the newest,
OO - Only 1 file, the oldest
AEB - All files except the biggest,
AES - All files except the smallest,
OB - Only 1 file, the biggest,
OS - Only 1 file, the smallest
HARD - create hard link
NONE - not delete files
-L, --allow-hard-links
Do not ignore hard links
-J, --ignore-same-size
Ignore files with the same size, leaving only one file of each size
-m, --minimal-file-size <MINIMAL_FILE_SIZE>
Minimum size of checked files in bytes, assigning bigger value may speed up searching
-i, --maximal-file-size <MAXIMAL_FILE_SIZE>
Maximum size of checked files in bytes, assigning lower value may speed up searching
-t, --tolerance
Maximum difference between video frames, bigger value means that videos can looks more and more different (allowed values <0,20>)
-U, --skip-forward-amount <SKIP_FORWARD_AMOUNT>
Amount of seconds to skip forward in video. Allowed values are from 0 to 300. 0 means that no skipping will be done. Default is 15.
-B, --crop-detect <CROP_DETECT>
Method to crop video frames
-A, --scan-duration <SCAN_DURATION>
Duration of scanning video in seconds.
Beta Was this translation helpful? Give feedback.
All reactions