- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
MediaTools
This tool is used for merge video channel from one folder and audio from second folder.
Data entered:
- Video: (one folder: different than audio)
 - Audio: (one folder: different than video)
 - Output: (one folder: empty or not existing, different than video and audio)
 
Rules:
- Every file must have same name, video folder will be considered as the main file name set.
 
Support:
- Every mkvmerge supported formats
 
This tool is used for merge video and subtitles in .srt format.
Data entered:
- Input: (one folder: different than output)
 - Output: (one folder: empty or not existing, different than input)
 
Rules:
- SRT file must have same name as video file (example: video.mp4 and video.srt)
 
Support:
- Every mkvmerge supported formats
 
Config:
- SUBTITLES_LANGUAGE - subtitles language code
 
This tool is used for generate avatars from images.
Data entered:
- Input: (one folder: different than output)
 - Output: (one folder: empty or not existing, different than input)
 - Width: (0 - no resize)
 
Rules:
- This tool copy full directory structure
 
Config:
- AVATAR_GENERATOR_VARIANTS - distance variants
 
This tool is used for get media info and write into csv format file.
Data entered:
- Input: (one folder)
 - Output (one folder)
 - Generate checksum if .md5 file not found
 
Rules:
- .csv file is saved into output folder as "MediaInfo.csv"
 - Cache is saved into output folder as "MediaInfo.gz-ini"
 
Config:
- CSV_SEPARATOR - csv separator
 
This tool is used for convert images.
Data entered:
- Mode: Choose output file format
 - Input: (one folder: different than output)
 - Output: (one folder: empty or not existing, different than input)
 
Rules:
- This tool copy full directory structure
 - This tool will inform you when input folder contains unsupported files
 
Config:
This tool is used to fix files extension by detecting mime type.
Data entered:
- Folders (one or multiple)
 
Rules:
- The tool will also scan files without extension
 
This tool is used to extract all video tracks from video container.
Data entered:
- Input (Folder)
 - Output (Folder)
 
Rules:
- Add index and language suffix into file name.
 
This tool is used to extract all audio tracks from video container.
Data entered:
- Input (Folder)
 - Output (Folder)
 
Rules:
- Add index and language suffix into file name.
 
This tool is used to extract all subtitles tracks from video container.
Data entered:
- Input (Folder)
 - Output (Folder)
 
Rules:
- Add index and language suffix into file name.
 
This tool is used for validate subtitle files in SRT format.
Data entered:
- Folders (one or multiple)
 
Rules:
- Validate timecode format.
 - Validate timecode range.
 - Validate timestamps overlaps.
 
This tool is used for compare timestamp two sets of subtitles in SRT format.
Data entered:
- Input (Folder A)
 - Input (Folder B)
 
Rules:
- Comparison is two side.
 - Names must be same in both folders.
 
- 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