Page 1 of 1

Way to lock makemkv to one drive and specify on command line

Posted: Thu Jun 13, 2013 3:05 pm
by MikeyCarter
I'd like to see a way to lock makemkv to one drive.

That is to run makemkv /dev/sr2 from the command line and have it only work on that drive. I tend to run multiple copies of makemkv at the same time and it's auto-sensing get's annoying especially if one of my drives is running slow. It can take several minutes when you insert a disk.

Re: Way to lock makemkv to one drive and specify on command

Posted: Thu Jun 20, 2013 7:57 pm
by austingrd
Hi Mike, have you found a way to do this already? I'm not really sure but I don't think that this is possible yet. Perhaps in the future, developers could develop this.

Re: Way to lock makemkv to one drive and specify on command

Posted: Mon Jul 01, 2013 10:24 pm
by BitJam2
Did you try the command line paramter "dev:/dev/sr2"? That's works for me here in stream mode:

Code: Select all

$ ps aux | grep \[m]ake
$USER       46457  5.2 13.3 948108 540260 ?       Ssl  16:09   0:32 makemkvcon --bindport=52034 stream dev:/dev/sr0

Re: Way to lock makemkv to one drive and specify on command

Posted: Wed Jul 03, 2013 7:06 am
by mike admin
MikeyCarter wrote:I'd like to see a way to lock makemkv to one drive.

That is to run makemkv /dev/sr2 from the command line and have it only work on that drive. I tend to run multiple copies of makemkv at the same time and it's auto-sensing get's annoying especially if one of my drives is running slow. It can take several minutes when you insert a disk.
Thant's how it works right now (for command line). If you specify the drive name then MakeMKV will only use this particular drive. To skip scanning all drives specify --noscan.