Pierre Ståhl
Pierre Ståhl
Removing local subnet check is probably the safest bet until I get scanning to work as expected. I can try to make that happen and make a release later tonight.
@giricgoyal I'll let you know when it's done. Created #775 for the change.
@giricgoyal I have not forgotten about you, just wanted to spend some additional time fiddling with the mdns implementation. I *think* I have hacky prototype that solves the base problem....
@radhus There will be a release very soon 😊 Just had a short break ("vacation") from pyatv, will take up development again albeit with a lower pace. I'm just finishing...
@radhus Just pushed an update to the component, give it a go and let me know if it works 😊
@ITTV-tools Interesting that you get that. Please enable logging and provide the pyatv log, perhaps I can implement that.
@geekofweek Do you have the possibility to reproduce this with `PYATV_BINARY_MAX_LINE=10000 atvremote --debug -s playing`? I started to create a fix in #802, but I'm not sure that fixes the...
Yeah, that won't work. The Apple TV will drop packets from other subnets. That's part of the specification (although it's possible to be lax about it, that's how Apple Implemented...
I currently don't have an external interface for volume changes that I can use, would have to come up with something for that first.
`atvscript` is an application built using `pyatv` as a library. I can only use whatever the library exposes. The simplest solution is to extend the Playing interface, but that isn't...