<br><br><div class="gmail_quote">On Thu, Feb 21, 2008 at 3:52 PM, Per Jørgensen &lt;<a href="mailto:myth@pbj-design.dk">myth@pbj-design.dk</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey Group.<br>
<br>
I have completed the under the stairs solution, which is working great.<br>
I have my Core server running without GUI - Onĺy Backend.<br>
<br>
Now I want to use MythArchive - for some recording and burn&#39;em out.<br>
But after choosing the files etc on a frontend in the livingroom - It&#39;s<br>
starts with the screen - But no logfiles are starting. Is there any<br>
special settings about mytharchive and having a setup like this. Caurse<br>
nothings happens at all when starting making a DVD ???<br>
<br>
Well - here&#39;s how I do on the Frontend.<br>
Put in an empty DVD<br>
Go to CD/DVD<br>
Choose MythArchive<br>
Choose single layer DVD<br>
Choose the recorded shows ( 2 X 1.6GB)<br>
Choose the theme - The MythTV standard.<br>
Press Finish !<br>
A window cmes up<br>
Auto update frequency Logviewer 5 seconds<br>
Cancel - Update - Exit<br>
<br>
And This window keeps beeing empty!<br>
I&#39;ll get this message with the DVD on the frontend where the empty disc<br>
is :<br>
2008-02-21 21:40:26.479 /dev/cdrom Disk OK...<br>
2008-02-21 21:40:26.480 /dev/cdrom Current status MEDIASTAT_UNKNOWN<br>
2008-02-21 21:40:26.481 found no disk<br>
2008-02-21 21:40:26.983 /dev/cdrom Disk OK...<br>
<br>
But Nothing happens at all - And I have it running all nigth.<br>
Since I have normally run mythfrontend on the machine&#39;s I had some<br>
troubles about the DVD drive on the frontends - since they don&#39;t respons<br>
to command from the backends - But could it be caurse that I&#39;m using a<br>
user to run MythTV instead of root from other places!<br>
<br>
Thanks<br>
<font color="#888888">Per Jørgensen<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</font></blockquote></div><br><br><br>Try running mythburn.py from the command line to see what happens.&nbsp; You need to manually setup a mydata.xml file in &lt;mytharchive-dir&gt;/config.&nbsp; Something like:<br>&lt;!DOCTYPE mythburn&gt;<br>
&lt;mythburn&gt;<br>&nbsp;&nbsp;&nbsp; &lt;job theme=&quot;MythCenter&quot; &gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;media&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;file usecutlist=&quot;0&quot; type=&quot;recording&quot; encodingprofile=&quot;NONE&quot; filename=&quot;2030_20080206170000.mpg&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;file usecutlist=&quot;0&quot; type=&quot;recording&quot; encodingprofile=&quot;NONE&quot; filename=&quot;2030_20080207160000.mpg&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;file usecutlist=&quot;0&quot; type=&quot;recording&quot; encodingprofile=&quot;NONE&quot; filename=&quot;1030_20080207170000.mpg&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/media&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;options dvdrsize=&quot;4482&quot; mediatype=&quot;0&quot; erasedvdrw=&quot;0&quot; createiso=&quot;1&quot; doburn=&quot;0&quot; savefilename=&quot;STV-2.7.iso&quot; /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/job&gt;<br>
&lt;/mythburn&gt;<br><br>And then run the mythburn script this way:<br>python /usr/share/mythtv/mytharchive/scripts/mythburn.py<br><br>And look for errors.<br><br>Chris<br><br><br><br>