Leo M?rquez wrote: > En/na Leo M?rquez ha escrit: > >> >> Activate Divx? : printf "\n" >> /usr/bin/vdr2divx (without .sh) >> > I have tried to execute the command generated (I have seen it in syslog) > at command line and I get: > > vdr:/usr/bin# /usr/bin/bin/vdr2divx.sh > '/video/%El_Partit_del_Bar?a/2005-11-22.01:10.99.99.rec' > 22-11-2005 16:06:10 : Session $Id: vdr2divx.sh,v 1.28 2005/11/05 > 12:59:06 dimi Exp $ begin > cat: /var/spool/vdrconvert/: Is a directory > cat: /var/spool/vdrconvert/: Is a directory > 22-11-2005 16:06:10 : Session /usr/bin/bin/vdr2divx.sh end > > I know that the spool directory is defined in vdrconvert.env file but > what means that is a directory? Must be a file? I don't think because > the variable name is VCOQUEUEDIR > vdr2divx (without .sh) is a file which will be created in VCOQUEUEDIR. It complains about vdrconvert being a directory because you don't use the right parameters for vdr2divx.sh. Are you sure vdrconvert is started? (/etc/init.d/vdrconvert start or similar, depends on your system) Matthias