This commit is contained in:
Frank Skare
2020-04-22 19:41:50 +02:00
parent 964c2f4dd2
commit ebcd20ceb5

View File

@@ -363,7 +363,7 @@ The ScriptingExtension implements the C# scripting host using [CS-Script](https:
I use this extension as well to develop and debug all my C# scripts. Once the code was developed and debugged, I move the code from the extension to a standalone script. I use this extension as well to develop and debug all my C# scripts. Once the code was developed and debugged, I move the code from the extension to a standalone script.
<extensions/ScriptingExtension/ScriptingExtension.cs> [Source Code](extensions)
#### RatingExtension #### RatingExtension
@@ -372,7 +372,7 @@ This extension writes a rating to the filename of rated videos when mpv.net shut
The input.conf defaults contain key bindings for this extension to set ratings. The input.conf defaults contain key bindings for this extension to set ratings.
<extensions/RatingExtension/RatingExtension.cs> [Source Code](extensions)
Color Theme Color Theme