Louis Sautier

Results 69 comments of Louis Sautier

@maksis One thing that would make the whole thing (daemon+UI) easier to package would be tagging webui releases on github. As your UI does not actually require nodejs, it should...

I suspect something related to `ctypes` but I don't really know what.

Hi @hugbug, could you please look into this?

Hi, Maybe the documentation is lacking an introductory sentence. BYOI expects an image of your disk containing the OS. > On the other hand, the fact that you seem to...

> I suppose then there is no way to configure arbitrary partitioning schemes before the image is copied? I found the OVH partitioning definition a bit restricted. For example, I...

Is this new MediaInfo really worth the bump? What do you think, @JeromeMartinez? Users aren't forced to rely on the MediaInfo version shipped with the library. Actually, on Linux, they...

In that case, let us wait for the next release. @jstephenson01 you will also need to update the Travis config for OSX wheels.

Hello, that looks like a bug with pyinstaller. Please provide at least a stack trace so I can see what is happening.

@rsnyman Hi, I really don't know what could happen with PyInstaller. I don't have an OSX system I can test right now. If you could reproduce, it would be nice....

Hi, I believe other types return `int` because of: https://github.com/sbraz/pymediainfo/blob/2e5891b457632dc6fcb71f422906c5a6beb175e7/pymediainfo/__init__.py#L92 This code applies to all attributes so I'm not sure changing them is a good idea. I don't really understand...