readme
This commit is contained in:
@@ -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
|
||||
|
||||
26
Manual.md
26
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: `<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#
|
||||
|
||||
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: `<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
|
||||
----------
|
||||
|
||||
|
||||
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user