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

Remote skip back / forward commands via bluetooth are ignored #63

Open
smoothfm opened this issue Sep 7, 2023 · 0 comments
Open

Remote skip back / forward commands via bluetooth are ignored #63

smoothfm opened this issue Sep 7, 2023 · 0 comments

Comments

@smoothfm
Copy link

smoothfm commented Sep 7, 2023

Describe the bug

  1. Using AirPods Pro (double/triple press) or another bluetooth device (car stereo), play/pause works but skip is ignored.
  2. Next/previous work to skip back / forward in the queue with same gestures/buttons with default example app.
  3. On iPhone 14 pro, correct intervals are shown on device Home Screen, and skip back / forward works as expected.

To Reproduce
Reproduced using example app by changing remote commands to

player.remoteCommands = [
            .stop,
            .play,
            .pause,
            .togglePlayPause,
            .skipForward(preferredIntervals: [5]),
            .skipBackward(preferredIntervals: [5]),
            .changePlaybackPosition
        ]

Expected behavior
Expected skip buttons to move audio stream back / forward by the specified intervals

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

No branches or pull requests

1 participant