Mailing List archive

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

[vdr] Re: problem with tosvcd



Gerhard Steiner wrote:
> 
> The recording was made with vdr, so vdr should avoid "!".
> (after renaming without "!" it works fine)
> Gerhard

If you always enclose the name in single quotes, there should be no problems.
VDR replaces any single quotes in the recording name with the character 0x01,
and any forward slashes with 0x02.

If you want this to be done differently, you can change ExchangeChars() in
recording.c accordingly.

Klaus

> On Sun, 29 Sep 2002 20:53:36 +0200
>  Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:
> > Gerhard Steiner wrote:
> > >
> > > Hello,
> > >
> > > I want to convert a recording (made with vdr 1.0.4 AIO
> > > 14.08), but it doesn't work.
> > > The recording is called: %@Film_ab!_Filmmagazin,_D_2002/2002-09-29.19.35.50.50.rec
> > >
> > > When I try it manually
> > >  ./tosvcd "/video0/%@Film_ab!_Filmmagazin,_D_2002/2002-09-29.19.35.50.50.rec
> > >
> > > I get the following error:
> > > bash: !_Filmmagazin,_D_2002/2002-09-29.19.35.50.50.rec:
> > > event not found
> > >
> > > Is the sign "!" an allowed character?
> >
> > The '!' is a shell meta character. You should enclose the
> > name in single
> > quotes.
> >
> > Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index