YAMJ / yamj-v2

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

mjb.subtitle.delimiter not working #2687

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2690 created by Omertron on 2013-10-30T20:35:15.000Z:

What steps will reproduce the problem?

  1. Run YAMJ on a file with multiple subtitles, mjb.subtitle.delimiter= /
    2. 3.

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

In the movie.xml seeing <subtitles>English/ Italian/ Russian/ Swedish/ Danish</subtitles> rather than <subtitles>English / Italian / Russian / Swedish / Danish</subtitles>

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

running r3776 on Win 8.1 (64 bit)

What skin are you using?

tested on Zappiti, evstreamed, evHell

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

A400 and A110

Please provide any additional information below.

evHell uses mjb.XMLcompatible=true, to be able to parse and sort the subtitles by country. Without the leading space before /, the parsing does not work

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-11-11T10:42:11.000Z:

This issue was closed by revision r3781.