Auto Eject
Auto Eject
is there any way to get makemkv to auto eject after it is done saving the titles to the hard drive or is this something that people wouldn't like cause i know i would like to have it do that cause i get involved with other tasks on my computer and i forget all about it being done lol just was wondering be nice to see if enough other people would want it
Re: Auto Eject
No, nothing right now.
If it ONLY did it on a successful rip AND you enabled it as needed, I think it would be a good feature request!
If it ONLY did it on a successful rip AND you enabled it as needed, I think it would be a good feature request!
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Auto Eject
Some of the batch tools here allow to start a file, like a batch with an eject command, when the queue is finished.
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
Re: Auto Eject
How do you go about using themChetwood wrote:Some of the batch tools here allow to start a file, like a batch with an eject command, when the queue is finished.
Re: Auto Eject
I will add my voice to the "YES" group.fido69_99 wrote:is there any way to get makemkv to auto eject after it is done saving the titles ...
Like most users, I load a disc, select the title(s), "Make MKV", "Eject."
Never have I selected an additional title to rip.
This option would eliminate two user actions: 1 - "OK" to the pop-up, "2 - Eject" button.
Yup - all the time!i get involved with other tasks on my computer and i forget all about it
Additionally - got a real problem here - discs left idle after a rip hang the system and it has to be shut off to recover.
This optional feature would be a big time saver in both ways!!
Batch is not an option since it requires user eyes to select the title(s).
It could be added to Preferences->General->Miscellaneous as "Eject after saving" - default = Unchecked".
Transparent to current users - no change.
Mac Pro 2.8 GHz Quad-Core Intel Xeon
Mac OS X ElCapitan 10.11.6 (15G1212)
32 GB Memory, 20+TB disk
Mac OS X ElCapitan 10.11.6 (15G1212)
32 GB Memory, 20+TB disk
Re: Auto Eject
No, it doesn't.michaelt wrote:Batch is not an option since it requires user eyes to select the title(s).
I've used an Autoitscript compiled to an exe file which is called from the batch converter once the queue is done but I'm pretty sure you could use any scripting language like VBScript or something. My drive letter is O:fido69_99 wrote:How do you go about using them
Code: Select all
#include <AutoItConstants.au3>
CDTray("O:", $CDTRAY_OPEN)
Exit
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch