Louis Sautier
Louis Sautier
There isn't a Linux wheel yet so that would probably be the system library. Can you try on a normal Windows system?
> Would it be possible to test if the dll is next to the main file itself? The DLL can be passed manually via the `library_file` but the autodetection only...
Hi @JeromeMartinez, could you please help me implement this?
I didn't notice @maxlund was using options. Thanks for the debug and the snippet, @g-maxime! Indeed, calling `MediaInfo_Option` manually will work because it won't trigger https://github.com/sbraz/pymediainfo/blob/daf3596e33686c17639d4bd1a4f560983f24ea35/src/pymediainfo/__init__.py#L551-L552 I could add an...
@maxlund The `Charset` is always forced as `UTF-8`: https://github.com/sbraz/pymediainfo/blob/daf3596e33686c17639d4bd1a4f560983f24ea35/src/pymediainfo/__init__.py#L487 I'm surprised that you cannot parse paths with non-ASCII names. Does the pymediainfo test suite pass on your system? I'm especially...
So you were actually hitting https://github.com/sbraz/pymediainfo/issues/121 then? And forcing `setlocale_LC_CTYPE` fixes it?
If you don't do call `parse()` several times in multiple threads, you should be fine.
Thanks for the feedback, link to said hook to help PyInstaller users: https://github.com/sbraz/pymediainfo/issues/121#issuecomment-3269037665.
Hi, > Depending on the network I'm coming from, it takes forever to login I noticed the same. My tests (looking at packet captures) show that PTR queries are **only...
> iptables command beeing slow @Ten0 I assume you **want** reverse DNS resolution when checking iptables, otherwise you'd run `iptables -Ln`? > So there are actually two separate things here...