Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 828 Bytes

README.md

File metadata and controls

50 lines (27 loc) · 828 Bytes

AutoDVDRip

A very basic python script to automate DVD Ripping using MakeMKV on Windows.

Should be able to just keep running and change DVDs when they're done and the script should automatically go onto the next one.

Before Running

Make sure to install MakeMKV.

  https://www.makemkv.com/
  
  Check this directtory is correct:
  C:\Program Files (x86)\MakeMKV\makemkvcon64.exe

Tested on Python 3.9 but should work on almost any version. Nothing special used.

Clone the project

  git clone https://github.com/Therealfredd/AutoDVDRip

Go to the project directory

  cd AutoDVDRip

Install dependencies

  pip install -r requirements.txt

Start Running:

python3 main.py PATH_TO_OUTPUT_FOLDER(default "output") DRIVE_TO_WATCH(default=Auto detect)