Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: no toconvert.txt



Hi Tom,

thanks for your reply!

Am Samstag, 5. Oktober 2002 17:57 schrieben Sie:
> Am Samstag, 05.10.02, um 17:00 Uhr (Europe/Berlin) schrieb Stefan Lang:
> > the message "Zur Konvertierungsliste hinzugefügt", but there is no
> > "tocnvert.txt" in the system....... I searched the whole HDD... no
> > such file!
> > Does anybody know sometihing about this problem.... or perhaps a
> > solution??
> > Thanks for replay!
>
> Does VDR exactly know where convert.pl lives?
Yes! 

> Start vdr with "-Z /path/to/convert.pl".
I did so!

>
> Is convert.pl executable?
Yes!

> Make convert.pl executable with "chmod +x /path/to/convert.pl"
I did so!

>
> Are the informations in convert.pl correct, look inside around line 10.

Here is the regarding part of convert.pl
--------------------------------------------------------------------------
use strict;
 
my $TODO_LIST       = "/etc/vdr/toconvert.txt";
my $TOSVCD          = "/usr/bin/tosvcd";
#my $TOSVCD_OPTIONS  = ""; # "-M -1"
my $TOSVCD_OPTIONS  = ""; # "-M"
my $TOSVCD_OUTPUT   = "/data/mp3/mpeg";
my $NICE            = "/usr/bin/nice -n 19";
my $DEBUG           = 0;
my $VERSION         = "0.1";
----------------------------------------------------------------------------
I've checked and double checked all pathes!

>
> Tom.


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index