summaryrefslogtreecommitdiff
path: root/makemkv-bin/debian/settings.conf.example
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-10 16:28:13 +0000
committerB. Stack <bgstack15@gmail.com>2021-07-10 16:28:13 +0000
commitee424bb1f524c42530ebc0b24b057f8a1ec95c79 (patch)
treeefc2916e09831f48d424b9be4ffff92a21ac2944 /makemkv-bin/debian/settings.conf.example
parentMerge branch 'scite-bump' into 'master' (diff)
parentmakemkv 1.16.4 rc1 (diff)
downloadstackrpms-ee424bb1f524c42530ebc0b24b057f8a1ec95c79.tar.gz
stackrpms-ee424bb1f524c42530ebc0b24b057f8a1ec95c79.tar.bz2
stackrpms-ee424bb1f524c42530ebc0b24b057f8a1ec95c79.zip
Merge branch 'makemkv-bump' into 'master'
makemkv 1.16.4 See merge request bgstack15/stackrpms!248
Diffstat (limited to 'makemkv-bin/debian/settings.conf.example')
-rw-r--r--makemkv-bin/debian/settings.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example
index 4f04a88..f341676 100644
--- a/makemkv-bin/debian/settings.conf.example
+++ b/makemkv-bin/debian/settings.conf.example
@@ -1,12 +1,12 @@
#
# MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release)
-# suitable for version 1.16.3 as of 2021-04-01
+# suitable for version 1.16.4 as of 2021-07-08
# 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-bzbIz9GKcA8KINjhv127mYiwwEuFmEiGa1aUNH7gdvOPCqvhQVXPnDdDlm62663Bo0"
+app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv"
app_PreferredLanguage = "eng"
app_ccextractor = ""
bgstack15