FootFungus07 wrote: ↑Sun Jun 07, 2026 1:20 pm
The Boys in the Band Cinematographe 4K UHD TGZ & MKB_RO
...
Label: CIN_034_Boys_in_the_Band
TGZ: MKB20_v82_Boys_in_the_Band_A571.tgz
FootFungus07 wrote: ↑Sun Jun 07, 2026 2:55 pm
The Mangler - Vinegar Syndrome 4K UHD TGZ File and MKB_RO File
...
Label: VS537UHD
TGZ File: MKB20_v82_VS537UHD_A59F.tgz
FootFungus07 wrote: ↑Sun Jun 07, 2026 2:59 pm
Nightwatch Vinegar Syndrome TGZ & MKB_RO
...
Label: VS535UHD
TGZ File: MKB20_v82_VS535UHD_205F.tgz
FootFungus07 wrote: ↑Sun Jun 07, 2026 3:10 pm
Human Lanterns - Vinegar Syndrome TGZ and MKB_RO files
...
Label: VS536UHD
TGZ File: MKB20_v82_VS536UHD_6593.tgz
Thanks for the submissions, all four titles have been added to the public keydb.
Almost all of your recent titles were great candidates for
SamuriHL's KeyDB Assistant as the media keys were already known to the keydb so the tool would've derived the required disc keys for you. As you use Windows there should be no barrier to running this tool before future submissions. It really is quicker and easier for everyone if we can reduce the number of avoidable posts to this thread.
Obviously if your discs remain unsupported after running the KeyDB Assistant you are welcome to post your disc dump files to this thread.
Cub40i wrote: ↑Sun Jun 07, 2026 2:02 pm
Disc ID: Unknown (If there is a clear method to get, please notify)
Hey Cub40i, I briefly mentioned the disc ID calculation in the opening post of this thread:
Please include the disc ID in your submission template. The disc ID is the SHA-1 hash of the Unit_Key_RO.inf file in your discs AACS folder. Many tools can calculate this hash, please google the instructions for your specific platform.
As you use macOS you should be able to calculate the disc ID via the standard sha1sum/shasum utilities. I haven't used macOS for several years but you should be able to run a command like this in the terminal to get the disc ID:
Code: Select all
# Untested and you'll want to adjust the disc volume label accordingly
sha1sum /Volumes/JAWS/AACS/Unit_Key_RO.inf
# Alternative as I forget which SHA utility is included by default and which I probably installed via MacPorts/Homebrew
shasum -a 1 /Volumes/JAWS/AACS/Unit_Key_RO.inf