[mythtv] fixes to mythburn.py

John Pilkington J.Pilk at tesco.net
Wed Oct 5 11:37:38 UTC 2011


On 04/10/11 15:14, T.Brackertz at gmx.net wrote:
>
>
> I attached a path-file for the fixes-branch:
> http://code.mythtv.org/trac/ticket/10071
>
> Stefan

Thanks for this.  I applied it to my own patched version with only a few 
chunks needing to be edited - but I haven't checked my old mods to see 
if they really ought to go through your re-encoding process.  But I hit 
a snag when I tried to run it.

I run many of the processes in mythburn.py under 'ionice -c3' and pass 
that prefix through the frontend MythArchive setup screens; in most 
cases I haven't built this into the script because I have a CentOS5 box 
that doesn't know about ionice, and maybe other distros would also 
complain.

Your script then generates command lines beginning like "ionice c3 java 
-jar projectx" which gets 'no such file..'.  If I remove the double 
quotes the command runs happily from the console.  Is there a simple way 
to fix this for all the commands, or should I build the prefix into the 
script for every appropriate command?

John P


More information about the mythtv-dev mailing list