[Announce] showdetails-patch for vdr-1.3.24

Message ID 42878226.7070906@syphir.sytes.net
State New
Headers

Commit Message

C.Y.M May 15, 2005, 5:08 p.m. UTC
  Gerhard Steiner wrote:
>>
>>I tried the patch with the original and DeepBlue-Skin.
>>Both worked.
>>
>>You are right, the new entry should be there, when you are playing a
>>recording (under "Stop...."). But only if there is a summary.
>>
>>I will have a look on it.
> 
> I just installed enigma-skin-0.0.2 and everything works fine.
> Best Regards,
> Gerhard
> 

Strange.. Are you using the "osdbase-maxitems" patch with text2skin?
Additionally, there is a second patch for text2skin which allows the icons to be
displayed in enigma if the menu items go above 10.  I am also using the
"natural_menu_cursor" patch to add circular scrolling the vdr menu plus the
enAIO patch.

                        else if (Token.Type == tMenuTitle) {
  

Comments

Gerhard Steiner May 15, 2005, 6:26 p.m. UTC | #1
> --- Ursprüngliche Nachricht ---
> Von: "C.Y.M" <syphyr@gmail.com>
> An: Klaus Schmidinger's VDR <vdr@linuxtv.org>
> Betreff: Re: [vdr] [Announce] showdetails-patch for vdr-1.3.24
> Datum: Sun, 15 May 2005 10:08:54 -0700
> 
> Gerhard Steiner wrote:
> >>
> >>I tried the patch with the original and DeepBlue-Skin.
> >>Both worked.
> >>
> >>You are right, the new entry should be there, when you are playing a
> >>recording (under "Stop...."). But only if there is a summary.
> >>
> >>I will have a look on it.
> > 
> > I just installed enigma-skin-0.0.2 and everything works fine.
> > Best Regards,
> > Gerhard
> > 
> 
> Strange.. Are you using the "osdbase-maxitems" patch with text2skin?
> Additionally, there is a second patch for text2skin which allows the icons
> to be
> displayed in enigma if the menu items go above 10.  I am also using the
> "natural_menu_cursor" patch to add circular scrolling the vdr menu plus
> the
> enAIO patch.
All I use is the bigpatch.
No additional patch especially for the skin.
And normally I am using the DeepBlue-Skin without problems.

lg, Gerhard
  

Patch

--- text2skin/render.c.orig     2005-04-18 14:52:23.514081534 +0200
+++ text2skin/render.c  2005-04-18 14:52:44.115775906 +0200
@@ -591,7 +591,7 @@ 
                                if (n != 0)
                                        res = skipspace(end);
                                else
-                                       res = ptr;
+                                       res = skipspace(ptr);
                                Dprintf("MenuCurrent result: |%s|\n",
res.String().c_str());
                        }