Ignore ? in filenames since they are illegal
This commit is contained in:
parent
35ca21e4e4
commit
48e4eae2be
5 changed files with 104 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue