summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index d24c418..7baf99a 100644
--- a/config.py
+++ b/config.py
@@ -44,6 +44,7 @@ cfg = CfgParser()
cfg.read(os.path.expanduser("~/.cutter.cfg"))
DIR = cfg.get("encoding", "dir", ".")
+USE_TEMPDIR = cfg.getbool("encoding", "use_tempdir")
COMPRESSION = cfg.getint("encoding", "compression")
SAMPLE_RATE = cfg.getint("output", "sample_rate")