Hi folks,
here a new version because of two critical bugs.
- there should be no more problems if VDR is compiled with VFAT=1 or if it runs with the option --vfat - fixed a bug if plugin is compiled with WITHPINPLUGIN=1
Screenshots and download: http://martins-kabuff.de/extrecmenu_en.html
Greets, Martin
On Tue, Jun 20, 2006 at 11:36:34PM +0200, Martin Prochnow wrote:
Hi folks,
here a new version because of two critical bugs.
- there should be no more problems if VDR is compiled with VFAT=1 or if
it runs with the option --vfat
- fixed a bug if plugin is compiled with WITHPINPLUGIN=1
Screenshots and download: http://martins-kabuff.de/extrecmenu_en.html
hey Martin!
just a quick question: I had some problems with VDR + ExtRecmenu when I tried to move recordings across mountpoints (with the rename option), which gave the stranges results ... also I had to 'fake' an empty recording to allow for empty dirs to show up at all ... is that fixed (read: was this feature added lately) or is that still an issue?
TIA, Herbert
Greets, Martin
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hi Herbert,
just a quick question: I had some problems with VDR + ExtRecmenu when I tried to move recordings across mountpoints (with the rename option), which gave the stranges results ...
Moving recordings between different filesystems/partitions isn't implemented yet. Until now renaming and moving of recordings works with the rename()-function from the gnu-c-library. This function only redirect the pointer to the files within the filesystem. If I want to move a recording to another filesystem, i have to copy all the data to it. But I'm working on it.
also I had to 'fake' an empty recording to allow for empty dirs to show up at all ... is that fixed (read: was this feature added lately) or is that still an issue?
I build the directory-list from VDRs recordings-list. Empty directories will be deleted by VDR from time to time. Because of it I doesn't handle empty dirs.
Greets, Martin