Mailing List Archive

Program Info screen now uses a buttonlist
As of commit 818024314377f7717a26b0cbe514457ff92ecced, a web page is no
longer used as a template for displaying program information.

In your schedule-ui.xml, instead of <window name="progdetails">, you now
need:

<window name="programdetails">
<buttonlist name="infolist">

with two textareas: 'name' and 'value'.

You can leave <window name="progdetails"> alone, to support older versions
of Myth, while implementing <window name="programdetails"> for new versions.

I will update https://www.mythtv.org/wiki/MythUI_Theme_Development with the
new information, but you can also look at the default/schedule-ui.xml for
an example.

John