Markus Zehnder
Markus Zehnder
Fast forward and rewind would be a great addition! I quickly checked if `MediaControlCommand.FastForwardBegin` actually works with the companion protocol by replacing the `channel_up` and `channel_down` functions: https://github.com/postlund/pyatv/blob/0a0720dbd68b2ed763388290742d922afdcfb8f2/pyatv/protocols/companion/__init__.py#L337-L343 with ```python...
> there is only one speed level I've pressed comment too fast! While in fast forward mode, `remote_control.right()` will increase the speed 👍
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...
I would also highly appreciate a simple BLE example for ESP32 or Arduino to get started quickly. Something like this serial demo but for BLE would be perfect: https://jnthas.github.io/improv-wifi-demo/. Improv...
I got my hands dirty and started learning BLE and developing an improv-wifi example for ESP32 with IDF 5.1 and NimBLE. Once the fundamentials are working I'll release it (Apache-2.0)...
Work in progress example project for ESP32 with IDF 5.1.2 and NimBLE: https://github.com/zehnm/idf-improv-wifi-ble
This is likely related to Home Assistant's `input` and `input_select` entities: https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/211 Selecting an item from a list will is a planned feature and will be added to the supported...
This is mainly an issue of the UI app not checking WiFi / integration state before starting an activity or sending a command. That needs to be fixed first. -...
This can be achieved by sending a HID key: consumer page 12 / usage 0xE2 I'm using the following hack, where `self._atv` is `pyatv.interface.AppleTV`: ```python from pyatv.protocols.mrp import MrpRemoteControl, messages...
I'll leave the PR open until the feature is implemented and tested in the web-configurator, in case we still have to adjust something.