Mailing List archive

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

[vdr] Re: Preliminary VDR 1.1.12 for testing



fruit wrote:
> 
> In article <3DA016DF.BFA1CE3A@cadsoft.de>,
>    Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:
> > fruit wrote:
> > >
> > > In article <3D9F10F0.CA876AA1@cadsoft.de>,
> > >    Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:
> > > > I have uploaded a preliminary version 1.1.12 of VDR to
> > >
> > > >   ftp://ftp.cadsoft.de/pub/etc/vdr-1.1.12.tar.bz2
> 
> [Snip]
> 
> > > An example of a modified channel is
> > > BBC ONE (TV):690167:C23M64B8T2G32:T:27500:600:601:0:2:4164
> 
> [Snip]
> 
> > Please make sure you put _all_ parameters into channels.conf.
> > Try
> 
> > BBC ONE (TV):690167:C23D0M64B8T2G32Y0:T:27500:600:601:0:2:4164
> 
> Thanks, that works OK and similarly on all channels.
> 
> However, if I now enter Channel menu then Edit, then OK on a single
> channel (making no changes to that channel), all new parameters in all
> lines in channels.conf appear as in my original line above.
> 
> I assume channels.conf is being read correctly as menu entries /appear/
> correct, but it appears it's not writing the D0 or Y0 params... after a
> quick check, it doesn't seem to save D or Y values of 0.

Apparently there was a bug in PrintParameter() in channels.c.
Change the check for

  Value > 0

to

  Value >= 0

in that function and it should work.

> BTW all channels still work now even though parameters are as they were
> yesterday when it didn't work - I guess a rogue D or Y value was set
> somewhere else in my config?

Maybe the above fix helps here, too.

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