<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 9 June 2015 at 10:28, Michael Watson <span dir="ltr"><<a href="mailto:michael@thewatsonfamily.id.au" target="_blank">michael@thewatsonfamily.id.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 9/06/2015 2:08 AM, Hika van den Hoven wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hoi Bill,<br>
<br>
Monday, June 8, 2015, 2:45:28 PM, you wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
On 06/08/2015 07:10 AM, Anthony Giggins wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
This works from the commandline<br>
ionice -c3 /usr/bin/mythtranscode --chanid 4073 --starttime "2015-06-07<br>
21:10:00" --mpeg2 --honorcutlist<br>
<br>
but this fails via the jobqueue<br>
ionice -c3 /usr/bin/mythtranscode --chanid "%CHANID%" --starttime<br>
"%STARTTIME%" --mpeg2 --honorcutlist<br>
</blockquote>
Hi,<br>
Not sure what TZ 21:10:00 is in the command line case, but do you<br>
want "%STARTTIMEUTC%" for the User Job?<br>
</blockquote>
If it's a regular recording file try:<br>
ionice -c3 /usr/bin/mythtranscode --infile "%FILE%" --mpeg2 --honorcutlist<br>
</blockquote></span>
or try:<br>
/usr/bin/ionice -c3 /usr/bin/mythtranscode ...<div class=""><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Tot mails,<br>
   Hika                            mailto:<a href="mailto:hikavdh@gmail.com" target="_blank">hikavdh@gmail.com</a><br>
<br>
"Zonder hoop kun je niet leven<br>
Zonder leven is er geen hoop<br>
Het eeuwige dilemma<br>
Zeker als je hoop moet vernietigen om te kunnen overleven!"<br>
<br>
De lerende Mens<br>
<br></blockquote></div></div></blockquote><div><br></div><div><span style="font-size:12.8000001907349px">%STARTTIMEUTC% produces similar errors</span><br></div><div><br></div><div>same issue with both</div><div><br></div><div>ionice -c3 /usr/bin/mythtranscode --infile "%FILE%" --mpeg2 --honorcutlist</div><div>and <br>/usr/bin/ionice -c3 /usr/bin/mythtranscode --infile "%FILE%" --mpeg2 --honorcutlist<br></div></div><br></div><div class="gmail_extra">after enabling jobqueue logging I found the command that is being run is</div><div class="gmail_extra"><br></div><div class="gmail_extra">/usr/bin/mythtranscode -j 33112 --profile 27 --honorcutlist --verbose general,jobqueue --loglevel debug --quiet --syslog local7<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">so I added the transcode command as</div><div class="gmail_extra"><br></div><div class="gmail_extra">/usr/bin/ionice /usr/bin/mythtranscode -j %JOBID% --profile %TRANSPROFILE% --honorcutlist --verbose general,jobqueue --loglevel debug --quiet --syslog local7<br></div><div class="gmail_extra"><div><br></div><div>which works perfectly!</div><div><br></div><div>Thanks All</div></div></div>