Req Frame Advance and Slow Motion
#10
I have wanted this feature forever... i think it should be pretty easy to use the current PlayerControl to add something like the SeekPercentage(x) but with something like PlayerControl(IncrementFrame(x)). When i say easy i obviously mean for the seasoned veterans like jhsrennie (who implemented the PlayerControl(SeekPercentage(x)))

Speaking of SeekPercentage, a feature i use CONSTANTLY, will it still work in Frodo? I noticed that it is only documented in the HTTP API and since that is going away, does it affect this awesome feature?

For those that don't know what i am talking about, SeekPercentage will bring you directly to a percentage of any media playing as long a you configure it properly in your Keymap...

For example, my keymap.xml has this section in it :

Code:
<FullscreenVideo>
    <keyboard>
      <zero>PlayerControl(seekpercentage(99))</zero>
      <one>PlayerControl(seekpercentage(10))</one>
      <two>PlayerControl(seekpercentage(20))</two>
      <three>PlayerControl(seekpercentage(30))</three>
      <four>PlayerControl(seekpercentage(40))</four>
      <five>PlayerControl(seekpercentage(50))</five>
      <six>PlayerControl(seekpercentage(60))</six>
      <seven>PlayerControl(seekpercentage(70))</seven>
      <eight>PlayerControl(seekpercentage(80))</eight>
      <nine>PlayerControl(seekpercentage(90))</nine>
      <period>SkipNext</period>
      <comma>SkipPrevious</comma>
      <backspace>SmallStepBack</backspace>
    </keyboard>
  </FullscreenVideo>

What this does is when i press 1 on my remote or keyboard, it goes to 10% of the video, 2 goes to 20%, 3 to 30%, etc...

It is an awesome feature that will even work on some stubborn video files where you cannot fast forward. It is also more stable than multiple BigStepForward on certain videos (lotsa well timed BigStepForwards will almost always crash XBMC)

If this feature is not in Frodo then that's a deal breaker for me Sad

I haven't tried Frodo because of wanting something stable before submitting my massive library to an update...

-Pr.
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Reply


Messages In This Thread
Frame Advance and Slow Motion - by mattyc - 2012-11-04, 23:28
RE: Frame Advance and Slow Motion - by Mizaki - 2012-11-05, 01:10
RE: Frame Advance and Slow Motion - by mattyc - 2012-11-05, 23:14
RE: Frame Advance and Slow Motion - by Pr.Sinister - 2012-12-18, 01:50
RE: Frame Advance and Slow Motion - by Yappa - 2013-07-09, 00:05
RE: Frame Advance and Slow Motion - by nickr - 2013-10-21, 08:20
RE: Frame Advance and Slow Motion - by sakis - 2014-03-13, 16:54
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 14:38
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 16:28
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 17:52
Re: Frame Advance and Slow Motion - by nickr - 2014-03-14, 21:13
RE: Frame Advance and Slow Motion - by deaded - 2016-03-18, 23:19
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-19, 18:17
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-19, 23:10
RE: Frame Advance and Slow Motion - by Klojum - 2017-09-20, 21:15
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-20, 23:01
RE: Frame Advance and Slow Motion - by murxx - 2018-11-12, 12:54
RE: Frame Advance and Slow Motion - by ashlar - 2018-11-14, 23:41
RE: Frame Advance and Slow Motion - by docwra - 2019-09-17, 14:49
RE: Frame Advance and Slow Motion - by jjd-uk - 2019-09-17, 13:46
RE: Frame Advance and Slow Motion - by jf43 - 2019-09-29, 00:28
RE: Frame Advance and Slow Motion - by jjd-uk - 2019-09-29, 08:24
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-01-19, 03:09
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 13:48
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 20:56
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 21:02
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-23, 00:39
Logout Mark Read Team Forum Stats Members Help
Frame Advance and Slow Motion3