ITADN

Treat Special Characters As Spaces

#48Closednahnotnathan 创建于 2025-08-27
enhancement
N
nahnotnathancommented
Currently I have two options for handling folders that use underscores or periods as spaces in the folder name: 1. Regex filtering them out with [_]|[.-] alongside my other filters to get rid of extra information Example: Deus.Ex.GOTY.v.1.12.Windows-GOG Game Title Result: DeusEx Scrape Result: Fail 2. Leaving them in Example: Deus.Ex.GOTY.v.1.12.Windows-GOG Game Title Result: Deus.Ex Scrape Result: Fail This blocks users from being able to effectively monitor a download folder and automatically pull in any new downloads. I can of course go into the folder and edit the folder names, but at that point its not automatic. Possible to add a check box to remove special characters from folder names and replace with a space instead? This should greatly increase the likelihood of the scraper finding a match
关闭于 2025-09-07 2 条评论