srirams
srirams
You can also build it in Visual Studio. You have to install qt for windows and the mpv header files, make some edits to CMakeLists.txt to remove references to PkgConfig...
Example of a file that causes crashes: https://gfycat.com/emotionalgleefulcowrie
I have the same issue (plus the text looks quite bad). This is what it looks like (text is drawn on a WS_EX_LAYERED window, with a white window behind it)...
Thanks! Didn't realize there was a [wrapper api](https://docs.microsoft.com/en-us/windows/win32/gdiplus/-gdiplus-graphics-flat#graphics-functions-and-corresponding-wrapper-methods) for gdiplus. I can't seem to get the parameters right for the call however. GetNativeContext() gives a so this should work: `GdipSetTextRenderingHint(ctypes.c_void_p(gc.GetNativeContext().__int__()),...
No, it doesn't work... GdipSetTextRenderingHint expects a Gdiplus::GpGraphics* and what we have is Gdiplus::Graphics*, and I'm not sure how to convert between the two
It's relatively straight forward. The xpath to extract values is in the files in the "imdb/parser/http" directory. For example the xpath to extract the "genres" is in imdb/parser/http/movieParser.py, line 384....