-
Notifications
You must be signed in to change notification settings - Fork 0
FileEditor
AbyssMorgan edited this page May 25, 2025
·
5 revisions
This tool is used for replace keywords string into replacement inside text files.
Data entered:
- Folders (one or multiple)
- Extensions (Empty for all, separate with spaces for multiple)
- Keywords file (text file contains replacement)
Example keywords file:
"Alfa A1" "Beta B2"
Delta Gamma
Rules:
- Prevent write file while nothing changed
- Validate keywords file before start
This tool is used for remove keywords string inside text files.
Data entered:
- Folders (one or multiple)
- Extensions (Empty for all, separate with spaces for multiple)
- Keywords file (text file contains keywords)
Example keywords file:
"Alfa A1"
"Beta B2"
Delta
Gamma
Rules:
- Prevent write file while nothing changed
This tool is used for remove duplicate lines inside text files.
Data entered:
- Single text file
- Ignore empty lines comparison
Rules:
- Validate if file is text file
- Prevent write file while nothing changed
- Preserve UTF-8 BOM
- Preserve first detected EOL
This tool is used for split text file by lines count.
Data entered:
- Lines limit
- Single text file
Rules:
- Validate if file is text file
- Preserve UTF-8 BOM in all spilited files
- Preserve first detected EOL
- Preserve original file
- Generates files with the following names <original_name>_<6_digit_part_id>.<extension>
This tool is used for split file by bytes.
Data entered:
- Size (The maximum size of each part)
- Single file
Rules:
- Preserve original file
- Generates files with the following names <original_name>_<6_digit_part_id>.<extension>
This tool is used for reverse text file lines.
Data entered:
- Single text file
Rules:
- Validate if file is text file
- Preserve UTF-8 BOM
- Preserve first detected EOL
- Overwrite original file
This tool is equivalent to Pretty file name, except that it operates on the content of the file.
Data entered:
- Flags (type in one line, default BC)
- Folders (one or multiple)
- Extensions (Empty for all, separate with spaces for multiple)
- Name filter (Empty for none, separate with spaces for multiple)
Rules:
- Basic replacement: (Replace _ and . and nbsp into space and replace unicode equivalents)
- Basic remove: (Remove special characters: ; @ # ~ ! $ % ^ & and unicode equivalents)
- If name filter used: operate only files when name contain one of filter
- 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