[mythtv-users] jamu.py fails if I exclude directories in jamu.conf

Neil Salstrom salstrom at gmail.com
Sat Jan 29 16:28:22 UTC 2011


On Wed, Jan 5, 2011 at 8:05 AM, Doug Vaughan <r.d.vaughan at rogers.com> wrote:
> Matt,
>    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:
>
> From:
>
>  self.config['ignore-directory'].append(unicode(cfg.get(section, option),
> 'utf8'))
>
> To:
>                    self.config['ignore-directory'].append(cfg.get(section,
> option))
>
> If this works for you I will commit a patch changing another line of code
> with the same problem.
>
> Thanks
>
> Doug
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

I'm still encountering this issue with 0.24-fixes.  Currently I'm on
MythTV Version: v0.24-127-gbb5e107-dirty.  Every few weeks I'll do an
update and I always need to go in and change jamy.py with the above
fix.  Is it an issue on my end with something I'm missing on my system
or has the fix above just not been pushed to 0.24-fixes?

Thanks,

Neil


More information about the mythtv-users mailing list