30 second skip
#1
Sorry if this has been answered. I read the sections on the keymaps but so far still dont' know.

I'm used to have the << >> buttons on my MCE remote do RW & FW. and the >| and |< do the 30 skip fwd and 10 secon dskip back. Using the next pvr client to watch a show the >| and |< buttons were disabled and not functional. Is that client dependent? Do some clients implement skip ahead and skip back functions?

Thanks!
Reply
#2
No those button skip to next item, if nothing in queue it will do nothing.

Now what I have done is edit the appcommand.xml for the media center remote. Then added

fullscreenvideo

Next track and prev track to seek

So creat a xml file called appcommand.xml
Insert this code.

PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
   <FullscreenVideo>
      <appcommand>
         <next_track> Seek(29)</next_track>
         <prev_track>Seek (14)</prev_track>
      </appcommand>
   </FullscreenVideo>
</keymap> 

And place it in the appropriate location depending on your device.


Edit. Don't forget to "Thank User" if this information helps
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply
#3
I thought the approach would be to add an advancedsettings.xml file and turn off skip stepping by truning on time based seeking. I did that and set my stepforward and stepbackward to 30 and -10. Restarted the box but I still have skip stepping. Any idea how to go to time based seeking?
Reply
#4
Look at the kodi keyboard (wiki)
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply

Logout Mark Read Team Forum Stats Members Help
30 second skip0