From b84889b03dcfe4b42a753ee3cde6fc256b214d9b Mon Sep 17 00:00:00 2001 From: stax76 Date: Mon, 3 Jan 2022 20:57:54 +0100 Subject: [PATCH] manual download instruction updated --- docs/Manual.md | 17 ++++++----------- src/Native/libmpv.cs | 4 ++-- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/docs/Manual.md b/docs/Manual.md index 4217125..8634634 100644 --- a/docs/Manual.md +++ b/docs/Manual.md @@ -49,7 +49,11 @@ Download ### Stable -[Release page](../../../releases) +1. [Microsoft Store](https://www.microsoft.com/store/productId/9N64SQZTB3LM) + +2. [Portable](../../../releases) + +3. `winget install mpv.net` ### Beta @@ -64,16 +68,7 @@ Installation 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 -(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 - +For internet streaming youtube-dl or yt-dlp must be downloaded and installed manually. #### File Associations diff --git a/src/Native/libmpv.cs b/src/Native/libmpv.cs index 26e9fd8..ebcc131 100644 --- a/src/Native/libmpv.cs +++ b/src/Native/libmpv.cs @@ -101,8 +101,8 @@ public class libmpv MPV_EVENT_START_FILE = 6, MPV_EVENT_END_FILE = 7, MPV_EVENT_FILE_LOADED = 8, - MPV_EVENT_IDLE = 11, //deprecated in mpv - MPV_EVENT_TICK = 14, + MPV_EVENT_IDLE = 11, //deprecated + MPV_EVENT_TICK = 14, //deprecated MPV_EVENT_SCRIPT_INPUT_DISPATCH = 15, MPV_EVENT_CLIENT_MESSAGE = 16, MPV_EVENT_VIDEO_RECONFIG = 17,