From patchwork Sun May 15 17:08:54 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 11878 Received: from wproxy.gmail.com ([64.233.184.198]) by www.linuxtv.org with esmtp (Exim 4.34) id 1DXMcT-0000Lp-Ki for vdr@linuxtv.org; Sun, 15 May 2005 19:09:38 +0200 Received: by wproxy.gmail.com with SMTP id 69so1332795wri for ; Sun, 15 May 2005 10:09:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:reply-to:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding:from; b=F18/z8NpK85f2ZvpRz+xuiLu0NynallUVrX6lLADJqKGc1D9dSbt+AekIw89KTNj6KCRVa7uV+Kfqy5bajbtcxIgfINB0uami5CuAV6imVFL/aF/o9Vwf/ovHb7dZKA2hC3ZSv2u60TRVZ5sq1obpgBF2p31lnawAsJmWY19ULU= Received: by 10.54.125.6 with SMTP id x6mr2970646wrc; Sun, 15 May 2005 10:09:06 -0700 (PDT) Received: from nofear.bounceme.net ([4.246.93.146]) by mx.gmail.com with ESMTP id 12sm43131wrl.2005.05.15.10.09.02; Sun, 15 May 2005 10:09:06 -0700 (PDT) Received: from [10.1.1.66] (hades [10.1.1.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by nofear.bounceme.net (Postfix) with ESMTP id 6E08773534 for ; Sun, 15 May 2005 10:08:52 -0700 (PDT) Message-ID: <42878226.7070906@syphir.sytes.net> Date: Sun, 15 May 2005 10:08:54 -0700 Organization: CooLNeT User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Klaus Schmidinger's VDR Subject: Re: [vdr] [Announce] showdetails-patch for vdr-1.3.24 References: <29134.1116139224@www22.gmx.net> <10601.1116162352@www22.gmx.net> In-Reply-To: <10601.1116162352@www22.gmx.net> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime From: "C.Y.M" X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: syphir@syphir.sytes.net, Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 17:09:38 -0000 Status: O X-Status: X-Keywords: X-UID: 2226 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) { --- 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()); }