scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Filename period parser problem #370

Closed saftle closed 8 years ago

saftle commented 8 years ago

Ever since the filename parser was put into place, everything after the first period is removed from the filename. I think it should instead remove everything after the last period. Games like "Dr. Mario", are instead being changed into "Dr".

Thanks for your works guys.

scottrice commented 8 years ago

I'm pretty sure I fixed this already in 815888c90c243be9c9a3b8ee25685b77c9d725df. I included a test case for Dr Mario specifically (https://github.com/scottrice/Ice/blob/master/tests/rom_parser_tests.py#L25), are you using the most updated version? If you have another test case I can definitely include it.

saftle commented 8 years ago

Oh, I think I may be on the newest windows stable release, rather than from source. Thanks for the update!