C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
157 stars 15 forks source link

[It broke]: Parsing of Manga Names with Special Characters #85

Closed db-2001 closed 11 months ago

db-2001 commented 1 year ago

What is broken?

Manga Titles with special characters "+", "é" get left out when saving to disk. Example is The Café Terrace and it's Goddesses. This also causes issues when there is a manga called Citrus and then another called Citrus+, it saves the original as 'Citrus' and Citrus+ as 'Citrus ' and causes Kavita to confound the two.

Log-output

N/A

Additional stuff

No response

C9Glax commented 11 months ago

The problem with these, is that special characters and directory names don't mix well. I added a Regex that I know works with directory-names, + should work too, so I added that.