The display code handles various tags shown as "Parameters" in the info
dialog of an EPG event like "Subtitled", "New" or "Repeat", but only
"New" was actually displayed as the data for the other tags wasn't
requested and hence never present.
{ name: 'ratingLabelIcon' },
{ name: 'copyright_year' },
{ name: 'new' },
+ { name: 'repeat' },
+ { name: 'hd' },
+ { name: 'widescreen' },
+ { name: 'aspect' },
+ { name: 'lines' },
+ { name: 'deafsigned' },
+ { name: 'subtitled' },
+ { name: 'audiodesc' },
{ name: 'genre' },
{ name: 'dvrUuid' },
{ name: 'dvrState' },