[mythtv-users] 0.25 lookup metadata as part of jobqueue?

Michael Watson michael at thewatsonfamily.id.au
Sat Mar 17 22:36:42 UTC 2012


On 18/03/2012 7:52 AM, Michael T. Dean wrote:
> On 03/17/2012 04:28 PM, Scott&  Nicole Harris wrote:
>> I have upgraded to 0.25.  I've put Michael W's (thanks Michael W!) script in
>> place, but removed the --logfile part because 0.25 doesn't like it.  Don't
>> have any recordings scheduled until tomorrow, so I'll keep you posted.
> In 0.25 on Ubuntu (assuming you're using their packages from their repo
> - http://www.mythbuntu.org/repos ), you should use --syslog local7 .
> See http://www.mythtv.org/wiki/Rsyslog_Configuration .
>
> Mike
>
I tested the script against 0.25 on Ubuntu 10.04, but change the 
--logfile as I thought Scott was running 0.24.
For those wanting the script for 0.25, use this one;

# MythTV Jobqueue service
# For MythTV Version 0.25
#
description     "MythTV Jobqueue"
author          "Me"

start on (local-filesystems and net-device-up IFACE!=lo and started 
udev-finish)
stop on runlevel [016]

respawn
respawn limit 2 3600

script
         test -f /etc/default/locale && . /etc/default/locale || true
         exec sudo -H -u mythtv LANG=$LANG /usr/bin/mythjobqueue 
--syslog local7
end script



More information about the mythtv-users mailing list