makemkcon Set DVD open mode
-
knuxyl
- Posts: 7
- Joined: Fri Aug 01, 2025 10:59 pm
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?
-
dcoke22
- Posts: 4575
- Joined: Wed Jul 22, 2020 11:25 pm
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"-
knuxyl
- Posts: 7
- Joined: Fri Aug 01, 2025 10:59 pm
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 pm 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"
Edit
This github suggests it actually does, so that solves my problem! thanks a lot!
https://github.com/automatic-ripping-ma ... keMKV-Info