<br><br><div class="gmail_quote">On Thu, Feb 21, 2008 at 3:52 PM, Per Jørgensen <<a href="mailto:myth@pbj-design.dk">myth@pbj-design.dk</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;">
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'em out.<br>
But after choosing the files etc on a frontend in the livingroom - It'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'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'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's I had some<br>
troubles about the DVD drive on the frontends - since they don't respons<br>
to command from the backends - But could it be caurse that I'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. You need to manually setup a mydata.xml file in <mytharchive-dir>/config. Something like:<br><!DOCTYPE mythburn><br>
<mythburn><br> <job theme="MythCenter" ><br> <media><br> <file usecutlist="0" type="recording" encodingprofile="NONE" filename="2030_20080206170000.mpg" /><br>
<file usecutlist="0" type="recording" encodingprofile="NONE" filename="2030_20080207160000.mpg" /><br> <file usecutlist="0" type="recording" encodingprofile="NONE" filename="1030_20080207170000.mpg" /><br>
</media><br> <options dvdrsize="4482" mediatype="0" erasedvdrw="0" createiso="1" doburn="0" savefilename="STV-2.7.iso" /><br> </job><br>
</mythburn><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>