YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

Birthday showing incorrect characters #2701

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2704 created by Omertron on 2013-12-06T15:35:09.000Z:

What steps will reproduce the problem? 1.run yamj with mjb.people=true and pulling from imdb 2.look at people output for birthday 3.

What is the expected output? What do you see instead?

In the person.xml

Expect dd-mm-yyyy format i.e. 04-04-1932 Getting &r-4--1932

What version/revision of YAMJ are you using? On what operating system?

Running eversion and r3831

What skin are you using?

What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?

Please provide any additional information below.

Looking at the imdb page http://www.imdb.com/name/nm0001789/?ref_=nv_sr_1 I can see the format for is yyyy-m-d, so <time datetime="1932-4-4" itemprop="birthDate"> and <time datetime="1986-12-29" itemprop="deathDate">.

If Yamj is expecting to parse yyyy-mm-dd and finding yyyy-m-d, this may be the cause of the problem

so

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-12-06T20:42:49.000Z:

This issue was closed by revision r3832.

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2013-12-07T11:49:23.000Z:

This issue was closed by revision r3834.