Scraper for "Local Information only" – missing l10n and i18n



Hi there,

i use “Local information only” as scraper for my movies.
Unfortunately there are neither i18n nor l10n settings for the metadata.
This results in wrong ratings.

For exampe:
the movie “Aladdin” (1992) has a rating of 7,7.
If i scrape the metadata, the API of TMDB delivers a comma seperated value of “7,7” because of my settings (otherwise i would get all of the movie information in english).
KODIs local scraper just seems to know the point as seperator for numbers. As a result the information shows me a rating of “7.0” instead of “7,7”.

To solve my situation, i have to edit the NFO of the movie to “<rating>7.7</rating>”, which is far away from automation.
Second problem is the displayed value: there is also a point to seperate the values (skin displays “7.7” instead of “7,7”).
Same for the number of ratings: 10,978 (english notation) instead of 10.978 (used in europe for example).

Further information about the situation can be found here:
https://en.wikipedia.org/wiki/Decimal_separator

It would be great, if the devs could manage a configuration part of the local scraper and the displayed values.