Update config.py

Added config option for ID3 tag version select
This commit is contained in:
Jonny
2015-02-16 22:31:30 +00:00
committed by Bas Stottelaar
parent ff8f6b1d00
commit 00dc5d8c38

View File

@@ -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', []),