This commit is contained in:
Frank Skare
2020-04-23 12:27:43 +02:00
parent 0d4cc59f9a
commit d69eecd494
3 changed files with 22 additions and 15 deletions

View File

@@ -2,8 +2,7 @@
5.4.4.5 Beta (not yet released) 5.4.4.5 Beta (not yet released)
============ ============
- all content of the wiki was moved to the [manual](Manual.md) - overhaul of the [webpage](README.md) and the [manual](Manual.md).
- the [manual](Manual.md) was improved
5.4.4.4 Beta 5.4.4.4 Beta

View File

@@ -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) [mpv user scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts)
#### PowerShell
File Type: `ps1`
Location: `<config folder>\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# #### C#
File Type: `cs` File Type: `cs`
@@ -351,19 +364,6 @@ The C# scripting host is like [extensions](#extensions) not initialized before m
[Example Scripts](scripts/examples) [Example Scripts](scripts/examples)
#### PowerShell
File Type: `ps1`
Location: `<config folder>\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 Extensions
---------- ----------

View File

@@ -92,10 +92,18 @@ Features
## [Support](Manual.md#support) ## [Support](Manual.md#support)
[Support section of the manual.](Manual.md#support)
## [Download](Manual.md#download) ## [Download](Manual.md#download)
[Download section of the manual.](Manual.md#download)
## [Manual](Manual.md) ## [Manual](Manual.md)
[The mpv.net documentation.](Manual.md)
Screenshots Screenshots
----------- -----------