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

[iOS] Disable scrubbing on MPRemoteCommandCenter #1093

Closed
fidoriel opened this issue Feb 20, 2024 · 5 comments
Closed

[iOS] Disable scrubbing on MPRemoteCommandCenter #1093

fidoriel opened this issue Feb 20, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@fidoriel
Copy link
Contributor

Is your feature request related to a problem? Please describe.

In the past days I accidentally touched the progress bar on the 'Now Playing' widget in numerous situations on iOS (this is not a ABS issue, I have this with a lot of apps, I do not like that touching on the progress bar is sensitive.). I had to find the position in the audiobook where I left off, which is not a great listening experience.

Describe the solution you'd like

Add an option to settings to disable commandCenter.changePlaybackPositionCommand.isEnabled.

Describe alternatives you've considered

Just disable the commandCenter.changePlaybackPositionCommand.isEnabled.

Additional context

I thought about why I would like this to be enabled at all. I was not able to find one.

  • It is not possible to navigate through a multi hour audiobook precisely. If I do want to find a chapter, I use the app and not the widget. It is not possible to find the exact position.
  • If I want to go back 30s, I would use the 10s back button multiple times, because it is way more precise.
  • I can change it to the chapter view, so that not the full audiobook is displayed, only the current chapter. Same reason. I would use the go back button or the app to find the chapter.

Therefor, I do not see any reason why allowing scrubbing through the audiobook on the widget.

@fidoriel fidoriel added the enhancement New feature or request label Feb 20, 2024
@fidoriel fidoriel changed the title [iOS] Disable scrubbing from MPRemoteCommandCenter [iOS] Disable scrubbing on MPRemoteCommandCenter Feb 20, 2024
@nichwall
Copy link
Contributor

Duplicate of #526 but also includes specific option

@fidoriel
Copy link
Contributor Author

fidoriel commented Feb 20, 2024

Oh, thank you, did not find it because of different wordings.

It is a question of wished behavior, philosophy of usage. The fix seems trivial.
Should I close it and add it to the other issue?

@advplyr
Copy link
Owner

advplyr commented Feb 20, 2024

Duplicate of #526

@advplyr advplyr marked this as a duplicate of #526 Feb 20, 2024
@advplyr advplyr closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2024
@nichwall
Copy link
Contributor

It is a question of wished behavior, philosophy of usage. The fix seems trivial.

It just hasn't been done yet. If you can make and test the change, that would be great.

@fidoriel
Copy link
Contributor Author

It is a question of wished behavior, philosophy of usage. The fix seems trivial.

It just hasn't been done yet. If you can make and test the change, that would be great.

I created and tested a pr. So now we can discuss ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants