uhd-4k-fan wrote: ↑Sat Feb 01, 2025 11:35 am
But I'm pretty sure the command to disable bus encryption is wrong.
No, it's definitely "$DRIVE$" and not "$DRIVEID$" so that the command becomes:
See makemkvcon's built-in help:
Code: Select all
Source specification:
iso:<FileName> - open iso image <FileName>
file:<FolderName> - open files in folder <FolderName>
disc:<DiscId> - open disc with id <DiscId> (see list Command)
dev:<DeviceName> - open disc with OS device name <DeviceName>
and the comment in FindVUK.ini:
Code: Select all
; Disable_Bus_Encryption_Cmd: command line for a tool which is able to disable bus encryption of the disc in the drive
; Supports the following placeholders: $DRIVE$=driveletter (e.g. d)
; Errorlevel=0 is taken as successful result, everything else as error
; Create_RDK_Cache_Entry_Cmd: command line for a tool which is able to determine the ReadDataKey of drive+disc and write it into RDK cache.
; The RDK cache path is: ?FOLDERID_RoamingAppData?\aacs\rdk\<DRIVEID>\<DISCID>
; Supports the following placeholders: $DRIVE$=driveletter (e.g. d), $DRIVEID$, $DISCID$, $FULLRDKPATH$
; Errorlevel=0 is taken as successful result, everything else as error
The existing entry in KEYDB.cfg for this disk has incorrect "| I |" and "| V |" fields. You will probably need to delete both of them before "validateDisc" will execute successfully.
uhd-4k-fan wrote: ↑Sat Feb 01, 2025 11:35 am
FindVuk just gives the same error with all combinations (and also other discs)
This sounds like a wider configuration problem. Did you add the "Disable_Bus_Encryption_Cmd" setting into the "[ExternalTools]" section at the bottom of FindVUK.ini?