aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 499b32b..68f25d6 100644
--- a/settings.py
+++ b/settings.py
@@ -1,6 +1,14 @@
default_settings = '''route_tor = False
port_number = 80
allow_foreign_addresses = False
+
+# 0 - off by default
+# 1 - only manually created subtitles on by default
+# 2 - enable even if automatically generated is all that's available
+subtitles_mode = 0
+
+# ISO 639 language code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
+subtitles_language = "en"
'''
exec(default_settings)
try: