-
Notifications
You must be signed in to change notification settings - Fork 0
Config
AbyssMorgan edited this page May 25, 2025
·
22 revisions
For locate configuration file, run NGC-TOOLKIT and select tool "H 1", then edit config.ini
| Key | Type | Default | Available values | Description |
|---|---|---|---|---|
| ACTION_AFTER_DUPLICATE | Enum | RENAME | RENAME / DELETE | Determine action after detect duplicate |
| EXTENSIONS_VIDEO_FOLLOW | String | md5 sha256 crc32 whirlpool webp srt ass vtt | - | Scanned additional extensions |
| IGNORE_VALIDATE_EXTENSIONS | String | md5 sha256 crc32 whirlpool srt ngc-guard ngc-pat | - | Ignore extensions when process Validate CheckSum |
| PART_SIZE | Integer | 250 | - | - |
| PREFIX_PHOTO | String | IMG | - | - |
| PREFIX_VIDEO | String | VID | - | - |
| THUMBNAIL_COLUMN | Integer | 6 | - | Determine number of thumbnail columns |
| THUMBNAIL_ROWS | Integer | 5 | - | Determine number of thumbnail rows |
| THUMBNAIL_WIDTH | Integer | 2048 | - | Determine thumbnail total width |
| IGNORE_VALIDATE_FILES | String | desktop.ini | desktop.ini;.htaccess | Ignore file names when process Validate CheckSum |
| SUBTITLES_LANGUAGE | String | PL | - | - |
| CHECK_FOR_UPDATES | Bool | true | true / false | Determine if check for updates when script init |
| CHECK_FOR_UPDATES_DAYS | Integer | 7 | - | Determine every how many days to check for updates |
| LOG_EVENT | Bool | true | true / false | Determine if save event logs |
| LOG_ERROR | Bool | true | true / false | Determine if save error logs |
| AVATAR_GENERATOR_VARIANTS | String | 1.0 1.5 1.75 2.0 2.5 | Float separated by a space | Avatar generator distance variants |
| BACKUP_COMPRESS_LEVEL | Integer | 5 | 0 - 9 | Compression level |
| BACKUP_COMPRESS_TYPE | Enum | 7z | 7z / zip / bzip2 / gzip / tar / wim / xz | Compression type |
| OPEN_LOG_EVENT | Bool | true | true / false | Specify whether the event log should be opened after the task is completed |
| CSV_SEPARATOR | String | ; | - | CSV Separator |
| WRITE_BUFFER_SIZE | String | 64 MiB | Integer + unit: B, KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB | Determine how much bytes will be buffered before write into file |
| COMPRESS_LEVEL_WEBP | Integer | 90 | - | Determine compress quality |
| COMPRESS_LEVEL_PNG | Integer | 100 | - | Determine compress quality |
| COMPRESS_LEVEL_JPEG | Integer | 90 | - | Determine compress quality |
| COMPRESS_LEVEL_GIF | Integer | 100 | - | Determine compress quality |
| COLOR | String | 9F | Windows CMD colors palette | Sets the color of the console |
| Key | Type | Default | Available values | Description |
|---|---|---|---|---|
| LOG_FOLDER | String | %LOCALAPPDATA%\NGC-TOOLKIT\Logs | - | - |
| DATA_FOLDER | String | %LOCALAPPDATA%\NGC-TOOLKIT\Data | - | Folder for generated data |
- F1 - File Functions
- F2 - File Sorter
- 0 - Sort by date
- 1 - Sort by extension
- 2 - Sort by size
- 3 - Sort by name prefix
- 4 - Sort by mime type
- F3 - File Names Editor
- 0 - Generate names: CheckSum
- 1 - Generate names: Number (Video/Images)
- 2 - Generate video: CheckSum/Orientation/Thumbnail
- 3 - Generate series name: S00E00 etc.
- 4 - Escape file name (WWW)
- 5 - Pretty file name
- 6 - Remove YouTube quality tag
- 7 - Series episode editor
- 8 - Add file name prefix/suffix
- 9 - Remove keywords from file name
- 10 - Insert string into file name
- 11 - Replace keywords in file name
- 12 - Extension change
- F4 - File Editor
- D1 - Directory Functions
- D2 - Directory Sorter
- D3 - Directory Names Editor
- M1 - Media Tools
- 0 - Merge: Video + Audio
- 1 - Merge: Video + SRT
- 2 - Avatar generator
- 3 - Fetch media info (Video)
- 4 - Image converter
- 5 - Ident mime type
- 6 - Extract video
- 7 - Extract audio
- 8 - Extract subtitles
- 9 - Validate subtitles (SRT)
- 10 - Compare subtitles (SRT)
- M2 - Media Sorter
- T1 - MySQL Tools
- 0 - Configure connection
- 1 - Remove connection
- 2 - Open config folder
- 3 - Show connections
- 4 - Make backup
- 5 - Clone DB1 to DB2 (overwrite)
- 6 - Open backup folder
- 7 - MySQL Console
- 8 - Backup selected: Tables structure
- 9 - Backup selected: Tables data
- 10 - Backup selected: Views
- 11 - Backup selected: Functions
- 12 - Backup selected: Procedures
- 13 - Backup selected: Events
- 14 - Backup selected: Triggers
- 15 - Fetch data base info
- 16 - Compare data base info
- T2 - FTP Tools
- 0 - Configure connection
- 1 - Remove connection
- 2 - Open config folder
- 3 - Show connections
- 4 - Get file list
- 5 - Download files
- 6 - Upload files
- 7 - Delete files
- 8 - Delete empty folders
- 9 - Delete structure (folders and files)
- 10 - Copy files from FTP to FTP
- 11 - Import FileZilla XML
- O1 - Check File Integrity
- O2 - ADM File Converter
- H - Help
- 0 - Show documentation
- 1 - Open config folder
- 2 - Open logs folder
- 3 - Open data folder
- 4 - Open program folder
- 5 - Check for updates
- 6 - Restore default settings