Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.42 KB

comp.py

This script was originally written for VS R53 and Python 3.9, and has been tested on VS R65 and Python 3.11.

Prerequisites:

  1. Install Python

  2. Install Vapoursynth

  3. Install Python dependencies:

pip install anitopy pyperclip requests requests_toolbelt natsort vstools rich colorama
  1. Install Vapoursynth plugin dependencies:
vsrepo install fpng lsmas sub
  1. Optional: If using FFmpeg, it must be installed and in PATH.

How to use:

  • Put comp.py into the same folder where the video files you want to compare are located.
  • (Optional) Rename your files to have typical [Group] Show - Ep.mkv naming if they don't, since the script will try to parse the group and show name.
    • e.g. Youjo Senki 1.m2ts --> [JPBD] Youjo Senki - 01.m2ts.
  • Adjust the variables in the script accordingly.
  • Run the script by double-clicking it or by running py comp.py in your terminal.