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

add fast forward and rewind support for companion protocol #2363

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nfreeze
Copy link

@nfreeze nfreeze commented Feb 26, 2024

No description provided.

@nfreeze
Copy link
Author

nfreeze commented Feb 26, 2024

I closed the previous PR and made the requested change and a couple of others

@postlund
Copy link
Owner

I closed the previous PR and made the requested change and a couple of others

You can just push --force to the branch and it will update in the PR (as a PR is just a branch), no need for a new PR.

If you check the functional tests for companion, I'd like you to add the new feature constants so they are tested as well.

I'll try to make a full review within the next few days, when I'm in front of a computer. Thanks for the work so far 👌

@nfreeze
Copy link
Author

nfreeze commented Feb 26, 2024 via email

@nfreeze
Copy link
Author

nfreeze commented Mar 1, 2024

I am closing this because I didn't realize you can do right=2 and left=2 in atvremote to simulate fast forward and rewind

@nfreeze nfreeze closed this Mar 1, 2024
@postlund postlund reopened this Mar 1, 2024
@postlund
Copy link
Owner

postlund commented Mar 1, 2024

That might be true for Apple TVs ringing tvOS, yes. But it won't work for older models nor HomePods or other AirPlay receivers. So I still see a value in adding this.

@postlund postlund mentioned this pull request Mar 8, 2024
@zehnm
Copy link

zehnm commented Mar 8, 2024

Thanks for adding this feature! Let me know if I can help out somehow.

you can do right=2 and left=2 in atvremote to simulate fast forward and rewind

Could you please elaborate? If I use remote_control.right() / remote_control.left() on an Apple TV 4K (gen 2), tvOS 17.3, it only skips forward and backward. Or do you mean something else?

@postlund
Copy link
Owner

postlund commented Mar 8, 2024

Thanks for adding this feature! Let me know if I can help out somehow.

you can do right=2 and left=2 in atvremote to simulate fast forward and rewind

Could you please elaborate? If I use remote_control.right() / remote_control.left() on an Apple TV 4K (gen 2), tvOS 17.3, it only skips forward and backward. Or do you mean something else?

https://pyatv.dev/development/control/#input-actions

@nfreeze
Copy link
Author

nfreeze commented Mar 9, 2024 via email

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

Successfully merging this pull request may close these issues.

None yet

3 participants