manual download instruction updated
This commit is contained in:
@@ -49,7 +49,11 @@ Download
|
|||||||
|
|
||||||
### Stable
|
### Stable
|
||||||
|
|
||||||
[Release page](../../../releases)
|
1. [Microsoft Store](https://www.microsoft.com/store/productId/9N64SQZTB3LM)
|
||||||
|
|
||||||
|
2. [Portable](../../../releases)
|
||||||
|
|
||||||
|
3. `winget install mpv.net`
|
||||||
|
|
||||||
|
|
||||||
### Beta
|
### Beta
|
||||||
@@ -64,16 +68,7 @@ Installation
|
|||||||
|
|
||||||
mpv.net requires the .NET Framework 4.8 and Windows 7 or higher and a modern graphics card.
|
mpv.net requires the .NET Framework 4.8 and Windows 7 or higher and a modern graphics card.
|
||||||
|
|
||||||
For internet streaming youtube-dl or yt-dlp must be downloaded and installed manually
|
For internet streaming youtube-dl or yt-dlp must be downloaded and installed manually.
|
||||||
(the location must be defined in the PATH environment variable or it must be located
|
|
||||||
in the startup directory).
|
|
||||||
|
|
||||||
mpvnet.exe is platform agnostic, users that need x86 have to replace 3 native tools:
|
|
||||||
|
|
||||||
- mpv-2.dll
|
|
||||||
- MediaInfo.dll
|
|
||||||
- mpvnet.com
|
|
||||||
|
|
||||||
|
|
||||||
#### File Associations
|
#### File Associations
|
||||||
|
|
||||||
|
|||||||
@@ -101,8 +101,8 @@ public class libmpv
|
|||||||
MPV_EVENT_START_FILE = 6,
|
MPV_EVENT_START_FILE = 6,
|
||||||
MPV_EVENT_END_FILE = 7,
|
MPV_EVENT_END_FILE = 7,
|
||||||
MPV_EVENT_FILE_LOADED = 8,
|
MPV_EVENT_FILE_LOADED = 8,
|
||||||
MPV_EVENT_IDLE = 11, //deprecated in mpv
|
MPV_EVENT_IDLE = 11, //deprecated
|
||||||
MPV_EVENT_TICK = 14,
|
MPV_EVENT_TICK = 14, //deprecated
|
||||||
MPV_EVENT_SCRIPT_INPUT_DISPATCH = 15,
|
MPV_EVENT_SCRIPT_INPUT_DISPATCH = 15,
|
||||||
MPV_EVENT_CLIENT_MESSAGE = 16,
|
MPV_EVENT_CLIENT_MESSAGE = 16,
|
||||||
MPV_EVENT_VIDEO_RECONFIG = 17,
|
MPV_EVENT_VIDEO_RECONFIG = 17,
|
||||||
|
|||||||
Reference in New Issue
Block a user