Ignore ? in filenames since they are illegal

This commit is contained in:
2013-07-18 23:33:17 +10:00
parent 35ca21e4e4
commit 48e4eae2be
5 changed files with 104 additions and 17 deletions

View File

@@ -47,6 +47,12 @@ class Settings:
return self.__config["HandbrakeCommand"]
def illegalcharacters(self):
"""Get a list of illegal characters for filenames
"""
return self.__config["IllegalCharacters"]
def mythtvaddress(self):
"""
Get the MythTV/address setting