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