summaryrefslogtreecommitdiff
path: root/makemkv-bin/debian/settings.conf.example
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-29 13:30:48 -0400
committerB. Stack <bgstack15@gmail.com>2022-06-29 13:30:48 -0400
commit81b49eb60f4643481e7cec30ae5ea50e791f872c (patch)
tree6c591be08779f00903e2da9f78716e2333c6825b /makemkv-bin/debian/settings.conf.example
parentlw 101.0.1 dpkg rc1 (diff)
downloadstackrpms-81b49eb60f4643481e7cec30ae5ea50e791f872c.tar.gz
stackrpms-81b49eb60f4643481e7cec30ae5ea50e791f872c.tar.bz2
stackrpms-81b49eb60f4643481e7cec30ae5ea50e791f872c.zip
makemkv 1.17.0 rc1
Diffstat (limited to 'makemkv-bin/debian/settings.conf.example')
-rw-r--r--makemkv-bin/debian/settings.conf.example8
1 files changed, 3 insertions, 5 deletions
diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example
index 14a017e..7cf248f 100644
--- a/makemkv-bin/debian/settings.conf.example
+++ b/makemkv-bin/debian/settings.conf.example
@@ -1,13 +1,11 @@
#
-# MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release)
-# suitable for version 1.16.5 as of 2021-11-05
+# MakeMKV settings file, written by MakeMKV v1.17.0 linux(x64-release)
+# suitable for version 1.17.0 as of 2022-06-09
# However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work.
app_DestinationDir = ""
app_InterfaceLanguage = "eng"
app_Java = ""
-app_Key = "T-TwE7WcJc3CdIsCfVWztmTjeXqLsgGE8MApbZpXqf5ofCoKTw8qIcSBb71vQzrkZ0fW"
+app_Key = "T-T2HdpRvyvJtxjVtKWRv1n92AcFFFlYyl3FX2mazk0obKPR3V1fgIDQ793QfUnT2opR"
app_PreferredLanguage = "eng"
app_ccextractor = ""
-
-
bgstack15