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.
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)