(2014-12-02, 05:00)echo Wrote: (2014-12-01, 19:02)vbat99 Wrote: Kodi (XBMC) does not use the Thousands separator when importing the nfo.
I am not sure what you mean... I just tested with several nfo files... whenever there is a comma/separator in the vote count in the nfo (for example <votes>94,953</votes>), it IS properly imported into Kodi. However in recent versions of MC, for some reason the nfo is saved as <votes>94953</votes>, for example, and without the thousands separator..
What I did was export some test files in Kodi library and check the nfo. Kodi exports the votes like
30000, no comma or character as the thousands separator.
I have just tested by scraping a new movie, editing the votes to 65535. Then let Kodi B5 scan the movie into the library. Note, the votes in the nfo
Code:
<rating>6.9</rating>
<votes>65535</votes>
<top250>0</top250>
Once in Kodi, I deleted the nfo, and went to Settings, Video, Export Library, separate files, overwrite old files.
Exported nfo for this movie showed
Code:
<rating>6.900000</rating>
<epbookmark>0.000000</epbookmark>
<year>2006</year>
<top250>0</top250>
<votes>65535</votes>
<outline></outline>
So Kodi was importing the votes, and exporting the votes, without a thousands separator.
I do not know why this is not working for your setup.