[mythtv-users] ionice transcodes

Anthony Giggins seven at seven.dorksville.net
Tue Jun 9 03:15:46 UTC 2015


On 9 June 2015 at 10:28, Michael Watson <michael at thewatsonfamily.id.au>
wrote:

> On 9/06/2015 2:08 AM, Hika van den Hoven wrote:
>
>> Hoi Bill,
>>
>> Monday, June 8, 2015, 2:45:28 PM, you wrote:
>>
>>  On 06/08/2015 07:10 AM, Anthony Giggins wrote:
>>>
>>>> This works from the commandline
>>>> ionice -c3 /usr/bin/mythtranscode --chanid 4073 --starttime "2015-06-07
>>>> 21:10:00" --mpeg2 --honorcutlist
>>>>
>>>> but this fails via the jobqueue
>>>> ionice -c3 /usr/bin/mythtranscode --chanid "%CHANID%" --starttime
>>>> "%STARTTIME%" --mpeg2 --honorcutlist
>>>>
>>> Hi,
>>> Not sure what TZ 21:10:00 is in the command line case, but do you
>>> want "%STARTTIMEUTC%" for the User Job?
>>>
>> If it's a regular recording file try:
>> ionice -c3 /usr/bin/mythtranscode --infile "%FILE%" --mpeg2 --honorcutlist
>>
> or try:
> /usr/bin/ionice -c3 /usr/bin/mythtranscode ...
>
>
>
>> Tot mails,
>>    Hika                            mailto:hikavdh at gmail.com
>>
>> "Zonder hoop kun je niet leven
>> Zonder leven is er geen hoop
>> Het eeuwige dilemma
>> Zeker als je hoop moet vernietigen om te kunnen overleven!"
>>
>> De lerende Mens
>>
>>
%STARTTIMEUTC% produces similar errors

same issue with both

ionice -c3 /usr/bin/mythtranscode --infile "%FILE%" --mpeg2 --honorcutlist
and
/usr/bin/ionice -c3 /usr/bin/mythtranscode --infile "%FILE%" --mpeg2
--honorcutlist

after enabling jobqueue logging I found the command that is being run is

/usr/bin/mythtranscode -j 33112 --profile 27 --honorcutlist --verbose
general,jobqueue --loglevel debug --quiet --syslog local7

so I added the transcode command as

/usr/bin/ionice /usr/bin/mythtranscode -j %JOBID% --profile %TRANSPROFILE%
--honorcutlist --verbose general,jobqueue --loglevel debug --quiet --syslog
local7

which works perfectly!

Thanks All
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150609/c081d857/attachment.html>


More information about the mythtv-users mailing list