v1.3.6
Windows Fix
- Fixed mpv crash inside Textual TUI on Windows — locale was being set via the legacy
msvcrt.dllCRT, but Python 3.12+ usesucrtbase.dll, so thesetlocale(LC_NUMERIC, "C")call had no effect and mpv refused to initialize (access violation on null handle) - Fixed mpv DLL not found on Windows when installed via scoop/chocolatey — auto-locates
libmpv-2.dllin common install directories - Improved error messages for service init failures