makemkcon Set DVD open mode

The place to discuss linux version of MakeMKV
Post Reply
knuxyl
Posts: 7
Joined: Fri Aug 01, 2025 10:59 pm

makemkcon Set DVD open mode

Post by knuxyl »

The documentation and manpages for MakeMKV seem to indicate all functionality from the GUI is taken from the command line application, but I cannot find how to set the DVD open mode. I looked through the source code but it's just sending bits to the server, there is no logic in it whatsoever. How can I set the DVD open mode to CellFull with makemkvcon?
dcoke22
Posts: 4073
Joined: Wed Jul 22, 2020 11:25 pm

Re: makemkcon Set DVD open mode

Post by dcoke22 »

When you set it to CellTrim with the GUI on macOS, settings.conf is updated to include this:

Code: Select all

dvd_SPRemoveMethod = "2"
So my guess is you need to update the settings to whatever mode you want as appropriate for your platform and then start makemkvcon.
knuxyl
Posts: 7
Joined: Fri Aug 01, 2025 10:59 pm

Re: makemkcon Set DVD open mode

Post by knuxyl »

dcoke22 wrote:
Wed Oct 15, 2025 12:56 pm
When you set it to CellTrim with the GUI on macOS, settings.conf is updated to include this:

Code: Select all

dvd_SPRemoveMethod = "2"
So my guess is you need to update the settings to whatever mode you want as appropriate for your platform and then start makemkvcon.
Thank you for sharing! I see I have settings.conf in ~/.MakeMKV/, but does makemkvcon actually use the settings file?

Edit
This github suggests it actually does, so that solves my problem! thanks a lot!
https://github.com/automatic-ripping-ma ... keMKV-Info
Post Reply