Pierre Ståhl

Results 678 comments of Pierre Ståhl

@albaintor I added a new setting per device, `rp_id`, that contains a random identifier. It it is stored persistently. Can you verify if this works?

Try: `atvremote set_text=XXX`, should work.

What did you try more specifically? Should be s as easy to implement as for instance `start_app` if you are happy with GET requests. You could also do POST.

Hey! The issue is that you need credentials when connecting to the various protocols. In pyatv, a storage module is used to store these (and other settings as well). The...

Yeah, that is supported and described how to do with `atvremote` here (can of course be done programmatically as well): https://pyatv.dev/documentation/atvremote/#output-devices I have honestly not tested it myself as I...

> I believe so. > > https://developer.apple.com/documentation/storekit/skstoreproductparameteritunesitemidentifier > > > The value for this key, an iTunes item identifier, is an instance of NSNumber. > > To find a product’s...

Looks good to me, will merge once the checks passes 👍

As far as I know, AirPlay doesn't support low latency streaming making it pretty much useless for this use case. I could be wrong, but I don't know of any...

Looks like you haven't paired any protocols. Trying running `atvremote wizard`, pick your Apple TV and follow the instructions. Then try again.

Oh, I missed that it was a 3rd party AirPlay device. AirPlay doesn't support fetching metadata from other clients when someone is streaming to a device, so this is as...