From 00dc5d8c3869166c72a45e0244c2503cc7e35933 Mon Sep 17 00:00:00 2001 From: Jonny Date: Mon, 16 Feb 2015 22:31:30 +0000 Subject: [PATCH] Update config.py Added config option for ID3 tag version select --- headphones/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/config.py b/headphones/config.py index 5306aa4e..b27d48da 100644 --- a/headphones/config.py +++ b/headphones/config.py @@ -104,6 +104,7 @@ _CONFIG_DEFINITIONS = { 'HTTP_PROXY': (int, 'General', 0), 'HTTP_ROOT': (str, 'General', '/'), 'HTTP_USERNAME': (str, 'General', ''), + 'IDTAG': (int, 'Beets', 0), 'IGNORED_WORDS': (str, 'General', ''), 'IGNORED_FOLDERS': (list, 'Advanced', []), 'IGNORED_FILES': (list, 'Advanced', []),