MediaScripts is a collection of scripts designed to batch manipulate media files efficiently. These scripts can automate various tasks related to media file management, helping users streamline their workflow.
- Batch Deletion: Remove specific types of media files in bulk.
- Language Update: Update the language metadata of media files.
- Selective Removal: Delete non-English/Japanese media files.
- Subtitle Management: Remove specific subtitle formats from media files.
- deleteSRTFiles.ps1: Batch delete SRT subtitle files.
- missing.py: Identify and list missing media files.
- removeNonEngJap.ps1: Remove media files that are not in English or Japanese.
- remove_vobsub.ps1: Delete VOBSUB subtitle files.
- updateLanguage.ps1: Update the language information of media files.
- PowerShell (for .ps1 scripts)
- Python 3.x (for .py scripts)
- MKVToolNix (for
mkvmergeandmkvpropedit)
Clone the repository to your local machine:
git clone https://github.com/CathRtic/MediaScripts.gitNavigate to the directory and execute the desired script:
# For PowerShell scripts
./script_name.ps1
# For Python scripts
python script_name.py