the volume in the plugin is stuck at 6,352941E+08 , i was thinking about 20%
but when i start musicbee 3.5.8698 portable the volume is at max
If the volume read from the settings file is invalid (i.e. not a number between 0 and 100), I currently have the plugin set to max it instead.
Is the 6,352941E+0 showing up in the preferences window?
Are you saying that, when you manually type "20" in that window, the plugin is writing "6,352941E+08" to its settings file, instead of 0.2 or 0,2?
Edit:
sampleFloat = float.Parse(floatString, System.Globalization.CultureInfo.InvariantCulture);
floatString = sampleFloat.ToString(System.Globalization.CultureInfo.InvariantCulture))
Shot, thanks. I'll experiment with that should the commas and periods still be the issue on gaiastar's side.
So far, I've only worried about reading from the file.
I've left it to the OS to decide how to write the decimal to the file.
It's only the reading back where I've put something to replace a comma with a period, since MusicBee will only accept periods.