Mailing List archive

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

[vdr] Re: Fix?: Channel info disappearing from LCD (lcdproc plugin)



Stephan Schreiber wrote:
> 
> Hi,
> 
> I don't remember where I got it from (nor could I find it anymore), but this
> patch is still necessary for me with vdr 1.1.32 and autopid.
> (Otherwise, the second line of my 4-line-LCD (lcdproc) gets blank as soon as
> the OSD channel info disappears)
> 
> --------------------------
> 
> --- vdr-1.1.29/menu.c   Sun May 18 19:00:59 2003
> +++ vdr-1.1.29-allpatch/menu.c  Thu May  1 15:59:54 2003
> @@ -3192,7 +3192,7 @@
>         Interface->Write(-strlen(date) + 5, 0, date,
> ((eDvbColor)fgdatetime), clrChannelName);
>         Interface->SetFont(OldFont);
> 
> -  cStatus::MsgOsdChannel(buffer);
> +  cStatus::MsgOsdChannel(buffer + 1);
>  }
> 
>  void cDisplayChannel::DisplayInfo(void)

I assume you use some kind of patch where the string 'buffer' has been changed.
The lcdproc plugin needs the format of this string unchanged to work properly,
otherwise it can't distinguish between a channel
( the current channel should be displayed all the time )
and a channel-group (when selected with Left/Right-button and you don't
switch to a channel the displayed channel-group should disappear ... ).

Martin

========== mailto:martin@hammerschmid.com ==========
=RSA-PGP-Key ID:0x81783FE7 DH-PGP-Key ID:0x6B66589A=
====================================================


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



Home | Main Index | Thread Index