jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
532 stars 67 forks source link

mpv-2.dll support? #192

Closed LeiYangGH closed 1 year ago

LeiYangGH commented 2 years ago

In sourceforge download page, there's already mpv-2.dll, but the python code still hardcodes mpv-1.dll.

ArjixWasTaken commented 2 years ago

mpv-1.dll can be found here (64bit)

ArjixWasTaken commented 2 years ago

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.

borro0 commented 1 year ago

This issue should be fixed now right? https://github.com/jellyfin/jellyfin-mpv-shim/issues/246 mentions it is fixed

jaseg commented 1 year ago

@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.