pigeon_hole/pigeonhole/config.py

15 lines
396 B
Python

# -*- coding: UTF8 -*-
# Configuration file
### If a folder only contains these types of files, we can delete it.
useless_files_extensions = ('srr', 'nfo', 'sfv')
### Consider only files with these extensions
shows_extensions = ('avi', 'mkv')
### Dictionary for special filename contents
shows_dict = {
'wc' : 'white collar',
'tbbt' : 'the big bang theory',
'beingerica' : 'being erica',
}