Is it possible to run mytharchive on a non backend machine.  I've got a 3.0 ghz P4 that I would like to utilize for this.   My backend (Athlon XP 2400) is overworked as it is.   I have mythfrontend already running on the P4 with the recordings and archive work dir nfs exported.  I am getting these errors:
<br><br>[cmisip@mybedroom config]$ python /usr/share/mythtv/mytharchive/scripts/mythburn.py<br>mythburn.py (0.1.20070428-1.fixes) starting up...<br>Process priority 8<br>script path:/usr/share/mythtv/mytharchive/scripts<br>
myth share path:/usr/share/mythtv<br>Found 1 CPUs<br>Obtaining MythTV settings from MySQL database for hostname mybedroom<br>temppath: /linux2/MYTH/work<br>logpath:&nbsp; /linux2/MYTH/logs<br>Processing Mythburn job number 1.<br>
Options - mediatype = 0, doburn = 1, createiso = 0, erasedvdrw = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; savefilename = &#39;&#39;<br>Looking for: /usr/share/mythtv/mytharchive/themes/MythCenter/theme.xml<br>Loading font 0, /usr/share/mythtv/FreeSans.ttf size 19
<br>Loading font 1, /usr/share/mythtv/FreeSans.ttf size 15<br>Loading font 2, /usr/share/mythtv/FreeSans.ttf size 13<br>wantIntro: 1, wantMainMenu: 1, wantChapterMenu:1, wantDetailsPage: 0<br>Final DVD Video format will be ntsc
<br>There are 1 files to process<br>Pre-processing file &#39;2044_20071003070000.mpg&#39; of type &#39;recording&#39;<br>------------------------------------------------------------<br>Traceback (most recent call last):<br>
&nbsp; File &quot;/usr/share/mythtv/mytharchive/scripts/mythburn.py&quot;, line 3642, in ?<br>&nbsp;&nbsp;&nbsp; processJob(job)<br>&nbsp; File &quot;/usr/share/mythtv/mytharchive/scripts/mythburn.py&quot;, line 3417, in processJob<br>&nbsp;&nbsp;&nbsp; preProcessFile(node,folder)
<br>&nbsp; File &quot;/usr/share/mythtv/mytharchive/scripts/mythburn.py&quot;, line 1105, in preProcessFile<br>&nbsp;&nbsp;&nbsp; mediafile = os.path.join(recordingpath, file.attributes[&quot;filename&quot;].value)<br>&nbsp; File &quot;/usr/lib/python2.4/posixpath.py&quot;, line 62, in join
<br>&nbsp;&nbsp;&nbsp; elif path == &#39;&#39; or path.endswith(&#39;/&#39;):<br>AttributeError: &#39;NoneType&#39; object has no attribute &#39;endswith&#39;<br>------------------------------------------------------------<br><br><br>I think it is not getting the information it needs from the database.&nbsp; If I change the 
mydata.xml file so the filename is&nbsp; explicitly stated with the absolute path,:<br><br>************************************************************<br>ERROR: Failed to get recording details from the DB for /mnt/VIDEO/2044_20071003070000.mpg
<br><br>Is what I am trying to achieve even possible?<br><br>Thanks<br>Chris<br><br>