>>I *think* I have an small understanding now of why the summary of recordings are >>not displayed. In particular, I'm referring to the Enigma skin with text2skin 1.0. >> > > > It appears that text2skin now has support for vdr-1.3.25 in cvs. Thanks! > > 2005-06-xx: Version 1.1 > > - fixed a race condition (thanks to Reinhard Nissl for pointing this out) > - updated finnish translations (thanks to Rolf Ahrenberg) > - added tokens for Recording Info Display > (RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText, > RecordingDescription, RecordingLanguageCode, RecordingLanguageDescription) > > > My question now is, what do I need to change in the .skin file? I am assuming > that now all the .skin files must be fixed to support the new tokens. > > Best Regards, > > Attached is a patch for the Enigma.skin that fixes the Info display for recordings. Best Regards, -------------- next part -------------- --- Enigma.skin.pre25 2005-05-30 02:03:50.000000000 -0700 +++ Enigma.skin 2005-05-30 14:15:25.000000000 -0700 @@ -661,13 +661,13 @@ </block> <!-- Menu-text --> - <block condition="{MenuText}"> + <block condition="{RecordingDescription}"> <!-- background --> <rectangle x1="0" x2="-95" y1="30" y2="93" color="MenuAltBG"/> <rectangle x1="0" x2="-1" y1="94" y2="-31" color="MenuAltBG"/> - <scrolltext condition="equal({MenuTitle:clean},trans('Summary'))" x1="10" x2="-106" y1="35" y2="-36" font="Vera.ttf:22,85" color="MenuTxtFG">{MenuText}</scrolltext> - <scrolltext condition="not(equal({MenuTitle:clean},trans('Summary')))" x1="10" x2="-106" y1="35" y2="-36" font="VeraMono.ttf:22,85" color="MenuTxtFG">{MenuText}</scrolltext> + <scrolltext condition="equal({MenuTitle:clean},trans('Summary'))" x1="10" x2="-106" y1="35" y2="-36" font="Vera.ttf:22,85" color="MenuTxtFG">{RecordingDescription}</scrolltext> + <scrolltext condition="not(equal({MenuTitle:clean},trans('Summary')))" x1="10" x2="-106" y1="35" y2="-36" font="VeraMono.ttf:22,85" color="MenuTxtFG">{RecordingDescription}</scrolltext> </block> <!-- Show recordings (in all menus except 'Extended EPG-info' and 'MenuText') -->