Req Frame Advance and Slow Motion
#49
From what I understand, TempoUp and TempoDown currently give you a range of 0.75x to 1.55x (with some possible future changes coming), although it reads on my display as .8x to 1.5x since there is only 1 decimal place in the OSD.  So you do have Slow motion with sound already available.

It is thanks to TinyHands that I was able to capture the remote key.  Using the KeyMap addon you can set up the remote buttons to something you'll remember, and then either using ES File Explorer, or like I did, the BackUp addon to dump the gen.xml file to a removable device for editing.

From there you can see what the keyid is for the remote button.  For example I found <key id="61568"> is "Up Arrow" on my remote.  You can then set it to a custom function like PlayerControl(tempoup).

If you don't want to steal any buttons like directions or FF/Rewind, you should be able to use the modifier mod="longpress" such as:
Code:
<key id="61568" mod="longpress">PlayerControl(tempoup)</key>
<key id="61569" mod="longpress">PlayerControl(tempodown)</key>
In theory that would keep up/down arrow function normal (BigStepForward, BigStepBackward), but long pressing the button would give it the tempoup/tempodown function.  (Although I think the opposite configuration might be more intuitive.)

I don't know anything about frame advancing though.  I haven't tried to assign what you suggested.
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 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 Landstander - 2018-07-26, 06:40
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