Karol Kot
Karol Kot
Has anyone found a workaround for this issue? I couldn't find any chromium launch options that would help. I develop mainly on Smart TVs so i would like to toggle...
@Kax675 Key events are not the same on the webOS as they are in your browser. For me the easiest way of making this lib work on webOS, was forking...
@rolodato https://gist.github.com/KotKarol/3d9b0856073405fb581410f9c06dd0f8
Hi, sorry for late reply! This is a code snippet: ```typescript import pyatv, { NodePyATVDevice, NodePyATVDeviceEvent, } from "@sebbo2002/node-pyatv"; let devices: NodePyATVDevice[] = []; let ipMacMap: { [key: string]: string...
This error goes away when i pair it with atvremote. It's a new and up to date AppleTV device. That's why I'm confused. I'm looking for any indicator that device...
Only thing i have found is that when you are paired, and use `NodePyATVDevice getState()` method, the result contains fields `repeat` and `shuffle` as **strings**. When you are not paired...