When backing up blurays where titles have comments on the disc (for example: Nordic Film versions of The Hunger Games - Catching Fire, Mockingjay part 1, and part 2) only the Arch install detects them, on Ubuntu this field doesn't show up.
The field, if present, can be seen under "Title Information" in the GUI or in the logs, if running the CLI and printing in "robot" mode, as:
Code: Select all
TINFO:4,49,0,"T6"
Code: Select all
typedef enum _AP_ItemAttributeId
{
.
.
.
ap_iaComment=49
.
.
.
} AP_ItemAttributeId;
Code: Select all
makemkv-oss-1.16.4/makemkvgui/inc/lgpl/apdefs.h
The reason I'd like to be able to enable this is that it seems to give a clue (at least sometimes) to which title is the correct to backup when the disc has a great number of titles with their segments scrambled (likely in order to make backups more difficult by obfuscation)
I'll happily provide more information if needed, any help would be greatly appreciated