This python script removes all metadata from mp4 and mkv files and sets the title and year tag from the file name in batch.
Thanks to POPE3909 for sponsoring this project
Need a website, tool, or script that you've always dreamed of having? contact me and I will create it for you.
Message me on reddit - u/Raghavan_Rave10 (or) Send friend request to @tetrax10
on Discord, I will get in touch ASAP.
- Blade Runner 2049 2160p [2017]
- Kill Bill: Vol. 1 720p [2003]
- Titanic EXTENDED 1080p [1997]
- Fall DC 1080p [2022]
- Moby Dick UNRATED 720p [1998]
- The Good, the Bad and the Ugly REMASTERED 1080p [1966]
- Install python, make sure "Add python 3.xx to PATH" is checked while installing else it wont work.
- Download the latest version of this script (zip file)
- Extract the zip and copy the
metadata-editor
folder toC:\Program Files
- Now open start menu and search for
"Edit environment variables for your account"
and click the first result - Now select path and click edit, a new tab should open
- In that new tab click
new
and paste this pathC:\Program Files\metadata-editor
, click ok, Done 🎉
- Open terminal and run
python "C:\Program Files\metadata-editor\script.py"
- It will ask for path, so give the file or folder path as the input.
- for batch metadata editing give folder path. example:
D:\Media\movies
- for single file metadata editing give video file path (mp4 or mkv). example:
D:\Media\movies\Oldboy 2160p DC [2003].mkv
- for batch metadata editing give folder path. example:
- MKVToolNix for editing MKV metadata
- AtomicParsley for editing MP4 metadata