makemkcon Set DVD open mode
makemkcon Set DVD open mode
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?
Re: makemkcon Set DVD open mode
When you set it to CellTrim with the GUI on macOS, settings.conf is updated to include this:
So my guess is you need to update the settings to whatever mode you want as appropriate for your platform and then start makemkvcon.
Code: Select all
dvd_SPRemoveMethod = "2"
Re: makemkcon Set DVD open mode
Thank you for sharing! I see I have settings.conf in ~/.MakeMKV/, but does makemkvcon actually use the settings file?dcoke22 wrote: ↑Wed Oct 15, 2025 12:56 pmWhen you set it to CellTrim with the GUI on macOS, settings.conf is updated to include this:
So my guess is you need to update the settings to whatever mode you want as appropriate for your platform and then start makemkvcon.Code: Select all
dvd_SPRemoveMethod = "2"
Edit
This github suggests it actually does, so that solves my problem! thanks a lot!
https://github.com/automatic-ripping-ma ... keMKV-Info