RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
596 stars 110 forks source link

Implement seek command #126

Open teledemic opened 8 years ago

teledemic commented 8 years ago

It looks like the recent changes to seeking have made SmallStepBack work behave exactly the same as StepBack. In Kodi you can mitigate this removal with the Seek function. So I could define a key mapping to Seek(-7) rather than SmallStepBack to get the old behavior. I would love to see either SmallStepBack working properly again, or be able to use Seek in keymaps.

treemok commented 7 years ago

Are there plans to reintroduce "SmallStepBack" as a separate key that can be manipulated in the advancedsettings.xml via "smallstepbackseconds"?

This would be pretty useful, since I could have a dedicated button on my remote, that would rewind a customized amount of seconds without a delay. While the other "StepBack" button would take advantage of the cool "seek steps" feature that do have a delay.

As @teledemic mentioned these were treated as separate buttons previously... in PHT I could also customize the seconds in the advancedsettings.xml. So it's not even a new feature - it somehow broke with the introduction of the seek function.