Maximilian Leith
Maximilian Leith
Hey @postlund , thank you for this awesome project. Do you have an estimation for the release of official Python 3.12 compatibility? Thanks in advance
I don't think this should be added to this repo. It has pretty much nothing to do with the npm package. Adding this to the pi image repo would be...
Problem is that `host` is not optional when adding a device: https://github.com/sebbo2002/node-pyatv/blob/48dabfd2f994f50a8d896c0eb5544f673dcc3e3c/src/lib/types.ts#L169-L179 Addditonally, it would be nice to create a device with the complete set of attributes (host & mac)...
**Note:** I am not talking about discovering devices but creating them manully via `NodePyATVInstance.device`.
> Yes, in `NodePyATVDevice` the `host` is mandatory currently. `get name()` also returns a `string`, so changing this would be a breaking change. From my POV, the signature of the...
Or even better imo: ```typescript export function getParameters(options: NodePyATVFindAndInstanceOptions = {}): string[] { const parameters: string[] = []; if (options.hosts) { parameters.push('-s', options.hosts.join(',')); } else if (options.mac) { parameters.push('-i', options.mac);...
That is how I implemented it in homebridge-appletv-enhanced. "Avadra Kedavra" closes opened apps. This is of course not very configurable and specific to my plugin but you should get an...
Hi @jsiegenthaler, thanks for sharing your results. However, my plugin does indeed expose the ConfiguredName characteristic already, see [here](https://github.com/maxileith/homebridge-appletv-enhanced/blob/5ceb096821e054efd209b6fac6b285166be0b86d/src/appleTVEnhancedAccessory.ts#L482). > I have run multiple tests using the above sequence, and...
> @maxileith I only have an AppleTV as my Home hub, nothing else. Ah okay that is intersting. @jsiegenthaler Did you already committet the code that fixed it for you?...
> I am starting to form the view that it is a Home app issue. Yeah, I guess so too. Especially since it works without any flaws when using a...