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

Implement __repr__ to indicate which AirPlay device an instance is connected to #6

Open
cnelson opened this issue Feb 27, 2016 · 4 comments

Comments

@cnelson
Copy link
Owner

cnelson commented Feb 27, 2016

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>]
@qbvn
Copy link

qbvn commented Oct 20, 2016

Hi,
does your code still work with Apple tv3 (latest OS)?
I got an empty list back (zeroconf installed)

Regards

@cnelson
Copy link
Owner Author

cnelson commented Oct 20, 2016

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.

@qbvn
Copy link

qbvn commented Oct 21, 2016

timeout=100, still not working
ap = AirPlay.find(timeout=100) ap: <type:'list'>: []

all iDevices can find and stream to the Apple TV.

@cnelson
Copy link
Owner Author

cnelson commented Dec 21, 2016

@qbvn What python version and OS are you seeing this happen on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants