Kodi Community Forum
Linux Smallstepback - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Linux Smallstepback (/showthread.php?tid=334777)



Smallstepback - Camella - 2018-08-20

Hi, I'm trying to get the smallstepback working again with my MCE remote
I think it's in advancedsettings.xml but it doesn't work for me
So I want to seek -7 seconds when I hit the BACK key

<advancedsettings>
<keymap>
<FullscreenVideo>
<keyboard>
<back>Seek(-7)</back>
</keyboard>
</FullscreenVideo>
</keymap>
</advancedsettings>

It used to be remote.xml
<advancedsettings>
<keymap>
  <FullscreenVideo>
    <remote>
       <back>SmallStepBack</back>
    </remote>
  </FullscreenVideo>
</keymap>
</advancedsettings>


RE: Smallstepback - spiff - 2018-08-21

there is no 'back' keyboard key... why are you trying to map the keyboard?


RE: Smallstepback - Camella - 2018-08-21

It's for my MCE remote (or actually Logitech Harmony)
This one really has a back key


RE: Smallstepback - spiff - 2018-08-21

either you want to map the remote -  under <remote> - or you have to map whatever keyboard key the back key on the remote is pretending to be.

furthermore, you cannot map keys from advancedsettings.xml, you stick that file in ~/.kodi/userdata/keymaps. without the <advancedsettings> tag.


RE: Smallstepback - Camella - 2018-08-21

Now I deleted asvancedsettings.xml and created keymap.xml in keymaps
Still no luck to get back do a small step back in fullscreenvideo

<advancedsettings>
<keymap>
  <FullscreenVideo>
    <remote>
       <back>Seek(-7)</back>
    </remote>
  </FullscreenVideo>
</keymap>
</advancedsettings>


RE: Smallstepback - Rechi - 2018-08-21

(2018-08-21, 13:28)spiff Wrote: [...] without the <advancedsettings> tag.



RE: Smallstepback - Camella - 2018-08-21

Holy crap it works Smile
I can't believe I made that mistake
Thanks a lot