[mythtv-users] User job not executing

Anthony Giggins seven at seven.dorksville.net
Sun Nov 18 05:23:49 UTC 2007


Opps also ment to paste the following output of the jobqueue table

mysql> select * from jobqueue;
+-----+--------+---------------------+---------------------+------+------+--
-----+--------+---------------------+-----------------------+------+--------
---------------------+
| id  | chanid | starttime           | inserttime          | type | cmds |
flags | status | statustime          | hostname              | args |
comment                     |
+-----+--------+---------------------+---------------------+------+------+--
-----+--------+---------------------+-----------------------+------+--------
---------------------+
| 108 |   1005 | 2007-11-17 13:40:00 | 2007-11-17 14:35:01 |    2 |    0 |
0 |    272 | 2007-11-17 15:24:33 | localhost.localdomain |      | Finished,
5 break(s) found. | 
| 118 |   1003 | 2007-10-29 05:19:00 | 2007-11-18 16:10:59 |  256 |    0 |
0 |      1 | 2007-11-18 16:10:59 |                       |      |
| 
+-----+--------+---------------------+---------------------+------+------+--
-----+--------+---------------------+-----------------------+------+--------
---------------------+
2 rows in set (0.00 sec)

-----Original Message-----
From: mythtv-users-bounces at mythtv.org
[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of Anthony Giggins
Sent: Sunday, 18 November 2007 4:22 PM
To: 'Discussion about mythtv'
Subject: [mythtv-users] User job not executing

I created the following user job to test exporting too xvid but I don't
believe its executing, I dont get any errors and it runs from the command
line without any problems any pointers where I should be look would be
great.....

My user job looks like this
/home/mythtv/xvidexport.sh %DIR% %FILE%

#!/bin/sh
VIDEODIR=$1
FILENAME=$2
/usr/bin/nuvexport --mencoder --infile=$VIDEODIR/$FILENAME
--path=/storage/videos/new --height=576 --width=720 --mode=xvid --
deinterlace --nonoise_reduction --cutlist --noconfirm --nice=19 > /dev/null
&

_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list