Metron-Project/darkseid

Should '+' be stripped from the Series name?

bpepple opened this issue · 0 comments

Describe the bug
Currently, the code strips the '+' from the series name of a comic file, but for some series is should be included. For example Marvels 'A+X' series.

To Reproduce
Have a file named A+X #001 (2012).cbz, when parsing the filename it will give the series name as "A X".

Expected behavior
When parsing the file as listed as above, the series name should be returned as "A+X"

Additional context
To fix it, the following line would need to be removed:

https://github.com/bpepple/darkseid/blob/0c2480e335ab62447a9c26c8a6b6ad499b8161de/darkseid/filenameparser.py#L165

Should be fine to do this, but need to do a bit of digging to see there are no corner cases that this is needed for.