Sorry Matt.  I messed up my first post, and actually responded to yours.  My mistake.<br><br><div class="gmail_quote">On Wed, Jan 5, 2011 at 3:31 PM, Matt Beadon <span dir="ltr">&lt;<a href="mailto:matt.beadon@gmail.com">matt.beadon@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote">On Wed, Jan 5, 2011 at 8:05 AM, Doug Vaughan <span dir="ltr">&lt;<a href="mailto:r.d.vaughan@rogers.com" target="_blank">r.d.vaughan@rogers.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Matt,<br>
    I suspect you found a bug due to the last jamu patch where the whole config file is treated as unicode. I should have removed old unicode code so please try changing line 1290:<br>
 From:<div>                   self.config[&#39;ignore-directory&#39;].append(unicode(cfg.get(section, option), &#39;utf8&#39;))<br>To:</div>
                    self.config[&#39;ignore-directory&#39;].append(cfg.get(section, option))<br></blockquote><div><br></div><div>With my ignore directories uncommented and the change above jamu.py is working again.  Thanks!  Just to confirm I have a jamu.py from mythbuntu autobuilds that predates the change that Mike McNamara mentioned above.  I haven&#39;t tried manually making that change on my system but just wanted to let you know.</div>


<div><br></div><div>BTW emacs complained that &quot;Invalid coding system `UTF-8&#39; is specified for the current buffer/file by the :coding tag.&quot; but I wrote the file anyway.</div><div><br></div><div>Mike P: the spaces are ok according to the comments in the conf file.</div>


<div><div># NOTE: Do not surround any of the directory paths with quotes even if they have spaces in the names</div><div><br></div><div>thanks all,</div><div>Matt</div><div><br></div></div></div>
<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>
<br></blockquote></div><br>