[FEATURE REQ / BUG?] makemkvcon accesses all optical drives no matter what is specified on the CLI to use
Posted: Fri Oct 25, 2024 4:26 pm
Title says it.
I have two optical drives hooked up to my system to rip more disks faster, and am working on a python script to automate importing data from my physical media to a storage server.
The (minor) problem is that when one drive is occupied ripping a disc and I load the other drive, both drives pause when a an instance of `mkmkvcon` is invoked while it reads both drives' properties. It'd be better optimized if, when `disk:n` or `dev:x` is specified on the CLI, only the specified drive is loaded/accessed.
Is this expected behavior, and if not, could it be added?
I have two optical drives hooked up to my system to rip more disks faster, and am working on a python script to automate importing data from my physical media to a storage server.
The (minor) problem is that when one drive is occupied ripping a disc and I load the other drive, both drives pause when a an instance of `mkmkvcon` is invoked while it reads both drives' properties. It'd be better optimized if, when `disk:n` or `dev:x` is specified on the CLI, only the specified drive is loaded/accessed.
Is this expected behavior, and if not, could it be added?