Mailing List archive

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

[linux-dvb] Re: [dvb-linux] VDR & VFAT-Option



Hello,

> Andreas Share wrote:
> >
> > Hi,
> >
> > some little problem with the Vhat=1 optin in VDR.
> > The recording will be named without ":" (2001-05-21.18.48.99.99.rec),
but
> > the in recording directory the ":" still lifes (eg
Star_Trek:_Deep_Space_Nine ;)
> >
> > I think this 'problem' caused by the EPG Data.
>
> Ahrrghh *?$%&!!!! - why do we always have to fiddle around with this
inferior
> Windoze sh&%**???

I think there are some things we could do with windows even better at this
moment;)

>
> Ok, try this:
>
> in recording.c locate the line
>
>    case '/':  *p = '-'; break;
>
> in function cRecording::cRecording(cTimer *Timer) and insert the line
>
>    case ':':  *p = '_'; break;
>
> immediately after that one. I haven't explicitly tested this, but I
believe
> this should help (at least for newly recorded files).
>
> Let me know if it works and I'll put it into the official VDR source.
>
> Klaus


Ok, this will work, many thanks.

Greetings
Andreas Share



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



Home | Main Index | Thread Index