Pierre Ståhl
Pierre Ståhl
You don't have to depend on my images of you don't want to (they are merely a convenience). You can always build one yourself locally and run from the cached...
I believe links always must a URI, so it should probably start with `spotify://` assuming it is implemented.
I don't know either and I'm not at home so I can test right now. Did you try a web link, I.e. `spotify://http://open.spotify...`?
@mirceadb7 Can you check if `atvremote ... home=2` works as expected? I will deprecate `home_hold` and it should not be used anymore.
It is not implemented in Home Assistant yet, there's a PR for it I think.
> > It is not implemented in Home Assistant yet, there's a PR for it I think. > > PR? What is PR? Pull Request. It's how you suggest code...
I don't think you can with AirPlay, but if you know an app that supports it then it might be possible via deep linking. Might be possible with VLC, but...
Hi and sorry for the delay! I just want to confirm if you still see this issue?
Would you be comfortable with modifying the source a bit? I would like to see the encoded TLV value around here: https://github.com/postlund/pyatv/blob/2f7e2fd1b30e75f490171e0cb2a10592afba2546/pyatv/auth/hap_srp.py#L201 Adding something like this would be fine: print(write_tlv(tlv))
This doesn't make sense to me, that shouldn't be a problem. Can't you also add this: print("length:", len(data)) here: https://github.com/postlund/pyatv/blob/2f7e2fd1b30e75f490171e0cb2a10592afba2546/pyatv/support/chacha20.py#L48 Do you see any absurdly large lengths?