Skip to content
Abyss Morgan edited this page Aug 5, 2023 · 22 revisions

Config

For locate configuration file, run AVE-PHP and select tool H.1, then edit config.ini

Key Type Default Available values Description
AVE_ACTION_AFTER_DUPLICATE Enum RENAME RENAME / DELETE Determine action after detect duplicate
AVE_DATA_FOLDER String %LOCALAPPDATA%\AVE\Data - Folder for generated data
AVE_EXTENSIONS_PHOTO String bmp avif gd2 gd gif jpeg jpg png tga wbmp webp xbm xpm - Scanned image extensions
AVE_EXTENSIONS_VIDEO String avi mp4 webm wmv mkv - Scanned video extensions
AVE_EXTENSIONS_AUDIO String mp3 ogg m4a wav aac opus m4a - Scanned audio extensions
AVE_EXTENSIONS_VIDEO_FOLLOW String md5 sha256 crc32 whirlpool srt - Scanned additional extensions
AVE_IGNORE_VALIDATE_EXTENSIONS String md5 sha256 crc32 whirlpool srt ave-guard ave-pat - Ignore extensions when process Validate CheckSum
AVE_EXTENSION_TO_LOWER Bool true true / false -
AVE_HASH_TO_UPPER Bool true true / false -
AVE_LOAD_IDX_CHECKSUM Bool true true / false -
AVE_LOG_FOLDER String %LOCALAPPDATA%\AVE\Logs - -
AVE_PART_SIZE Integer 250 - -
AVE_PREFIX_PHOTO String IMG - -
AVE_PREFIX_VIDEO String VID - -
AVE_QUALITY_SUFFIX String p - Suffix added to quality
AVE_THUMBNAIL_COLUMN Integer 6 - Determine number of thumbnail columns
AVE_THUMBNAIL_ROWS Integer 5 - Determine number of thumbnail rows
AVE_THUMBNAIL_WIDTH Integer 2048 - Determine thumbnail total width
AVE_IGNORE_VALIDATE_FILES String desktop.ini desktop.ini;.htaccess Ignore file names when process Validate CheckSum
AVE_SUBTITLES_LANGUAGE String PL - -
AVE_CHECK_FOR_UPDATES Bool true true / false Determine if check for updates when script init
AVE_CHECK_FOR_UPDATES_DAYS Integer 7 - Determine every how many days to check for updates
AVE_LOG_EVENT Bool true true / false Determine if save event logs
AVE_LOG_ERROR Bool true true / false Determine if save error logs
AVE_SHOW_LOGO Bool true true / false Determine if show logo
AVE_AVATAR_GENERATOR_VARIANTS String 1.0 1.5 1.75 2.0 2.5 Float separated by a space Avatar generator distance variants
AVE_BACKUP_COMPRESS_LEVEL Integer 5 0 - 9 Compression level
AVE_BACKUP_COMPRESS_TYPE Enum 7z 7z / zip / bzip2 / gzip / tar / wim / xz Compression type
AVE_OPEN_LOG_EVENT Bool true true / false Specify whether the event log should be opened after the task is completed
AVE_CSV_SEPARATOR String ; - CSV Separator
AVE_COLOR String 9F Windows CMD colors Sets the color of the console
AVE_WRITE_BUFFER_SIZE String 64 MB Integer + unit: B, KB, MB, GB, TB, PB, EB, ZB, YB Determine how much bytes will be buffered before write into file
AVE_COMPRESS_LEVEL_WEBP Integer 90 - Determine compress quality
AVE_COMPRESS_LEVEL_PNG Integer 100 - Determine compress quality
AVE_COMPRESS_LEVEL_JPEG Integer 90 - Determine compress quality
AVE_COMPRESS_LEVEL_GIF Integer 100 - Determine compress quality

Informations:

Additional configuration

- Tools:

Clone this wiki locally