Full automation of MakeMKV

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
Quafi
Posts: 5
Joined: Sat Nov 24, 2018 7:49 am

Full automation of MakeMKV

Post by Quafi »

Hey there, I'm looking to fully automate MakeMKV and basically build a dedicated ripping station: You put in a disc, folders get created (main folder named after the Series, subfolders for every disc) and after the ripping process the disc gets ejected. I've found this rather old thread: viewtopic.php?t=9708
However, the script there doesn't seem to work anymore.
I've been fiddling around a bit myself, and even the most basic command wouldn't work:

Code: Select all

makemkvcon64.exe "--robot" "--minlength=1000" "mkv" "disc:E" all "D:\makemkv"
This would result in the following debug output:

Code: Select all

Debug log started at Tue Jun 09 15:05:37 2020 , written by MakeMKV v1.15.1 win(x64-release)
Using 262272KB for read cache.
001005:0000 MakeMKV v1.15.1 win(x64-release) gestartet
001004:0000 Debug-Aufzeichnung eingeschaltet. Aufzeichnung wird gespeichert als D:\makemkv\MakeMKV_log.txt
001003:0020 DEBUG: Code 101019395 at 266L9_:?HCenQ;[b:213137206
001003:0020 DEBUG: Code 101019395 at a#>oq:av;Y j4;_J:213130559
001003:0020 DEBUG: Code 101019395 at 266L9_:?HCenQ;[b:213137206
001003:0020 DEBUG: Code 101019395 at a#>oq:av;Y j4;_J:213130559
001003:0020 DEBUG: Code 101019395 at 266L9_:?HCenQ;[b:213137206
001003:0020 DEBUG: Code 101019395 at a#>oq:av;Y j4;_J:213130559
001003:0020 DEBUG: Code 101019395 at 266L9_:?HCenQ;[b:213137206
001003:0020 DEBUG: Code 101019395 at a#>oq:av;Y j4;_J:213130559
001003:0020 DEBUG: Code 101019395 at 266L9_:?HCenQ;[b:213137206
001003:0020 DEBUG: Code 101019395 at a#>oq:av;Y j4;_J:213130559
001003:0020 DEBUG: Code 101019395 at 266L9_:?HCenQ;[b:213137206
001003:0020 DEBUG: Code 101019395 at a#>oq:av;Y j4;_J:213130559
001003:0020 DEBUG: Code 101019395 at <L16^|;$dv,=@_}j,*:213131778
001003:0020 DEBUG: Code 101019395 at <L16^|;$dv,=@_}j,*:121261934
002003:0000 Fehler 'SCSI-Fehler - ILLEGAL REQUEST:READ OF SCRAMBLED SECTOR WITHOUT AUTHENTICATION' trat auf während des Auslesens von 'BD-RE HL-DT-ST BD-RE  BH16NS55 1.02' bei Offset '1048576'
SDF  v06d: HL-DT-ST_BD-RE__BH16NS55_1.02_211512111440_SIK92G42B491
Application exited at Tue Jun 09 15:05:41 2020
The program would just stop after that.
Using the GUI, I've ripped many, many discs (including this one) and never had any issues.

What am I doing wrong?
Post Reply