|
|
|
|
@@ -60,7 +60,7 @@ F9 script-message-to mpvnet playlist-random #menu: Navigate > Random File
|
|
|
|
|
|
|
|
|
|
# 6.0.1.0 (2022-06-30)
|
|
|
|
|
|
|
|
|
|
- New tutorial: [Extending mpv and mpv.net via Lua scripting](https://github.com/stax76/mpv.net/wiki/Extending-mpv-and-mpv.net-via-Lua-scripting)
|
|
|
|
|
- New tutorial: [Extending mpv and mpv.net via Lua scripting](https://github.com/mpvnet-player/mpv.net/wiki/Extending-mpv-and-mpv.net-via-Lua-scripting)
|
|
|
|
|
- New options `autofit-image` and `autofit-audio`, like autofit, but used for image and audio files.
|
|
|
|
|
- New [auto-mode](https://github.com/stax76/mpv-scripts) script to use mpv and mpv.net as image viewer and audio player.
|
|
|
|
|
- New [smart-volume](https://github.com/stax76/mpv-scripts) script. Records the volume per file in order to restore it
|
|
|
|
|
@@ -167,11 +167,11 @@ All occurrences of `script-message mpv.net` were changed to `script-message-to m
|
|
|
|
|
- Media Info isn't shown directly, instead the command palette
|
|
|
|
|
shows several choices. The command palette can be bypassed
|
|
|
|
|
using the arguments: msgbox, editor, full, raw.
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/docs/Manual.md#show-media-info-flags
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/docs/Manual.md#show-media-info-flags
|
|
|
|
|
- mpv.net specific commands, the command palette, auto-play property
|
|
|
|
|
and various other things are documented in the manual.
|
|
|
|
|
- The action used for the right mouse button can be configured.
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/docs/Manual.md#show-menu
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/docs/Manual.md#show-menu
|
|
|
|
|
- Workaround not reproducible logo drawing crash.
|
|
|
|
|
- Info command shows the length.
|
|
|
|
|
- New mpv.net specific option `show-logo` that allows to disable
|
|
|
|
|
@@ -201,10 +201,10 @@ All occurrences of `script-message mpv.net` were changed to `script-message-to m
|
|
|
|
|
- Fix script-opts files being ignored.
|
|
|
|
|
- Showing the recent list in the command palette,
|
|
|
|
|
the top item gets auto selected.
|
|
|
|
|
https://github.com/stax76/mpv.net/issues/328#issuecomment-1057296054
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/issues/328#issuecomment-1057296054
|
|
|
|
|
- If the play list is empty, the most recent file
|
|
|
|
|
gets loaded when pressing space.
|
|
|
|
|
https://github.com/stax76/mpv.net/issues/328#issuecomment-1057296054
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/issues/328#issuecomment-1057296054
|
|
|
|
|
- Ctrl+v (previously u) opens files (or URLs) from the clipboard,
|
|
|
|
|
previously it had to be a file path (format string) and now
|
|
|
|
|
it can also be the clipboard format of type file.
|
|
|
|
|
@@ -573,27 +573,27 @@ stable release, no changes since the last beta
|
|
|
|
|
https://mpv.io/manual/master/#legacy-option-syntax
|
|
|
|
|
- new: PowerShell script host was completely rewritten, events can be assigned
|
|
|
|
|
by using `Register-ObjectEvent`, the scripting wiki page was updated
|
|
|
|
|
https://github.com/stax76/mpv.net/wiki/Scripting#powershell
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/wiki/Scripting#powershell
|
|
|
|
|
- new: Context Menu > View > Show Profiles
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L147
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L147
|
|
|
|
|
- new: Context Menu > View > Show Properties
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L148
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L148
|
|
|
|
|
- new: Context Menu > View > Show Commands
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L149
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L149
|
|
|
|
|
- new: config editor tab is now remembered
|
|
|
|
|
- new: osd-duration setting added to config editor and default mpv.conf
|
|
|
|
|
- new: external console replaced with internal console, in case mpv.conf is missing it's
|
|
|
|
|
generated with correct Hight DPI font size scale settings.
|
|
|
|
|
`script-opts=console-scale=<dpiscale>`
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L150
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L150
|
|
|
|
|
https://mpv.io/manual/master/#console
|
|
|
|
|
- new: blue color in dark theme is now less intense
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#color-theme
|
|
|
|
|
- new: menu item 'View > Show Progress' (p key) to show progress bar
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L146
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L146
|
|
|
|
|
- new: `script-message mpv.net playlist-first`, unlike mpv does not
|
|
|
|
|
restart if the first file is already active
|
|
|
|
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L44
|
|
|
|
|
https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L44
|
|
|
|
|
- new: if mpv.net is started from the terminal and an error happens then the error
|
|
|
|
|
is printed to the terminal instead of shown with a message box
|
|
|
|
|
- fix: update routine did only work when mpv.net was located in 'Program Files'
|
|
|
|
|
@@ -610,7 +610,7 @@ stable release, no changes since the last beta
|
|
|
|
|
- new: update check, it must be enabled first in the conf editor under General
|
|
|
|
|
- new: update feature, requires PowerShell 5 and curl,
|
|
|
|
|
an up to date Windows 10 system has both included.
|
|
|
|
|
Main menu (input.conf) must be reset or updated manually ([defaults](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt))
|
|
|
|
|
Main menu (input.conf) must be reset or updated manually ([defaults](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt))
|
|
|
|
|
|
|
|
|
|
- update: libmpv shinchiro 2019-11-10
|
|
|
|
|
|
|
|
|
|
@@ -619,17 +619,17 @@ stable release, no changes since the last beta
|
|
|
|
|
- fix: the file association routine uses no longer 'Play with mpv.net' for the
|
|
|
|
|
default open verb caption because it doesn't support multi selection,
|
|
|
|
|
it shows now only Open, the manual explains how to get multi selection
|
|
|
|
|
in File Explorer, read about it [here](https://github.com/stax76/mpv.net/blob/master/Manual.md#open-with)
|
|
|
|
|
in File Explorer, read about it [here](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#open-with)
|
|
|
|
|
- fix: x86 builds had an older version included because
|
|
|
|
|
of a misconfiguration in the solution file
|
|
|
|
|
|
|
|
|
|
### 5.4.3.0
|
|
|
|
|
|
|
|
|
|
- new: the color themes can now be customized ([manual](https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme))
|
|
|
|
|
- new: three new sections were added to the [manual](https://github.com/stax76/mpv.net/blob/master/Manual.md):
|
|
|
|
|
1. [Color Theme](https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme)
|
|
|
|
|
2. [Hidden and secret features](https://github.com/stax76/mpv.net/blob/master/Manual.md#hidden-and-secret-features)
|
|
|
|
|
3. [External Tools](https://github.com/stax76/mpv.net/blob/master/Manual.md#external-tools)
|
|
|
|
|
- new: the color themes can now be customized ([manual](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#color-theme))
|
|
|
|
|
- new: three new sections were added to the [manual](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md):
|
|
|
|
|
1. [Color Theme](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#color-theme)
|
|
|
|
|
2. [Hidden and secret features](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#hidden-and-secret-features)
|
|
|
|
|
3. [External Tools](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#external-tools)
|
|
|
|
|
|
|
|
|
|
- fix: window restore from maximized and from minimized was broken
|
|
|
|
|
- fix: it's possible to multi select files in File Explorer and press
|
|
|
|
|
@@ -649,13 +649,13 @@ stable release, no changes since the last beta
|
|
|
|
|
context menu item in explorer with multi selection support use my
|
|
|
|
|
[Open with++](https://github.com/stax76/OpenWithPlusPlus#add-to-mpvnet-playlist) shell extension, as far as I know multi selection
|
|
|
|
|
can not be done using the Registry but only via shell extension
|
|
|
|
|
- window-size mpv property support added ([default bindings](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L137))
|
|
|
|
|
- window-size mpv property support added ([default bindings](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L137))
|
|
|
|
|
- the config editor keeps profiles and comments in mpv.conf intact!
|
|
|
|
|
- the options in the config editor are better organized
|
|
|
|
|
|
|
|
|
|
### 5.4.2
|
|
|
|
|
|
|
|
|
|
- new: the [scripting wiki page](https://github.com/stax76/mpv.net/wiki/Scripting#powershell) was improved
|
|
|
|
|
- new: the [scripting wiki page](https://github.com/mpvnet-player/mpv.net/wiki/Scripting#powershell) was improved
|
|
|
|
|
- new: Toggle Shuffle has been added to the menu defaults
|
|
|
|
|
- new: for URLs the media title is shown in the title bar and in the info command
|
|
|
|
|
instead of displaying the URL, mpv.conf defaults were changed to use
|
|
|
|
|
@@ -723,7 +723,7 @@ stable release, no changes since the last beta
|
|
|
|
|
|
|
|
|
|
### 5.1
|
|
|
|
|
|
|
|
|
|
- many [wiki pages](https://github.com/stax76/mpv.net/wiki) were improved
|
|
|
|
|
- many [wiki pages](https://github.com/mpvnet-player/mpv.net/wiki) were improved
|
|
|
|
|
- the logo/icon had a very small cosmetic change
|
|
|
|
|
- the help in the context menu was improved,
|
|
|
|
|
for quick access consider the command palette (F1 key)
|
|
|
|
|
@@ -757,7 +757,7 @@ stable release, no changes since the last beta
|
|
|
|
|
|
|
|
|
|
### 5.0
|
|
|
|
|
|
|
|
|
|
- [changed icon design](https://github.com/stax76/mpv.net/blob/master/img/mpvnet.png)
|
|
|
|
|
- [changed icon design](https://github.com/mpvnet-player/mpv.net/blob/master/img/mpvnet.png)
|
|
|
|
|
- libmpv was updated to shinchiro 2019-07-14
|
|
|
|
|
- new or improved config editor settings: screenshot-directory,
|
|
|
|
|
screenshot-format, screenshot-tag-colorspace, screenshot-high-bit-depth,
|
|
|
|
|
@@ -776,7 +776,7 @@ stable release, no changes since the last beta
|
|
|
|
|
the script is located at startup/scripts
|
|
|
|
|
- terminal support added using mpvnet.com !
|
|
|
|
|
- script engine performance and error handling was improved
|
|
|
|
|
- the [scripting wiki page](https://github.com/stax76/mpv.net/wiki/Scripting) was improved
|
|
|
|
|
- the [scripting wiki page](https://github.com/mpvnet-player/mpv.net/wiki/Scripting) was improved
|
|
|
|
|
- the C# scripting host extension was converted from VB to C# because it's not
|
|
|
|
|
only used for hosting but I also use it now to code and debug script code
|
|
|
|
|
- there was a copy paste bug in the file association feature resulting in keys
|
|
|
|
|
@@ -846,7 +846,7 @@ stable release, no changes since the last beta
|
|
|
|
|
pressed, the files are opened as selected, the order is random though
|
|
|
|
|
because Explorer starts multiple mpv.net processes concurrently
|
|
|
|
|
- libmpv was updated to shinchiro 2019-06-30
|
|
|
|
|
- the [mpv.conf defaults](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/mpv.conf.txt) were changed to show a larger OSC
|
|
|
|
|
- the [mpv.conf defaults](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/mpv.conf.txt) were changed to show a larger OSC
|
|
|
|
|
- in case a file is opened that has a aspect ratio smaller then 1.2 then
|
|
|
|
|
the window size will use a aspect ratio of 1.8
|
|
|
|
|
- new JavaScript script osc-visibility.js included in the distribution
|
|
|
|
|
@@ -864,7 +864,7 @@ stable release, no changes since the last beta
|
|
|
|
|
- invalid command-line arguments were ignored, now an error message is shown
|
|
|
|
|
- a description on how to start mpv.net from Google Chrome was added to the
|
|
|
|
|
manual, it's useful to play videos from sites like YouTube, find the
|
|
|
|
|
description [here](https://github.com/stax76/mpv.net/blob/master/Manual.md#chrome-extension)
|
|
|
|
|
description [here](https://github.com/mpvnet-player/mpv.net/blob/master/Manual.md#chrome-extension)
|
|
|
|
|
- new config setting remember-height added to remember the window height,
|
|
|
|
|
otherwise the video's native resolution is used
|
|
|
|
|
- support for protocols other then http added
|
|
|
|
|
@@ -879,13 +879,13 @@ stable release, no changes since the last beta
|
|
|
|
|
- the playlist is never cleared whenever the control key is down but
|
|
|
|
|
files and URLs are appended instead
|
|
|
|
|
- powershell script hosting bugs were fixed and a new powershell example script
|
|
|
|
|
was added to the [scripting wiki page](https://github.com/stax76/mpv.net/wiki/Scripting#powershell)
|
|
|
|
|
was added to the [scripting wiki page](https://github.com/mpvnet-player/mpv.net/wiki/Scripting#powershell)
|
|
|
|
|
- the menu entry for the command palette was renamed to 'Show All Commands' and
|
|
|
|
|
the default key binding was changed to F1 which is also the default in VS Code
|
|
|
|
|
- the default key binding of the Everything media search was changed to F3
|
|
|
|
|
- support for the mpv property 'border' was added to the config editor
|
|
|
|
|
to show/hide the window decoration (titlebar, border). A toggle menu item and
|
|
|
|
|
key binding (b) was added as well ([Default Binding](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L135))
|
|
|
|
|
key binding (b) was added as well ([Default Binding](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L135))
|
|
|
|
|
|
|
|
|
|
### 4.3.1
|
|
|
|
|
|
|
|
|
|
@@ -900,7 +900,7 @@ stable release, no changes since the last beta
|
|
|
|
|
- the help and layout in the config editor was improved
|
|
|
|
|
- clipboard monitoring for URLs can be disabled in the settings
|
|
|
|
|
- the context menu has a new feature: Open > Add files to playlist,
|
|
|
|
|
it appends files to the playlist [(Default binding)](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L33)
|
|
|
|
|
it appends files to the playlist [(Default binding)](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L33)
|
|
|
|
|
- a setting was added to force using a single mpv.net process instance
|
|
|
|
|
|
|
|
|
|
### 4.1
|
|
|
|
|
@@ -915,7 +915,7 @@ stable release, no changes since the last beta
|
|
|
|
|
|
|
|
|
|
- on the start screen the mpv.NET icon is shown instead of the mpv icon,
|
|
|
|
|
feedback and contributions regarding the icon are welcome! The paint.net
|
|
|
|
|
pdn and png source is located [here](https://github.com/stax76/mpv.net/tree/master/img)
|
|
|
|
|
pdn and png source is located [here](https://github.com/mpvnet-player/mpv.net/tree/master/img)
|
|
|
|
|
- everytime only one file is opened the complete folder is loaded in the playlist
|
|
|
|
|
- the info command (i key) shows the audio format
|
|
|
|
|
- new options osd-font-size, sub-font, sub-font-size
|
|
|
|
|
@@ -942,7 +942,7 @@ stable release, no changes since the last beta
|
|
|
|
|
- there was a bug that caused underscores beeing removed from input like MBTN_LEFT_DBL
|
|
|
|
|
- the search clear button in the input editor had a render issue in dark mode
|
|
|
|
|
- new search feature added to search and play media files, requires
|
|
|
|
|
[Everything](https://www.voidtools.com) to be installed. [Default Binding](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L29)
|
|
|
|
|
[Everything](https://www.voidtools.com) to be installed. [Default Binding](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L29)
|
|
|
|
|
|
|
|
|
|
### 3.5
|
|
|
|
|
|
|
|
|
|
@@ -955,6 +955,6 @@ stable release, no changes since the last beta
|
|
|
|
|
|
|
|
|
|
### 3.4
|
|
|
|
|
|
|
|
|
|
- new feature added to manage file associations from within the app. It can be found in the menu at: Tools > Manage... [Default Binding](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L149)
|
|
|
|
|
- new feature added to manage file associations from within the app. It can be found in the menu at: Tools > Manage... [Default Binding](https://github.com/mpvnet-player/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L149)
|
|
|
|
|
- new zip download option added
|
|
|
|
|
- new x86 download option added
|