JDizzy Wrote:Yeah, I checked that skin too and no doubling....it's got me stumped!
I am using half wall view.
I deleted the 'mins' from the Label in that view and thought I had it!
But then I noticed that after watching a movie only the numbers show. If I then refresh the movie info, it corrects itself and shows 122 min, after watching movie only 122....
Too much for my little nut, so just deleted the part of Label that shows the time... I figure if I need to see the time, then I can look at info screen where it says 122 min mins.... DOH!
OK thats a bug. The skin looks for the string "mins" in the movie duration field and if it doesn't find it then it puts it in.
EMM puts "min" in the duration field. So cirrus doesn't find mins and puts it in, thus the "128 min mins".
It is an easy fix, I just have to change mins to min, then it will cover both cases. I'll get onto it.
FYI, not the <visible> tags - the first item is visible if 'mins' string is found:
Code:
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$INFO[ListItem.Duration]</label2>
<onclick>-</onclick>
<visible>SubString(ListItem.Duration,mins)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$INFO[ListItem.Duration] mins</label2>
<onclick>-</onclick>
<visible>!SubString(ListItem.Duration,mins)</visible>
</item>
![[Image: logo_zpsd757bd36.png]](http://img.photobucket.com/albums/v219/ZexisStryfe/metroTV/logo_zpsd757bd36.png)
Search
Help