SamuriHL wrote: Wed Aug 12, 2026 3:35 pm
KeyDB Assistant v1.1.0.1 Released — New MakeMKV Folder Backup & Settings
This update adds a MakeMKV folder Backup feature and a related settings option.
What's new:
• New Backup button on the main toolbar.
• Creates a full folder backup of the inserted disc using makemkvcon64 backup.
• If a matching key exists in your KeyDB, it creates a decrypted_<DiscTitle> backup.
• If no key is found, it creates an encrypted_<DiscTitle> backup.
• Special handling for discs with a bogus AACS folder where the content is not actually encrypted: the backup is run in MakeMKV's encrypted mode to avoid corruption/failure, the output is labeled decrypted_<DiscTitle>, and the AACS directory is automatically removed afterward.
Here's some example output I got during the disc backup process:
Code: Select all
=======================================================
DISC BACKUP
=======================================================
Validation Data : xxx
Media Key : xxx
VUK : xxx
Unit Key 1 : xxx
Unit Key validation failed with 3 aligned units
-------------------------------------------------------
NOTICE: Disc structure detected as not encrypted
MakeMKV encrypted backup will be used and the AACS directory will be removed afterward.
Backup mode: decrypted
Output folder: D:\decrypted_Stranger Things_ Season 4 Disc 3
MakeMKV v1.18.3 win(x64-release) started
Using LibreDrive mode (v06.3 id=xxx)
Backing up disc into folder "file://D:\decrypted_Stranger Things_ Season 4 Disc 3"
Loaded content hash table, will verify integrity of M2TS files.
Backup done
Backup done.
Removed AACS directory from backup
Backup completed: D:\decrypted_Stranger Things_ Season 4 Disc 3
This is a nice addition, thanks. Some feedback:
Seeing "MakeMKV encrypted backup will be used" followed by "Backup mode: decrypted" makes it look like it isn't working as intended. I'm guessing the "backup mode" is about whether the key was found in the local KeyDB, and not this special case, but I wonder if it's possible to make the message clearer in this case?
Is there anyway to see more progress output from makemkvcon or there's simply no option to get more from stdout/stderr?
Not knowing what's going on, I may want to give up after some time. Any thoughts on having a Cancel button, which IIRC, could also be a useful thing for the other app functions as well?
I assume the file:// URL comes from the makemkvcon output, but the functionality that highlights the URL as a clickable link seems to expect a valid URL (e.g.,"%20" instead of spaces). I don't know if the code is tweakable to look for the closing quote, but the link is broken when spaces are included in the path.