Mailing List archive

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

[vdr] Re: Bug vdr-1.0.0pre5?



Hello,
I think by now this is a kind of mentality war. I don't want to bug in,
but as far as I remember Axel would be satisfied with something like the
following patch.
I cannot test this ATM, but it should enable vdr to see any kind of
recording
and store only the format indicated by the VFAT-option.

-----------------snip-----------------
--- recording.c.orig    Sun Feb 24 12:21:42 2002
+++ recording.c Wed Apr 17 12:27:11 2002
@@ -22,11 +22,11 @@
 #define RECEXT       ".rec"
 #define DELEXT       ".del"
 #ifdef VFAT
-#define DATAFORMAT   "%4d-%02d-%02d.%02d.%02d.%02d.%02d" RECEXT
+#define NAMEFORMAT   "%s/%s/" "%4d-%02d-%02d.%02d.%02d.%02d.%02d" RECEXT
 #else
-#define DATAFORMAT   "%4d-%02d-%02d.%02d:%02d.%02d.%02d" RECEXT
+#define NAMEFORMAT   "%s/%s/" "%4d-%02d-%02d.%02d:%02d.%02d.%02d" RECEXT
 #endif
-#define NAMEFORMAT   "%s/%s/" DATAFORMAT
+#define DATAFORMAT   "%4d-%02d-%02d.%02d%*c%02d.%02d.%02d" RECEXT

 #define RESUMEFILESUFFIX  "/resume.vdr"
 #define SUMMARYFILESUFFIX "/summary.vdr"
-----------------snip-----------------

CU,
Christian.


> -----Original Message-----
> From: Axel Gruber [mailto:axel@autohaus-gruber.net]
> Sent: Wednesday, April 17, 2002 7:59 AM
> To: vdr@linuxtv.org
> Subject: [vdr] Re: Bug vdr-1.0.0pre5?
> 
> 
> Hi KLaus
> 
> > Sorry, but I can't think of anything else that could cause this.
> 
> As i sayed some Mailīs bevore:  I have many DVD-Rīs wich are 
> recorded with
> in EXT-X - but now i want to switch the whole System to VFAT 
> - so i canīt read
> the Recordings from my DVD-Rīs
> 
> Thatīs the question.....
> 
> But thatīs the problem of everyone who archived recordings .....
> 
> 
>  Mit freundlichen Grüßen
> 
>  Axel Gruber
> 
> 
> 
>     ===============================
>       Autohaus Mazda Gruber im Internet:
>       http://WWW.mazda-gruber.de
>     ===============================
> 
> 



Home | Main Index | Thread Index