<br><br><div class="gmail_quote">On Feb 10, 2008 3:20 PM, Stefan Wagner <<a href="mailto:stefanwag@gmx.at">stefanwag@gmx.at</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
"Petri Helin" <<a href="mailto:phelin@googlemail.com">phelin@googlemail.com</a>> schrieb im Newsbeitrag<br>news:4763C547.1080009@googlemail.com...<br><div class="Ih2E3d">> Has there been any progress regarding this issue? It looks like ProjectX<br>
> will fail in case there are subtitles in a VDR recording made with<br>> version 1.5.10 or later, because ProjectX does not recognize them being<br>> subtitles and will eventually get stuck to an unending loop. What might<br>
> be the major difference between the old subtitles plugin's way of saving<br>> subtitles and the way they are saved now?<br><br></div>ProjectX 0.90.4.b22 works with vdr 1.5.x recordings.<br><br>but with burn 0.1.0-pre21 i have problems with naming of audio files.<br>
projectx beta named files other than old projectx.<br><br>have anyone a fix for that?<br></blockquote></div><br>Thanks for informing about the update. Seems to work now with recordings with dvb-subtitles from the Finnish broadcaster, YLE, too. <br>
<br>Regarding the renaming of the audio files, I made a few changes in the Project-X in order to fix that:<br><br>--- parser/StreamProcessAudio.java.old 2008-02-11 15:09:21.000000000 +0200<br>+++ parser/StreamProcessAudio.java 2008-02-11 15:08:29.000000000 +0200<br>
@@ -1861,8 +1861,8 @@<br> {<br> for (int i = 1; i < 4; i++)<br> {<br>- str[0][i] += new_str_1;<br>- str[1][i] += new_str_2;<br>+ str[0][i] = new_str_1;<br>
+ str[1][i] = new_str_2;<br> }<br> }<br><br><br>Don't know whether it is "the right way" but with a quick test it seems to work at least.<br><br>-Petri<br>