No forward seeking / SmallStepForward
#1
In my musicOSD i have a nib and if it has focus i can use the left arrow to seek/skip back in a song.
But not forward, with the right arrow, it doesn't seem to work...
Using my mouse i can pull it forward (to the right) and that also works just fine.
Why?

Code:
<!-- PROGRESS BAR -->
<control type="group">
    <control type="progress" id="23">
        <posx>395</posx>
        <posy>126r</posy>
        <width>820</width>
        <height>12</height>
        <info>Player.Progress</info>
        <texturebg>white2.png</texturebg>
        <lefttexture>-</lefttexture>
        <midtexture>whiteprogress.png</midtexture>
        <righttexture>-</righttexture>
        <overlaytexture>-</overlaytexture>
    </control>
    <control type="slider" id="87">
        <description>Seek Slider</description>
        <posx>395</posx>
        <posy>129r</posy>
        <width>820</width>
        <height>12</height>
        <onup>300</onup>
        <ondown>300</ondown>
        <action>seek</action>
        <texturesliderbar>videoOSD/seekbar.png</texturesliderbar>
        <textureslidernib>videoOSD/SeekBarSlider2.png</textureslidernib>
        <textureslidernibfocus>videoOSD/SeekBarSliderNF2.png</textureslidernibfocus>
        <animation effect="fade" time="200">VisibleChange</animation>
        <visible>![Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
    </control>
</control>
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#2
Anyone?
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#3
The exact same code works fine in the videoOSD. And I didn't find it working in other skins i looked in.
So, can i assume this is not possible and request it?
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#4
What version of XBMC are you using?
System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon  AVR-3808CI  - Denon DVD-5900 Universal Player  - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray  - X-Box 360  - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
Reply
#5
looks like a bug in xbmc to me.

i've tested it and had a look at the log,
when you press 'right', the seek percentage doesn't increase but stays at the same position.

http://www.xbmclogs.com/show.php?id=8980
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
IIRC bigstepforward and bigstepbackward are not implemented in AE at this time
System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon  AVR-3808CI  - Denon DVD-5900 Universal Player  - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray  - X-Box 360  - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
Reply
#7
12.0-ALPHA5 Git:20120831-12840c2

Pm's with link send.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#8
Guess i'll bump this because i have no idea if this was indeed a bug or if it has to become a request.
Would be nice to have forward also working in Frodo.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#9
It's an omission at this point.
System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon  AVR-3808CI  - Denon DVD-5900 Universal Player  - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray  - X-Box 360  - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
Reply
#10
Thnx so much DDDamian Smile
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply

Logout Mark Read Team Forum Stats Members Help
No forward seeking / SmallStepForward0