How add playlist Total duration?
#1
Question 
Hi. Sorry for bad englishSmile
Aeon NOX 6.0.0. Windows
In Confluence skin and some others Current playlist have Total duration of all elements in playlist. But Aeon NOX hasn't it. I try to googling that question, try to find this attribute in xml and add to Aeon, but fail.
Maybe someone know how add total duration attribute in current playlist window? Script maybe or xml - i dont know. PleaseSmile Thx
Reply
#2
Got it! Laugh
includes.xml
Total duration (TotalTime) only in Playlist, add this in <include name="Topbar"> block:
Code:
            <control type="label">
                <description>Playlist Total Duration</description>
                <visible>Window.IsActive(MyPlaylist.xml)</visible>
                <right>40</right>
                <top>32r</top>
                <width>500</width>
                <height>20</height>
                <font>font12</font>
                <textcolor>grey</textcolor>
                <scroll>false</scroll>
                <align>right</align>
                <aligny>center</aligny>
                <label>$INFO[Container.TotalTime,$LOCALIZE[31009] ([COLOR=blue],[/COLOR])]</label>
            </control>
Reply

Logout Mark Read Team Forum Stats Members Help
How add playlist Total duration?0