Aeon Madnox for Krypton / Jarvis - (no longer in development)
morning

i have fixed the seek bar ( SeekStepSize ) @ Live TV and movie area

Videofullscreen.xml added this @ line 294
only for the PVR area hidden caching , pause , forwarding , rewind , but the new kodi 15 command $INFO[Player.SeekStepSize] will be showed for timeshift users.

Code:
    <control type="group" id="1">
                 <animation type="WindowOpen">
                    <effect type="fade" time="160" end="100" />
                    <effect type="slide" time="160" start="0,-98" end="0,0" tween="cubic" />
                </animation>
                <animation type="WindowClose">
                    <effect type="fade" time="160" start="100" end="0" />
                    <effect type="slide" time="160" end="0,-98" easing="in" tween="cubic" />
                </animation>
                <animation type="Visible">
                    <effect type="fade" time="160" end="100" />
                    <effect type="slide" time="160" start="0,-98" end="0,0" tween="cubic" />
                </animation>
                <animation type="Hidden">
                    <effect type="fade" time="160" start="100" end="0" />
                    <effect type="slide" time="160" end="0,-98" easing="in" tween="cubic" />
                </animation>
                <visible>[Player.Seeking | [Player.DisplayAfterSeek + [!IsEmpty(Player.SeekOffset) | !IsEmpty(Player.Chapter)]] | Player.Forwarding | Player.Rewinding] + ![Player.Paused|[Player.Paused+Player.Seeking] | [Player.Paused+Player.DisplayAfterSeek]]</visible>
            <control type="image" id="1">
                <posx>704</posx>
                <width>513</width>
                <height>87</height>
                <texture flipy="true">osd/osd_top_bar.png</texture>
                <visible>[[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek] | [[Player.Paused + Player.Caching] + !Player.Seeking] | Player.Seeking|[Player.DisplayAfterSeek + ![player.forwarding | player.rewinding] + !IsEmpty(Player.SeekOffset)]</visible>
            </control>
            <control type="label" id="1">
                <posx>750</posx>
                <width>420</width>
                <height>42</height>
                <align>center</align>
                <label>$VAR[VideoPlayerSeekVar]</label>
                <font>Font_Reg33_Caps</font>
                <shadowcolor>88e5e5e5</shadowcolor>
                <textcolor>FF363636</textcolor>
            </control>

line 212 @ variables.xml
Code:
        <value condition="!IsEmpty(Player.SeekStepSize) ">$LOCALIZE[773] $INFO[Player.SeekStepSize]</value>

i test it and this works great...
let me know if that's OK , I'm not a Pro Skinner Smile


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release (for Isengard) - by R3N3 - 2015-09-27, 17:57
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39