Black09/script.metadata.actors

Wrong date format

davidmuma opened this issue · 9 comments

In my XBMC FRODO, date is:

090909, 0909' of 'October' of '1940

sorry for my english

Does it happen for all actors or just a specific one? How is your date format setting in the add-on settings?

It happen for all actors

date format "large"
313131, 3131' of 'July' of '1950

date format "short"
D/M/1950

Strange... don't have this issue. Do you use my skin with the script?

I use Aeon Nox Skin, I will try to Xperience1080 skin

It's working fine here in Aeon Nox. Which OS do you use? Which language do you use in XBMC?

I use windows 8, XBMC Frodo 12.1, skin Aeon Nox 4.0, spanish language.

Ok spanish language is the problem (possibly also affects other languages). I will have a look into it when I have the time.

Ok, thank you very much

It's a bug with XBMC's getRegion function... for spanish xbmc.getRegion( "datelong" ) returns

%d%d%d, %d%d' de '%B' de '%Y

which clearly is not correct. I'm afraid this won't be fixed for Frodo 12.2 but I'll create a trac ticket. You have to live with that for now.

Here's the ticket -> http://trac.xbmc.org/ticket/14286