Dorian Stoll
Dorian Stoll
> ``` > /dev/input/event23: IPTS 045E:099F > /dev/input/event24: IPTS 045E:099F Stylus > ``` > `evtest` detects the device but values stay at zero. These are actually the wrong devices. The...
An issue on the iptsd repo might be the best. Maybe quo has an idea what breaks the pen. Although I guess the screen protector could mess with the DFT...
As far as I know, this problem comes from how Amazon presents audio streams in the manifest, and how inputstream.adaptive handles them. With Amazon, all of the audio for one...
That could be. I never intended my plugin to be widely used, so the login code is not very sophisticated.
So I just tried this with a VPN. The sign in button on primevideo.com is just a redirect to the amazon.XY page of that country? In this case the code...
The params skip through because its not doing an oauth login, its just doing a regular login. For UHD playback to work, you need to register a device with Amazon....
I tried to implement my first idea (parsing the amazon domain from the primevideo redirect and using it to log in) into my minimal plugin. I have tried the requests...
Replacing the file is the correct way, my idea just doesnt work. I only tested the code to determine the amazon.xy domain from the primevideo redirect, not if that domain...
I wrote a barebones plugin that uses the endpoints for the android app instead of the ones for a browser. With that plugin, UHD playback works fine on an Android...
I am not sure if the normal login returns what you need to create a device. That API needs an authorization code, and I think you can only get that...