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). -- Anssi Hannula