Machine-Sanctum Wrote:Well if it fixes it it should stay in there just in case. Wasn't a major thing so.
Just set my nightly build to french (luckely i know a little) and i had no problems so it might by something else.
Seems like a big problem for me, I've just checked I have these "," everywhere, even in xbmc guisettings.xml.
I compared it with my backed up guisettings.xml from before I upgrade to pre-Eden, and the Dharma one doesn't have the ","
for example
Code:
Dharma guisettings.xml
...
<defaultvideosettings>
<interlacemethod>0</interlacemethod>
<scalingmethod>1</scalingmethod>
<noisereduction>0.000000</noisereduction>
<sharpness>0.000000</sharpness>
<viewmode>0</viewmode>
<zoomamount>1.000000</zoomamount>
<pixelratio>1.000000</pixelratio>
...
<locale>
<charset>DEFAULT</charset>
<country>France</country>
<language>French</language>
<timezone>Europe/Paris</timezone>
<timezonecountry>France</timezonecountry>
</locale>
...
Eden guisettings:
...
<defaultvideosettings>
<deinterlacemode>0</deinterlacemode>
<interlacemethod>1</interlacemethod>
<scalingmethod>1</scalingmethod>
<noisereduction>0,000000</noisereduction>
<postprocess>false</postprocess>
<sharpness>0,000000</sharpness>
<viewmode>0</viewmode>
<zoomamount>1,000000</zoomamount>
<pixelratio>1,000000</pixelratio>
...
<locale>
<charset>DEFAULT</charset>
<country>France</country>
<language>French</language>
<timezone>Europe/Paris</timezone>
<timezonecountry>France</timezonecountry>
</locale>
...
So this must be an XBMC problem, not a script problem.