Pierre Ståhl

Results 544 comments of Pierre Ståhl

Nah, limit is 4GB (2^32). Suspecting either issues with encryption library or bug in python. Would it be possible for you to try with another/newer python version?

Thanks for your quick help, let's hope we get good closure on this!

I totally agree with refactoring command handling to share code between `atvremote` and `atvscript`. Current state is only a product of me being lazy, not doing that refactoring when adding...

I believe you are roughly correct in that delay. As I'm not well acquainted with ffmpeg and all the settings you can tinker with, I can't give you a good...

This seems to still be the case, yep. Very unfortunate. Apparently it seems like Apple has decided that the Apple TV remains on (it does not go to sleep when...

Once #2206 Is merged, this can be tested more or less like this: * Install pyatv from master (https://pyatv.dev/documentation/#development-version) * Just for the sake of it: run `atvremote scan` and...

This is currently not supported, but I have an old issue for it (#267). I haven't paid much attention to it since no one has really requested this feature before,...

I'll let you know when there's something to test!

I have started the work in #2187. Some caveats here though: * I have not decided if I want `pyatv` to depend on `yt-dlp`, so it is not a dependency...

I can create a variant that installs `yt-dlp` as an optional dependency: https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies