This commit is contained in:
Frank Skare
2020-03-03 23:43:49 +01:00
parent 815adca198
commit fbb9cbdc33
3 changed files with 12 additions and 7 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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