Allow # in filenames

This commit is contained in:
dbr
2008-10-20 19:05:10 +10:30
parent 8a6dc68ad6
commit eff6fb2e07

View File

@@ -46,7 +46,7 @@ regex_config={}
# Character class for valid episode/show names. # Character class for valid episode/show names.
# Example: [a-zA-Z0-9\-'\ ] # Example: [a-zA-Z0-9\-'\ ]
regex_config['valid_in_names'] = "[\w\(\).,\[\]'\ \-?]" regex_config['valid_in_names'] = "[\w\(\).,\[\]'\ \-?!#]"
# Location to process # Location to process
loc = "." # Runs from the current path loc = "." # Runs from the current path