KeyDB Helper (Windows Only)
https://www.mediafire.com/file_premium/ ... .1.7z/file
* Extract it to a folder
* Run it...it will download a copy of FindVUK and configure it
The following functions are available:
* Synchronize - Syncs the keydb.cfg file using FindVUK and then copies it to the MakeMKV data directory
* Validate - Validates your disc in the KeyDB file. This is a VERY good thing to be doing with all your discs!! It helps to maintain the integrity of the KeyDB.
* Disc Info - Shows you the information for your disc including the disc ID. If your KeyDB.cfg file contains device keys and/or processing keys, it COULD, in theory, maybe use those to ADD entries to the KeyDB. You know, for those pesky MKB v82 blu-rays everyone is loving. Like, if you visited this page:
Code: Select all
https://forum.doom9.org/showthread.php?p=1990091#post1990091
And you happened to copy the line that ends with:
Into your own local keydb.cfg file that's likely located in your %appdata%\aacs diirectory on Windows in the section that has this header
Code: Select all
; #FV#### DEVICE KEY SECTION #####
Well, then if you run disc info on a new blu-ray, who knows what could happen. All I can say is you maybe might want to try that and see.
Additionally, once in a great while when the luck of the stars work in your favor, SOMETIMES on rare occasions this disc info process might help you find a VUK for a UHD that you're waiting for. To be clear, this code contains ZERO keys and there are NO public AACS 2.x processing keys...but sometimes you get lucky with other entries that could be in the KeyDB just waiting to be taken advantage of at times.
NOTE: This will not work on certain Pioneer drives. The VID needs to be able to be read correctly for it to work.
* KeyDB Search - Search for a disc ID in the KeyDB to see if there's an entry
If you see [MakeMKV SUPPORTED]: FALSE it means that the KeyDB entry does not contain a VUK. You should post a dump or a link to a dump for your disc to see if someone can add a full entry to the KeyDB for your disc
That's all it does. But should make things easier for those who use the KeyDB in concert with MakeMKV.
NOTE: This will require .NET 8 Framework runtime be installed. You can find the latest here:
https://dotnet.microsoft.com/en-us/download/dotnet/8.0
Get the Windows X64 installer.
============
1.0.0.1 Added notification if title supported by MakeMKV
1.0.0.2 Fixed path not found exception when attempting to create an empty keydb.cfg file on startup
1.0.1.0 Enhanced Disc Info functionality; FindVUK Validate disc functionality added
1.0.1.1 Log inflation bug...accidentally left debug logging statement in causing log to grow exponentially...oops