C.Y.M wrote: > C.Y.M wrote: > >>Anssi Hannula wrote: >> >> >>>C.Y.M wrote: >>> >>> >>> >>>>When using vdr-1.3.25, I cant seem to find the code in text2skin to >>>>display the >>>>recording summary properly. The summary just comes up blank. When I >>>>do not use >>>>text2skin, then it works just fine. The conversion of summary.vdr to >>>>info.vdr >>>>went fine. Can anyone give me a hint? >>>> >>> >>>Skin plugins require a patch. From 1.3.25 changelog: >>> >>>- The "Summary" button in the "Recordings" menu has been renamed to >>>"Info", and the page it brings up now shows the recording's information, >>>much like the EPG event page. Therefore it now no longer uses the skin's >>>SetText() function, but rather the SetRecording() function. Skin plugins >>>may need to adjust that function accordingly (see skinsttng.c, for >>>instance). >>> >> >> >>I saw the changelog, but I was not sure how do go about it. The change in >>skinssttng.c was about 32 additional lines. Does someone already have a patch >>for text2skin? I guess I need to look at display.[ch] some more. >> > > > 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,