Mailing List archive

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

[linux-dvb] Re: ˙so-8859-1?Q?[linux-dvb]_vdr_vfat˙to_vfat˙?



On Fri, Jul 27, 2001 at 06:59:48PM +0200, Gernot A. Weber wrote:
> Hi,
> 
> I just compiled the current version of vdr. This time I used the VFAT=1
> option, because I would like to export my files with samba. But now no old
> recording appears in my archive. Is there a way to rename the old files,
> so that they are useable or do I have to recompile without the VFAT
> option?

#!/bin/sh
# renamed alle : in . Aufzeichnungsdirectories
for DIR in `ls -A`
 if test -d $DIR
 then
   echo $DIR
   cd $DIR
(for FN in *.rec; do V=cho $FN | sed -e "y/:/./"; mv -i $FN $V  ; done)
   cd ..
 fi
done

Der Pfad /video (oder wie Deiner halt heisst) muss der aktuelle Pfad sein, wenn Du es startest
uuups <mode engl on> Path /video must be the current path.

M.


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



Home | Main Index | Thread Index