Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
makemkv [2014/08/25 23:18]
beandog
makemkv [2017/02/03 08:49]
beandog
Line 5: Line 5:
 See: [[http://​www.makemkv.com/​forum2/​viewtopic.php?​f=5&​t=1053]] for key See: [[http://​www.makemkv.com/​forum2/​viewtopic.php?​f=5&​t=1053]] for key
  
-You can use MakeMKV on CLI, though the syntax is so confusing, I  +See http://​www.makemkv.com/​developers/​usage.txt for CLI instructions.
-don't recommend it.+
  
-See http://www.makemkv.com/developers/​usage.txt+Your API key needs to be set in ''​~/.MakeMKV/settings.conf''​ 
 + 
 +<​code>​ 
 +app_Key = "​app-key-123"​ 
 +</code>
  
 To backup into directory "​test":​ To backup into directory "​test":​
Line 16: Line 19:
  
 ** Backup main titles to MKV ** ** Backup main titles to MKV **
 +
 +Note that it won't take a symlink to the block device.
 +
 +<​code>​
 +makemkvcon mkv dev:/​dev/​sr0 all .
 +</​code>​
 +
 +Another option:
  
 <​code>​ <​code>​
 makemkvcon mkv disc:0 all . makemkvcon mkv disc:0 all .
 </​code>​ </​code>​

Navigation