From d69eecd4940e25060d9d78fa317608283819b2f9 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Thu, 23 Apr 2020 12:27:43 +0200 Subject: [PATCH] readme --- Changelog.md | 3 +-- Manual.md | 26 +++++++++++++------------- README.md | 8 ++++++++ 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Changelog.md b/Changelog.md index 57202b2..b728bb0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,7 @@ 5.4.4.5 Beta (not yet released) ============ -- all content of the wiki was moved to the [manual](Manual.md) -- the [manual](Manual.md) was improved +- overhaul of the [webpage](README.md) and the [manual](Manual.md). 5.4.4.4 Beta diff --git a/Manual.md b/Manual.md index b8ba205..660fc14 100644 --- a/Manual.md +++ b/Manual.md @@ -334,6 +334,19 @@ Lua and JavaScript scripts are loaded before the first media file loads. [mpv user scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) +#### PowerShell + +File Type: `ps1` + +Location: `\scripts-ps` + +The PowerShell scripting host is like extensions not initialized before media files are loaded. + +mpv.net does not define scripting interfaces but instead exposed its complete internals, there are no compatibility guaranties. + +[Example Scripts](scripts/examples) + + #### C# File Type: `cs` @@ -351,19 +364,6 @@ The C# scripting host is like [extensions](#extensions) not initialized before m [Example Scripts](scripts/examples) -#### PowerShell - -File Type: `ps1` - -Location: `\scripts-ps` - -The PowerShell scripting host is like extensions not initialized before media files are loaded. - -mpv.net does not define scripting interfaces but instead exposed its complete internals, there are no compatibility guaranties. - -[Example Scripts](scripts/examples) - - Extensions ---------- diff --git a/README.md b/README.md index 7b850b7..207cf00 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,18 @@ Features ## [Support](Manual.md#support) +[Support section of the manual.](Manual.md#support) + + ## [Download](Manual.md#download) +[Download section of the manual.](Manual.md#download) + + ## [Manual](Manual.md) +[The mpv.net documentation.](Manual.md) + Screenshots -----------