Search found 5 matches

by davepusey
Wed Jan 17, 2024 5:40 pm
Forum: General MakeMKV discussion
Topic: Where does the GUI get the "Disc Information" from?
Replies: 6
Views: 28618

Re: Where does the GUI get the "Disc Information" from?

Looks like it ate my screenshot showing working test program.

Let me try that again...

Image
by davepusey
Wed Jan 17, 2024 4:07 pm
Forum: General MakeMKV discussion
Topic: Where does the GUI get the "Disc Information" from?
Replies: 6
Views: 28618

Re: Where does the GUI get the "Disc Information" from?

Turns out the QT framework (that the GUI is built with) supports the Windows accessibility interfaces, so was able to grab the info text via those APIs... using ManagedWinapi.Accessibility; using ManagedWinapi.Windows; private static string? GetInfoPanelText() { IEnumerable<SystemWindow> windows = S...
by davepusey
Tue Jan 16, 2024 11:15 am
Forum: General MakeMKV discussion
Topic: Where does the GUI get the "Disc Information" from?
Replies: 6
Views: 28618

Re: Where does the GUI get the "Disc Information" from?

I had noticed scsiinfo.cpp too. I was just hoping there was already a way of getting this output directly on the command-line without me having to hack today my own little program to do it.
by davepusey
Fri Jan 12, 2024 1:45 pm
Forum: General MakeMKV discussion
Topic: Where does the GUI get the "Disc Information" from?
Replies: 6
Views: 28618

Where does the GUI get the "Disc Information" from?

So when using the GUI interface, the panel on the right shows information about the currently inserted disk. Example here... Disc Information Label: STE_S1_D3 Timestamp: 2013-01-17 19:46:40 Protection: AACS v36 Data capacity: 42.32 Gb Disc type: BD-ROM Number of layers: 2 Channel bit length: 74,5 nm...