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. --- 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()); } else if (Token.Type == tMenuTitle) {