Skip Steps indication missing in Aeon MQ6 (Isengard)
#1
Its seems support for Kodi 15's skip steps has gone missing in Aeon MQ 6 - it worked fine in MQ5. I'm referring to the little 00:15, 00:30, 1:00 etc prompts which would appear as you seek using Skip Steps. They let you know how far ahead the video is about to skip when you stop tapping a seek button.
Reply
#2
This has been added to next update of mq6 isengard which will be published soon
Reply
#3
Good to know, thanks.
Reply
#4
I added it to aeon mq6 mod too
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply
#5
ok put this variable in (IncludeVariable.xml) at the end before
PHP Code:
</includes

PHP Code:
            <variable name="SeekLabel">
        <
value condition="!IsEmpty(Player.SeekStepSize) + ![player.forwarding | player.rewinding]">Seeking:[COLOR=$VAR[value_headercolor]] $INFO[Player.SeekStepSize][/COLOR]</value>
        <
value condition="Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]">Seeking:[COLOR=$VAR[value_headercolor]] $INFO[Player.SeekOffset][/COLOR]</value>
        <
value condition="!Player.DisplayAfterSeek + Player.Seeking">Seeking:</value>
    </
variable

now open (DialogSeekBar.xml) on line 120 hit enter so it looks like this
PHP Code:
    </control>
    
    </
control

and past this between it

PHP Code:
    <control type="label">
    <
left>30</left>
    <
top>680</top>
    <
width>230</width>
    <
height>25</height>
    <
font>Font_23</font>
    <
align>center</align>
    <
textcolor>FFFFFAF0</textcolor>
    <
label>$INFO[Player.SeekTime] / $INFO[VideoPlayer.Duration]</label>
    <
visible>Player.Seeking</visible>
    </
control>
    <
control type="label">
    <
left>200</left>
    <
top>680</top>
    <
width>230</width>
    <
height>25</height>
    <
font>Font_23</font>
    <
align>center</align>
    <
textcolor>FFFFFAF0</textcolor>
    <
label>$VAR[SeekLabel]</label>
    <
visible>Player.Seeking Player.DisplayAfterSeek</visible>
    </
control

DialogSeekBar.xml
IncludeVariables.xml

hope that is what you needed Cool

Aussie, Aussie, Aussie,,,Oi, Oi, Oi
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply
#6
i think you have an extra </variable> left in the 2nd code box first line.
Reply
#7
Thanks for the pick up
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply

Logout Mark Read Team Forum Stats Members Help
Skip Steps indication missing in Aeon MQ6 (Isengard)0