Pierre Ståhl
Pierre Ståhl
**Short feature/function description** The exact purpose of transaction messages is still a bit unclear to me, but they seem to carry other messages and allows splitting them over several protocol...
**What feature would you like?** Currently there's a callback method that is called when the connection is lost. There's however no way (programmatically) to know what happened. I feel that...
**What to investigate** Most things in pyatv are currently hardcoded to somewhat "decent" values, but there are times where it would be desirable to have some flexibility regarding these values....
**What feature would you like?** Currently, everything is logged using `_LOGGER` in each file (which corresponds to the current module). This however becomes confusing when having multiple connections active at...
**What feature would you like?** At the moment, pyatv only supports IPv4 but at some point I would like to add IPv6 as well. The main reason for only IPv4...
**Describe the bug** If AirPlay is configured with user provided password, pairing will work as expected but playing something with `play_url` will not. This is because `pyatv` does not support...
**What feature would you like?** A simple application called `atvstream` that is more flexible when it comes to streaming (mainly audio) to a receiver. One use case is providing a...
### Describe the bug It's not possible to use any other actions except for SingleTap in the buttons used by Companion. Should be easy enough to fix as support for...
### What feature would you like? With 0.9.0, password is now a general setting for all protocols. It is only relevant for RAOP at the moment (and AirPlay in the...
### What feature would you like? Knowing what to do in order to properly connect to a device is a bit tricky for newcomers. There's a lot to take in...