YAMJ / yamj-v2

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

XMLcompatible doesn't work for extracting multiple subtitles #2740

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

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.

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2014-10-20T22:57:45.000Z:

This issue was closed by revision r3939.