Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Make seek steps configurable #92

Closed
benadderson opened this issue Jun 21, 2016 · 2 comments
Closed

Feature request - Make seek steps configurable #92

benadderson opened this issue Jun 21, 2016 · 2 comments

Comments

@benadderson
Copy link

As discussed on the Plex Forums here - http://forums.plex.tv/discussion/comment/1202053/#Comment_1202053

Could we please make seek steps configurable? I'm told they already are in Kodi.

I'd like to be able to take advantage of the new support for preview images (which is awesome), without the increasing seek steps that are the current behaviour with adaptive seeking. @Kwiboo suggested that if they were configurable, and were set to -15,+30, then that would fit my desired usage pattern.

Thanks!

@Kwiboo Kwiboo added this to the OpenPHT 1.6.2 milestone Jun 23, 2016
@Kwiboo
Copy link
Member

Kwiboo commented Jun 26, 2016

Starting with 1.6.2 it will be possible to configure seek steps in advancedsettings.xml.

Create a advancedsettings.xml-file in userdata with the following content:

<advancedsettings>
  <videoseeksteps>-15,+30</videoseeksteps>
  <musicseeksteps>-15,+30</musicseeksteps>
</advancedsettings>

Default is:

<advancedsettings>
  <videoseeksteps>-300,-180,-120,-60,-30,-15,+30,+60,+120,+180,+300</videoseeksteps>
  <musicseeksteps>-60,-30,-15,+30,+60</musicseeksteps>
</advancedsettings>

@benadderson
Copy link
Author

This is now working exactly as I hoped - thanks very much for implementing this so quickly! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants