python-mpv
python-mpv copied to clipboard
mpv-2.dll support?
In sourceforge download page, there's already mpv-2.dll, but the python code still hardcodes mpv-1.dll
.
mpv-1.dll can be found here (64bit)
I think this issue should be pinned, as it has a download link that took me a lot of time to find, and it would save other's time.
This issue should be fixed now right? https://github.com/jellyfin/jellyfin-mpv-shim/issues/246 mentions it is fixed
@borro0 you are right, starting with commit 341f4c5c161d91d92a43fe7061657c46d2b3b934 which is part of python-mpv v1.0.1 both mpv-1.dll
and mpv-2.dll
are supported.