summaryrefslogtreecommitdiff
path: root/makemkv-bin
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-09 09:46:13 -0500
committerB Stack <bgstack15@gmail.com>2019-03-09 09:46:13 -0500
commit829ab6970c531b088c8a3ef548a1f88fb37ae6d9 (patch)
tree10ed5f54d9ba088b4007709a2f1b6530cfc633da /makemkv-bin
parentmakemkv-oss fix arch problem for config (diff)
downloadstackrpms-829ab6970c531b088c8a3ef548a1f88fb37ae6d9.tar.gz
stackrpms-829ab6970c531b088c8a3ef548a1f88fb37ae6d9.tar.bz2
stackrpms-829ab6970c531b088c8a3ef548a1f88fb37ae6d9.zip
add more lines to conf example
Diffstat (limited to 'makemkv-bin')
-rw-r--r--makemkv-bin/debian/settings.conf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example
index 2c1ab67..8b7dbfc 100644
--- a/makemkv-bin/debian/settings.conf.example
+++ b/makemkv-bin/debian/settings.conf.example
@@ -2,5 +2,11 @@
# MakeMKV settings file, written by MakeMKV v1.14.2 linux(x64-release)
# Useful when system time is 2019-02-22
+app_DestinationDir = ""
+app_ExpertMode = "1"
+app_Java = ""
app_Key = "T-JRohkknxtUGHBE5RWnzpxHH01EN4UkVJI8evivBOw56OH8KWxbVE3w6yBTMHm5qF7D"
+app_PreferredLanguage = "eng"
+app_UpdateEnable = "0"
+app_ccextractor = "/usr/bin/ccextractor"
bgstack15