On Tue, 2005-09-20 at 09:33 +0200, Leo Márquez wrote:
I have compiled the 0.0.6h plugin version correctly with vdr-1.3.31 but when I try to use it fails. In dvd.log I see:
Parameter validation not complete yet Initialising and analysing the streams.... Can not open /video/Passatgers/2005-09-08.22:00.99.99.rec001.vdr: File not exists
That error smells like it's coming from vdrsync.
All the examples in "vdrsync.pl --help" have trailing slashes in recording dir names and in fact in the 050322 version, at least get_file_list() (the latter in the file, in the VDRRECORDING package) looks like it'll break if the path to the recording dir does not end with a slash.
The attached patch could help (untested).