Friday, 02 May 2014 00:00

XBMC Aeon MQ 5 skin - replacing Star Ratings with media duration (length)

The new Aeon MQ5 skin with XBMC is truly fantastic (well done Marcosqui).
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.
Last modified on Friday, 02 May 2014 19:22

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.