[FEATURE REQ / BUG?] makemkvcon accesses all optical drives no matter what is specified on the CLI to use

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
Message
Author
enigma_0z
Posts: 5
Joined: Thu Oct 24, 2024 2:05 pm

[FEATURE REQ / BUG?] makemkvcon accesses all optical drives no matter what is specified on the CLI to use

#1 Post by enigma_0z » 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?

dcoke22
Posts: 3049
Joined: Wed Jul 22, 2020 11:25 pm

Re: [FEATURE REQ / BUG?] makemkvcon accesses all optical drives no matter what is specified on the CLI to use

#2 Post by dcoke22 » Sat Oct 26, 2024 4:29 pm

I don't generally use MakeMKV from the command line, but in MakeMKV's preferences there's a setting called 'Ask for single drive mode' that makes an instance of MakeMKV only access one drive. With this turned on, you can run two instances of MakeMKV against separate drives and they won't interfere with each other. I do not know how this translates to the CLI.

enigma_0z
Posts: 5
Joined: Thu Oct 24, 2024 2:05 pm

Re: [FEATURE REQ / BUG?] makemkvcon accesses all optical drives no matter what is specified on the CLI to use

#3 Post by enigma_0z » Sat Oct 26, 2024 7:55 pm

I'll check it out and report back. From what I can tell, the cmdline version uses the same config file (I get debug logs even from `makemkvcon`, and same for reg), so hopefully it'll do a thing, thanks <3

drxenos
Posts: 53
Joined: Sun Mar 17, 2019 12:55 pm

Re: [FEATURE REQ / BUG?] makemkvcon accesses all optical drives no matter what is specified on the CLI to use

#4 Post by drxenos » Sat Nov 02, 2024 3:27 pm

Just use the --noscan option. I use 5 drives simultaneously from the command line (C++) and I don't have an issue.

Post Reply