<br><br><div><span class="gmail_quote">On 17/06/06, <b class="gmail_sendername">tom roth</b> &lt;<a href="mailto:rawdlite@googlemail.com">rawdlite@googlemail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_10be16452afcd4e9_0"><br><br><div><span class="gmail_quote">On 17/06/06, <b class="gmail_sendername">tom roth</b> &lt;<a href="mailto:rawdlite@googlemail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
rawdlite@googlemail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br><br><div></div><div><span><span class="gmail_quote">On 16/06/06, <b class="gmail_sendername">tom roth</b> &lt;<a href="mailto:rawdlite@googlemail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

rawdlite@googlemail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>the dvdauthor problems i encountered in mytharchive seem to be caused by dvdauthor.xml.<br>by patching 'MythCenter - Autoplay/theme.xml' to set <br>'wantIntro: 0, wantMainMenu: 0, wantChapterMenu:0, wantDetailsPage: 0' 
<br>
i was able to create a very basic dvdauthor.xml, that did not cause dvdauthor to segfault.<br>now mytharchive finishes succesfully.<br>i will now add the deleted entries one by one to see what caused the segfaults.<br></div>


<div><span><br>
tom</span></div></blockquote></span></div><div><div><br>it seems&nbsp; dvdauthor segfaults were caused by an empty details-1.mpg that dvdauthor.xml referenced.<br>now lets see whether i can find whats causing details-1.mpg to be empty.
<br><br>
tom<br></div><br></div><br>

</div></blockquote></div></span></div><div>it seems it is caused by spumux. my&nbsp; detailsspumux-1.xml looks like this:<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;subpictures&gt;&lt;stream&gt;&lt;spu force=&quot;yes&quot; highlight=&quot;&quot; select=&quot;&quot; start=&quot;00:00:
00.0&quot;/&gt;&lt;/stream&gt;&lt;/subpictures&gt;&nbsp;&nbsp; <br><br><br>can anyone please tell me what it should look like instead ?<br>also can someone explain to me what i would miss if i just copied temp.mpg to details-1.mpg
 ?
<br></div><div><span class="sg"><br>tom<br>

</span></div></blockquote></div><br>this is tedious, but at least i am getting familiar with the mythburn.py code.<br><br>i am not sure this is related to my spumux problem but<br>my info.xml looks like this:<br><br>&lt;?xml version=&quot;
1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;fileinfo&gt;&lt;type&gt;video&lt;/type&gt;<br>&lt;filename&gt;/media/external_video-usb1/filme/aaa_mythtv.mpg&lt;/filename&gt;<br>&lt;title&gt;aaa_mythtv&lt;/title&gt;<br>&lt;recordingdate&gt;&lt;/recordingdate&gt;
<br>&lt;recordingtime/&gt;<br>&lt;subtitle/&gt;<br>&lt;description&gt;Nicht vorhanden&lt;/description&gt;<br>&lt;rating&gt;-1.37907e-08&lt;/rating&gt;<br>&lt;cutlist/&gt;<br>&lt;coverfile&gt;Kein Cover&lt;/coverfile&gt;&lt;
<br>/fileinfo&gt; <br><br><br>therfore i am getting:<br><br>Creating DVD menus<br>Menu page 1<br>Wrapped text&nbsp; = Page 1<br>Image file does not exist 'Kein Cover' <br><br><br>for a quick fix i edited getFileInformation in 
mythburn.py to:<br><br>if record[8]!=&quot;&quot; and record[8]!=&quot;No Cover&quot; and record[8]!=&quot;Kein Cover&quot;:<br><br>but the problem lies with the videometadata table i think. the values in the db should not be language specific, translation should be done in the FE.
<br>sorry if this has already been covered.<br><br>tom<br>