MattEqualsCoder / MSUScripter

Application for creating MSUs and related files
MIT License
5 stars 2 forks source link

PyMusicLooper Error: '0,25' is not a valid float #53

Closed Vivelin closed 9 months ago

Vivelin commented 9 months ago

Python 3.11.6 PyMusicLooper 3.2.2

Adding a new song using Add Song Window and browsing a file then gives me this at the bottom part of the window:

PyMusicLooper Error: +- Error -+ | Invalid value for '--min-duration-multiplier': '0,25' is not a valid float | | range. | +-+

I suspect this is because I'm using the regional format "English (Netherlands)" in Windows which uses comma as decimal separator rather than a period.

I can probably send in a PR for this.