View Single Post
Old 18th January 2018, 23:01   #31  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Quote:
Originally Posted by Relight View Post
What's this about MD5 for MKB_RO.inf?

I will wait for a few updates to FindVUK XML output before proceeding with database, just because it's easier/better to do it once we have the final "template" of the XML file. One of the additions I spoke with nalor about is for the XML to report the version of FindVUK - perhaps something along the lines of:
<Application>FindVUK X.XX</Application>
Already added 'Application' to the file, now I'm checking how I can submit the 'READ CAPACITY' command to the drive to get the full disc size.

And I've added a parameter to just request the MetaInfos from a disc in drive - e.g. for the single UHD I have I get this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Bluray>
	<FileType>BlurayMetaXML</FileType>
	<DiscId Date="2016-03-18">F58AA868C40D5894C332F9BDB978522432D5CC82</DiscId>
	<VolumeLabel>DEADPOOL</VolumeLabel>
	<BDplus>0</BDplus>
	<BusEncryptionEnabled>1</BusEncryptionEnabled>
	<MKBrev>60</MKBrev>
	<MetaTitles>
		<MetaTitle Language="eng">Deadpool</MetaTitle>
	</MetaTitles>
	<Application>FindVUK 1.xx</Application>
	<VolumeSize>0</VolumeSize>
</Bluray>
nalor is offline   Reply With Quote