From fbb9cbdc333e4ff419e3f4de715d885b162a7759 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Tue, 3 Mar 2020 23:43:49 +0100 Subject: [PATCH] docs --- Changelog.md | 2 ++ Manual.md | 12 +++++++----- mpv.net/Resources/inputConf.txt | 5 +++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index a4edcf3..ff60eab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ### +- new: menu item 'View > Show Progress' (p key) to show progress bar + - fix: update routine did only work when mpv.net was located in 'Program Files' - fix: errors were just ignored and only seen printed in the terminal in case mpv.net was started from the terminal, now for every error a message box is shown diff --git a/Manual.md b/Manual.md index 7ec2554..c299bfa 100644 --- a/Manual.md +++ b/Manual.md @@ -89,7 +89,7 @@ + [Tools > Toggle infinite file looping](#tools--toggle-infinite-file-looping) + [Tools > Toggle Hardware Decoding](#tools--toggle-hardware-decoding) + [Tools > Show REPL](#tools--show-repl) - + [Tools > OS Setup](#tools--os-setup) + + [Tools > Setup](#tools--setup) + [Help > Show mpv manual](#help--show-mpv-manual) + [Help > Show mpv.net manual](#help--show-mpvnet-manual) + [Help > Check for Updates](#help--check-for-updates) @@ -140,7 +140,7 @@ Alternatively, Chocolatey can also be used: ### File Associations -File Associations can be created using the setup or with the context menu under 'Tools > OS Setup'. +File Associations can be created using the setup or with the context menu under 'Tools > Setup'. After the file associations were registered go to the Windows settings under 'Settings > Apps > Default apps' or shell execute `ms-settings:defaultapps` and choose mpv.net as default app for Video and optionally for Audio and Images. @@ -204,9 +204,11 @@ Example: ## Terminal -When mpv.net is started from a PowerShell terminal it will attach to the terminal and print status and debug messages. +When mpv.net is started from a terminal it will attach to the terminal and print status debug and error messages to the terminal. -Certain error and debug messages are only visible on the terminal, JavaScript and Lua scripts must be debugged with the terminal as there is no support for a debugger. +In the context menu under 'Tools > Setup' a button can be found to add mpv.net to the path environment variable, mpv.net is than available in the terminal via mpvnet command. + +JavaScript and Lua scripts must be debugged with the terminal as there is no debugger support available. ## Color Theme @@ -866,7 +868,7 @@ Shows a on screen REPL. https://github.com/rossy/mpv-repl -### Tools > OS Setup +### Tools > Setup Allows to manage file associations. diff --git a/mpv.net/Resources/inputConf.txt b/mpv.net/Resources/inputConf.txt index 9db3cfc..30f6406 100644 --- a/mpv.net/Resources/inputConf.txt +++ b/mpv.net/Resources/inputConf.txt @@ -143,7 +143,8 @@ Del script-binding osc/visibility #menu: View > Toggle OSC Visibility F8 script-binding show-playlist #menu: View > Show Playlist F9 show-text ${track-list} 5000 #menu: View > Show Audio/Video/Subtitle List - + p show-progress #menu: View > Show Progress + c script-message mpv.net show-conf-editor #menu: Settings > Show Config Editor Ctrl+i script-message mpv.net show-input-editor #menu: Settings > Show Input Editor Ctrl+f script-message mpv.net open-conf-folder #menu: Settings > Open Config Folder @@ -155,7 +156,7 @@ L cycle-values loop-file "inf" "no" #menu: Tools > Toggle infinite file looping _ cycle shuffle #menu: Tools > Toggle Shuffle Ctrl+h cycle-values hwdec "auto" "no" #menu: Tools > Toggle Hardware Decoding - _ script-message mpv.net show-setup-dialog #menu: Tools > OS Setup... + _ script-message mpv.net show-setup-dialog #menu: Tools > Setup... _ script-message mpv.net shell-execute https://mpv.io #menu: Help > Website mpv _ script-message mpv.net shell-execute https://github.com/stax76/mpv.net #menu: Help > Website mpv.net