ytm-player

v1.3.6

2026-03-05 · pip install ytm-player==1.3.6

Windows Fix

  • Fixed mpv crash inside Textual TUI on Windows — locale was being set via the legacy msvcrt.dll CRT, but Python 3.12+ uses ucrtbase.dll, so the setlocale(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.dll in common install directories
  • Improved error messages for service init failures