python-airplay
python-airplay copied to clipboard
Implement __repr__ to indicate which AirPlay device an instance is connected to
Currently:
>>> AirPlay.find(fast=True)
[<airplay.airplay.AirPlay object at 0x1005d9a90>]
Ideally, something like:
>>> AirPlay.find(fast=True)
[<airplay.airplay.AirPlay self.name / self.host:self.port>]
Hi, does your code still work with Apple tv3 (latest OS)? I got an empty list back (zeroconf installed)
Regards
I used it last night and it worked for me. Can other devices find the apple tv on your network? You may try increasing the timeout setting.
timeout=100, still not working
ap = AirPlay.find(timeout=100) ap: <type:'list'>: []
all iDevices can find and stream to the Apple TV.
@qbvn What python version and OS are you seeing this happen on?