<br><br><div class="gmail_quote">On Thu, Feb 21, 2008 at 6:29 PM, Paul Harrison &lt;<a href="mailto:mythtv@dsl.pipex.com">mythtv@dsl.pipex.com</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;">
<div><div></div><div class="Wj3C7c">Per Jørgensen wrote:<br>
&gt; Chris Isip skrev:<br>
&gt;<br>
&gt;&gt; Try running mythburn.py from the command line to see what happens.<br>
&gt;&gt; You need to manually setup a mydata.xml file in<br>
&gt;&gt; &lt;mytharchive-dir&gt;/config. &nbsp;Something like:<br>
&gt;&gt; &lt;!DOCTYPE mythburn&gt;<br>
&gt;&gt; &lt;mythburn&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;job theme=&quot;MythCenter&quot; &gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;media&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;file usecutlist=&quot;0&quot; type=&quot;recording&quot;<br>
&gt;&gt; encodingprofile=&quot;NONE&quot; filename=&quot;2030_20080206170000.mpg&quot; /&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;file usecutlist=&quot;0&quot; type=&quot;recording&quot;<br>
&gt;&gt; encodingprofile=&quot;NONE&quot; filename=&quot;2030_20080207160000.mpg&quot; /&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;file usecutlist=&quot;0&quot; type=&quot;recording&quot;<br>
&gt;&gt; encodingprofile=&quot;NONE&quot; filename=&quot;1030_20080207170000.mpg&quot; /&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/media&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;options dvdrsize=&quot;4482&quot; mediatype=&quot;0&quot; erasedvdrw=&quot;0&quot;<br>
&gt;&gt; createiso=&quot;1&quot; doburn=&quot;0&quot; savefilename=&quot;STV-2.7.iso&quot; /&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;/job&gt;<br>
&gt;&gt; &lt;/mythburn&gt;<br>
&gt;&gt;<br>
&gt;&gt; And then run the mythburn script this way:<br>
&gt;&gt; python /usr/share/mythtv/mytharchive/scripts/mythburn.py<br>
&gt;&gt;<br>
&gt;&gt; And look for errors.<br>
&gt;&gt;<br>
&gt;&gt; Chris<br>
&gt;&gt;<br>
&gt; Hey Chris.<br>
&gt; THanks for the responds - After getting the things and setting - running<br>
&gt; the script gives me this error :<br>
&gt; mythburn.py (0.1.20071115-1.fixes) starting up...<br>
&gt; Process priority 8<br>
&gt; script path:/usr/share/mythtv/mytharchive/scripts<br>
&gt; myth share path:/usr/share/mythtv<br>
&gt; Found 1 CPUs<br>
&gt; Obtaining MythTV settings from MySQL database for hostname stuen<br>
&gt; temppath: /usr/share/mythtv/mytharchive/work<br>
&gt; logpath: &nbsp;/usr/share/mythtv/mytharchive/logs<br>
&gt; ------------------------------------------------------------<br>
&gt; Traceback (most recent call last):<br>
&gt; &nbsp; File &quot;/usr/share/mythtv/mytharchive/scripts/mythburn.py&quot;, line 3636,<br>
&gt; in &lt;module&gt;<br>
&gt; &nbsp; &nbsp; jobDOM = xml.dom.minidom.parse(jobfile)<br>
&gt; &nbsp; File &quot;/usr/lib/python2.5/xml/dom/minidom.py&quot;, line 1913, in parse<br>
&gt; &nbsp; &nbsp; return expatbuilder.parse(file)<br>
&gt; &nbsp; File &quot;/usr/lib/python2.5/xml/dom/expatbuilder.py&quot;, line 922, in parse<br>
&gt; &nbsp; &nbsp; fp = open(file, &#39;rb&#39;)<br>
&gt; IOError: [Errno 2] No such file or directory: &#39;mydata.xml&#39;<br>
&gt; ------------------------------------------------------------<br>
&gt; As I can see here - even though mydata.xml are place in<br>
&gt; /usr/share/mythtv/mytharchive/config/<br>
&gt;<br>
&gt; Are that on any caurses of my setup so this should be done on the<br>
&gt; backend indstead of one f the frontends???<br>
&gt;<br>
&gt; Thanks<br>
&gt; Per Jørgensen<br>
&gt;<br>
&gt;<br>
<br>
</div></div>You need to pass the full path to mydata.xml so the script can find it.<br>
<br>
Did you mean to use /usr/share/mythtv/mytharchive/ as the work<br>
directory? I&#39;d start by setting up a proper directory to use as the work<br>
directory and make sure the user running mythfrontend has read/write<br>
permissions on it and also make sure there is *lots* of free space<br>
available as creating a DVD can create some big temporary work files.<br>
<br>
Paul H.<br>
<div><div></div><div class="Wj3C7c">_____________________________________<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></div></div></blockquote><div><br>Mytharchive is supposed to run on a backend machine only.&nbsp; It needs recordfileprefix for the particular hostname where it is run.&nbsp; However you can cheat by running a mysql command: <br>
<br><br></div></div>insert into settings (value, data, hostname) VALUES (&#39;RecordFilePrefix&#39;,&#39;/mnt/VIDEO&#39;, &#39;mybedroom&#39;);<br><pre>and nfs mounting the video directory to your frontend machine<br><br>
<br><br></pre>