@Maroc I managed to setup a Python 3.11.9 32bit environment in a Windows 10 VM and installed the requirements to build yt-dlp. Then I transferred the contents of `.\Python311\ Lib\site-packages` and` .\Python311\Scripts` to the environment in Windows XP. After that the build of yt-dlp succeeded without error, but upon launching it threw this:
Now I just saw there were warnings during building of yt-dlp: Code: 20709 INFO: Extra DLL search directories (PATH): [] 21230 WARNING: Library not found: could not resolve 'wevtapibase.dll', dependency of 'C:\\Python311\\libadv32.dll'. 21230 WARNING: Library not found: could not resolve 'advapiEx.dll', dependency of 'C:\\Python311\\libkrnl.dll'. 21230 WARNING: Library not found: could not resolve 'AddOn.dll', dependency of 'C:\\Python311\\libws32.dll'.
That's disappointing, but I have seen it coming. Anyway thanks for the CLI part, at least. And what's about MediaInfo GUI? Is it possible, even without working shell integration? Not a burning issue, but still if you have some spare time...