(2017-03-11, 16:59)tinyhands Wrote: (2016-12-01, 02:13)Landstander Wrote: Can you edit keymaps when the device is an android TV?
Yes, you can. You will want to plug in a USB keyboard and install ES File Explorer (or similar) from the Play store.
[Refer to the official documentation on installing the keymap editor addon and setting keymaps.]
1. Set keymaps to your remote for any functions/buttons not currently mapped. I used BigStepForward and BigStepBackward for both FullScreenVideo and Video Playback (as above), since they were not mapped and I have spare buttons on my universal remote.
2. Use ES File Explorer to navigate to the keymaps file, open it, and change both occurrences of BigStepForward to "PlayerControl(tempoup)" and both occurrences of BigStepBackward to "PlayerControl(tempodown)".
3. Save the keymaps file and return to Kodi. The buttons that you mapped will now perform tempo actions instead of BSF & BSB.
For me, TempoUp was stable all the way to 1.5x, but not really watchable. The fastest practical tempo was 1.2x. Your mileage may vary.
Thanks. Sorry for the late response. I've had problems in the past with ES File Explorer on my android TV.
I followed your instructions and mapped BSF and BSB to the up and down arrows on my remote (which I believe was their default mapping).
Then instead of ES File Explorer I used the Backup addon. Backed up the Kodi data to a USB stick, edited the files on a PC and then restored from the newly edited files.
Closed and reopened Kodi.
Unfortunately, I lost Up and Down navigation in the file selection menus (system and settings work fine).
Edit: I deleted the lines for <video>, keeping only <FullScreenVideo> and the problem is fixed. I don't think I lost anything useful with that change.
Thanks for the tips.
1.5x works fine on my XBR55X850C. A bit frame skippy with some things, but smooth on others. Now I'm hoping 2x gets added soon.
For anyone with a Sony Android TV, here is my gen.xml:
(Edit2: Deleted mod=longpress entries. Apparently they're premapped to audio and subtitle track switching and cause a conflict.)
Code:
<keymap>
<fullscreenvideo>
<keyboard>
<key id="61568">PlayerControl(tempoup)</key>
<key id="61569">PlayerControl(tempodown)</key>
</keyboard>
</fullscreenvideo>
</keymap>
Edit (let's say) 3: I have a DVR/DVD player with the ability to adjust playback speed. DD/DTS audio gets passed through during normal use like you'd expect, but when you adjust the play speed it changes to PCM stereo output, and then goes back to the proper channel configuration when you go back to normal play speed.
Unfortunately in Kodi we can either have audio passthrough audio OR playback speed adjustment.
THAT'S what we need: An option to set "Sync Playback to Display" to OFF, but have it turn itself on when the PlayerControl(Tempo...) is adjusted and then disengage at 1x play speed.