2019-07-27, 01:04
(2019-07-26, 21:42)M89SE Wrote:@M89SE , thanks for your reply, I thought it was an easy job, I dont know its a hard one. Am still a beginner when it comes to python. Any help will be highly appreciated(2019-07-26, 00:24)samueljones Wrote: @M89SE , or anyone can please help me out. am trying to get the programme duration to show something like 1hr 20min. currently it shows in minutes e.g Length : 100 minutes.
After google search i got the following but no working.
<control type="label">
<left>1240</left>
<top>200</top>
<width>300</width>
<height>60</height>
<align>center</align>
<label>Duration: $INFO[ListItem.Duration(h)]h$INFO[ListItem.Duration(mm)]m</label>
</control>
thanks
This one is quite tricky! I created this function in my own TV Guide a while ago.
You will need to create a function in Python first and then import the setting to skin. Listitem.Duration won't work. Do you know how to programme Python or do you need some help?.
Result bottom right:
Thanks.
SJ