You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core_cannot_open_dir = Cannot open dir {$dir}, reason {$reason}
10
+
core_cannot_read_entry_dir = Cannot read entry in dir {$dir}, reason {$reason}
11
+
core_cannot_read_metadata_dir = Cannot read metadata in dir {$dir}, reason {$reason}
12
+
core_file_not_utf8_name = File {$name} does not have a valid UTF-8 name (some characters may not be shown)
13
+
core_file_modified_before_epoch = File {$name} seems to be modified before Unix Epoch
14
+
core_folder_modified_before_epoch = Folder {$name} seems to be modified before Unix Epoch
15
+
core_file_no_modification_date = Unable to get modification date from file {$name}, reason {$reason}
16
+
core_folder_no_modification_date = Unable to get modification date from folder {$name}, reason {$reason}
17
+
core_missing_no_chosen_included_directory = At least one directory must be provided
18
+
core_directory_wildcard_no_supported = Directories: Wildcards in path are not supported, ignoring {$path}
19
+
core_directory_relative_path = Directories: Relative path are not supported, ignoring {$path}
20
+
core_directory_must_exists = Directories: Provided folder path must exist, ignoring {$path}
21
+
core_directory_must_be_directory = Directories: Provided path must point at the directory, ignoring {$path}
22
+
core_included_directory_zero_valid_directories = Included Directory ERROR: Not found even one correct path to included which is required
23
+
core_excluded_directory_pointless_slash = Directories: Excluding / is pointless, because it means that no files will be scanned
24
+
core_directory_overlap = Directories: All directories to search overlaps with excluded directories
25
+
core_directory_unable_to_get_device_id = Directories: Unable to get device id from folder {$path}
26
+
core_ffmpeg_not_found = Cannot find proper installation of FFmpeg
27
+
core_ffmpeg_not_found_windows = Be sure that ffmpeg.exe and ffprobe.exe are available in PATH or are put directly to same folder where is app executable
28
+
core_ffmpeg_missing_in_snap = Similar Videos don't work currently with snap, if you want help look at - {$url}
29
+
core_saving_to_cache = Saved to file {$number} cache entries
30
+
core_loading_from_cache = Loaded from cache {$number} entries
8 hash size is quite good to find images that are only little similar to original. With bigger set of images(>1000) will produce big amount of false positives, so I recommend to use for such amount bigger hash size.
The fastest algorithm to use, but also one which gives the worst results is Nearest, it is enabled by default, because with 16x16 hash size, lower quality it is not really visible.
58
+
最も高速なアルゴリズムは Nearest ですが、最も悪い結果を出すのも Nearest です。
59
59
60
-
With 8x8 hash size is recommended to use different algorithm than Nearest, to have better groups of images.
0 commit comments