Reorganised files, changed tagging to tvorganise. Start of fork.

This commit is contained in:
2010-01-26 10:51:04 +00:00
parent f18d5aca10
commit 4d4ef08ef7
5 changed files with 10 additions and 480 deletions

View File

@@ -8,7 +8,7 @@ regex_config={}
# Character class for valid episode/show names.
# Example: [a-zA-Z0-9\-'\ ]
regex_config['valid_in_names'] = "[\w\(\).,\[\]'\ \-?!#]"
regex_config['valid_in_names'] = "[\w\(\).,\[\]'\ \-?!#:]"
tv_regex = {}