Page 1 of 1

Feature request: --version support

Posted: Mon Sep 26, 2011 9:33 pm
by jdbower
I'd like to request that makemkv and/or makemkvcon support a --version (or similar) parameter that will just output the version information and exit. It would be useful for scripting to make sure you're running the most up-to-date flavor. Thanks!

Re: Feature request: --version support

Posted: Wed Oct 26, 2011 6:11 am
by mike admin

Code: Select all

makemkvcon -r --noscan --cache=4 bububu
You can run this, wait for line that starts with "MSG:1005" and use fifth element in CSV array. It's ugly, but works now. The option you've requested should be added in the next version.

Re: Feature request: --version support

Posted: Wed Oct 26, 2011 10:22 am
by jdbower
Thanks for both the feature and the workaround!