Original issue 2743 created by Omertron on 2014-08-30T19:30:24.000Z:
What steps will reproduce the problem?
1.Run YAMJ with mjb.XMLcompatible=true
2.Look at the produced movie xml files for movies with multiple subtitles
3.
What is the expected output? What do you see instead?
Expected output example:
<subs count="4">
<subtitle>Swedish</subtitle>
<subtitle>no</subtitle>
<subtitle>Danish</subtitle>
<subtitle>fi</subtitle>
</subs>
Actual output example:
<subs count="1">
<subtitle>Swedish/no/Danish/fi</subtitle>
</subs>
What version/revision of YAMJ are you using? On what operating system?
YAMJ 2.10-SNAPSHOT (r3900)
Windows 8
What skin are you using?
evhell
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
PCH-A400
Original issue 2743 created by Omertron on 2014-08-30T19:30:24.000Z:
What steps will reproduce the problem? 1.Run YAMJ with mjb.XMLcompatible=true 2.Look at the produced movie xml files for movies with multiple subtitles 3.
What is the expected output? What do you see instead? Expected output example: <subs count="4"> <subtitle>Swedish</subtitle> <subtitle>no</subtitle> <subtitle>Danish</subtitle> <subtitle>fi</subtitle> </subs>
Actual output example: <subs count="1"> <subtitle>Swedish/no/Danish/fi</subtitle> </subs>
What version/revision of YAMJ are you using? On what operating system? YAMJ 2.10-SNAPSHOT (r3900) Windows 8
What skin are you using? evhell
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other? PCH-A400
Please provide any additional information below.