2014-09-14, 02:42
@0wing: Yes, I'm seeing the same.
If you wanted to revert to the old behaviour, you could try adding the following to /storage/.xbmc/userdata/keymaps/remote.xml:
@popcornmix: Is there any way that, while seeking, a PlayPause toggle input could be interpreted as Play not Pause? Presumably some sort of "isplaying" property is being set while seeking and used to interpret the PlayPause toogle. Although maybe this is going to become rather hack-ish.
If you wanted to revert to the old behaviour, you could try adding the following to /storage/.xbmc/userdata/keymaps/remote.xml:
Code:
<keymap>
<global>
<remote>
<play>Play</play>
</remote>
</global>
</keymap>
@popcornmix: Is there any way that, while seeking, a PlayPause toggle input could be interpreted as Play not Pause? Presumably some sort of "isplaying" property is being set while seeking and used to interpret the PlayPause toogle. Although maybe this is going to become rather hack-ish.