Pierre Ståhl
Pierre Ståhl
This one is a contender: https://github.com/tinytag/tinytag
I'm working on migrating to tiny tag, will try to finish off of this weekend.
This should be fixed by #2532, which is merged now. I have a few more things I want to get merged, so I will fix that and make a release...
Do you mean that you want to implement the protocols yourself (not depends on pyatv at all)?
I would focus on the Companion protocol, it's the simplest one. You can either pull files from `pyatv/protocols/companion` and some dependencies from other places. Everything is pretty tight coupled within...
You need to press enter (in atvremote) once you have enter the passcode, did you do that?
Hmm, the output tells us that the PIN code is incorrect from the device. Can you try changing it to something else and try again, e.g. `--pin 1111`?
Ok, that is indeed very strange. I want to try to backtrack this a bit. Please try `atvremote -s 192.168.1.176 --debug --pin 1111 --pairing-guid 0xAAAAAAAAAAAAAAAA --protocol dmap pair` and let...
That seems to have succeed, you just need to press enter in atvremote to stop and print the credentials (there's unfortunately no feedback that pairing succeeded).
It's great that it works with the pre-defined identifier, but I'm very confused in regards to it not working with the randomly generated one. It really should. I have tried...