My one gripe is that the duration is not show in wide list view (or any view for that matter).
This is easily fixed by replacing the StarRatings image controls (which I don't use) with the duration labels.
<control type="label"> <posx>523</posx> <posy>25</posy> <width>65</width> <height>13</height> <label>$INFO[ListItem.Duration,(, min)]</label> <textcolor>$VAR[value_headercolor]</textcolor> <visible>![Container.Content(artists) | Container.Content(years) | Container.Content(genres) | Container.Content(seasons) | StringCompare(ListItem.Label,..)]</visible> </control>Modified ViewsWide.xml attached.