Mailing List archive

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

[vdr] Re: SAMBA incompatibilities with VFAT=1 directory names



Mel Schaechner wrote:
> 
> Steffen Koch wrote
> >
> > On Thu, 25 Apr 2002 21:05:58 +0200, Manfred Schmidt-Voigt wrote:
> >
> > >I use epg2timers-0.6 and this writes the program names with
> > underscores into
> > >the timerfile. So this is the explanation for the inflation
> > of #5F. Maybe
> > I also use epg2timer, but I manually edit the incoming file before
> > sending it to vdr.
> > Ok thats not an automatic way but normally I only use tvtv.de for
> > programming timers long in the future where epg is not available.
> >
> 
> I simply changed the line
> 
>          case ' ': file_name[file_name_index++] = '_'; break;
> 
> in file epg2timers.cxx to
> 
>          case ' ': file_name[file_name_index++] = ' '; break;
> 
> and everything is working perfectly again with epg2timers. There may be
> more elegant ways to let this work, but I'm no c-programmer.

I think epg2timers should only replace ':' with '|' and leave everything
else to VDR.

@Carsten: ist there a reason why epg2timers does this?

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
_______________________________________________________________



Home | Main Index | Thread Index