KeyDB Helper (Windows Only)
https://www.mediafire.com/file_premium/ ... .5.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.
* Search - Allows you to search for a disc ID to see if it's in the keydb
* Fix... - Special option used for very specific reasons. Allows updating of the keydb in some situations. See below...could be useful
Like, if you visited this page:
Code: Select all
https://forum.doom9.org/showthread.php?p=1990091#post1990091
And you happened to copy the whole line that ends with:
Then load up KeyDB Helper. click on the Fix... button and paste that line in there (JUST that one line, not the whole section), it'll probably update your keydb.cfg file. Most likely.
Well, then if you run disc info on a new blu-ray (you know the ones...ahem mkb v82), 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.
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
1.0.1.2 Add unit key validation and keydb entry updating when local validation succeeds but differs from keydb
1.0.1.3 Forgot to compare the actual unit keys
1.0.1.4 Lots of internal bug fixing
1.0.1.5 Added new Fix... option for updating the keydb.cfg in certain circumstances