Hello all...noob to forum.
Apologies if this has been covered, but I've had no positive results in searches.  I've set up a Windows 7 system to allow testing of command-line switches in advance of configuring a headless Linux system.
I haven't found doc links to anything that breaks down or provides a list of all available command-line switches/options.  If it is part of formal documentation, where can I find it.  If not, has any forum member put together a master list?
Admins: if this is in the wrong sub-grouping of the forum, please relocate as you see fit...much appreciated.
Thanks in advance for accommodating a new guy.  Looking forward to being of use to others on the board.
			
									
									
						Compendium of all available command-line switches/options?
- 
				dingerjunkie
 - Posts: 6
 - Joined: Thu Oct 22, 2015 4:50 pm
 
Re: Compendium of all available command-line switches/option
/developers/usage.txt
http://www.makemkv.com/forum2/viewtopic ... 418#p40418
If you can figure out what they do.
			
									
									
						There's also a "--profile" switch that tells it which profile to use and all of these:makemkvcon wrote: Use: makemkvcon [switches] Command [Parameters]
Commands:
info <source>
prints info about disc
mkv <source> <title id> <destination folder>
saves a single title to mkv file
stream <source>
starts streaming server
backup <source> <destination folder>
backs up disc to a hard drive
Source specification:
iso:<FileName> - open iso image <FileName>
file:<FolderName> - open files in folder <FolderName>
disc:<DiscId> - open disc with id <DiscId> (see list Command)
dev:<DeviceName> - open disc with OS device name <DeviceName>
Switches:
-r --robot - turn on "robot" mode, see /developers
C:\Users\chadg>helpme makemkv
Use: makemkvcon [switches] Command [Parameters]
Commands:
info <source>
prints info about disc
mkv <source> <title id> <destination folder>
saves a single title to mkv file
stream <source>
starts streaming server
backup <source> <destination folder>
backs up disc to a hard drive
Source specification:
iso:<FileName> - open iso image <FileName>
file:<FolderName> - open files in folder <FolderName>
disc:<DiscId> - open disc with id <DiscId> (see list Command)
dev:<DeviceName> - open disc with OS device name <DeviceName>
Switches:
-r --robot - turn on "robot" mode, see /developers
http://www.makemkv.com/forum2/viewtopic ... 418#p40418
If you can figure out what they do.
- 
				dingerjunkie
 - Posts: 6
 - Joined: Thu Oct 22, 2015 4:50 pm
 
Re: Compendium of all available command-line switches/option
...many thanks for the heads-up.