Releases: mpvnet-player/mpv.net
Releases · mpvnet-player/mpv.net
v7.0.0.1-beta
v6.0.4.0-stable
- libmpv-2.dll support
- MediaInfo v23.07
- libmpv shinchiro 2023-08-16
v6.0.3.2-beta
- Support multiple folders input (regression fix).
- Relative file input paths are converted to absolute paths.
- New history-filter option added to define paths to be excluded from the history log feature.
- New command to move the Window to the screen edge (Alt+Arrow) or center (Alt+BS).
- Smaller OSD media info font size and more duplicated and obvious info removed from titles.
- Improved mouse cursor auto hide behavior.
- Fix severe bug causing termination before scripts having a chance of reacting to shutdown event.
- mediainfo v22.09.
- libmpv shinchiro 2022-10-14, fixes a severe bug causing hangs:
mpv-player/mpv#10569
input.conf changes:
New:
Alt+Left script-message-to mpvnet move-window left #menu: View > Move > Left
Alt+Right script-message-to mpvnet move-window right #menu: View > Move > Right
Alt+Up script-message-to mpvnet move-window top #menu: View > Move > Top
Alt+Down script-message-to mpvnet move-window bottom #menu: View > Move > Bottom
Alt+BS script-message-to mpvnet move-window center #menu: View > Move > Center
v6.0.3.1
- Creating a playlist from a folder uses absolute normalized paths, non-media files are ignored.
- The show-info command shows directly an advanced view, which was enhanced with a General section and the filename.
- Media info titles are shortened if they contain duplicated or obvious information.
- Support of shortcuts (.lnk files) with media file target.
- Support --audio-file and --sub-file aliases.
- playlist-random command jumps to a random playlist entry, default key binding is F9.
- Fix OSC hide behavior on mouse move.
- Fix external audio tracks not shown correctly in tracks context menu.
- New binding (e key) to show the current file in File Explorer.
- Shift key enables
process-instance=multi
. - Command line syntax (preceding double hyphen) is supported in mpv.conf for options implemented by mpv.net.
- MediaInfo v22.06
- libmpv shinchiro 2022-07-30
input.conf changes:
New:
e run powershell -command "explorer.exe '/select,' ( \"${path}\" -replace '/', '\\' )" #menu: Tools > Show current file in File Explorer
F9 script-message-to mpvnet playlist-random #menu: Navigate > Random File
v6.0.3.0
v6.0.2.0
v6.0.1.0
- New tutorial: Extending mpv and mpv.net via Lua scripting
- New options
autofit-image
andautofit-audio
, like autofit, but used for image and audio files. - New auto-mode script to use mpv and mpv.net as image viewer and audio player.
- New smart-volume script. Records the volume per file in order to restore it
in future sessions. What is recorded and restored is the volume offset relative to the session average volume. - New support of the mpv option
snap-window
. - New feature to show chapters in the command palette, see binding and menu definition below.
- New option minimum-aspect-ratio-audio, same as minimum-aspect-ratio but used for audio files.
- Fix long commands causing key bindings not visible in the command palette.
- Fix script compatibility with mordenx and mpv-osc-tethys.
- Fix borderless window not resizable with mouse.
- Fix start-size=session not working.
- Fix chapters that are script created after the media file is loaded.
- Width of command palette slightly increased.
- The default key bindings for 0 and 9 change the volume, like mpv.
- When a menu item is defined multiple times with different key bindings, only one menu item is created, it shows all bindings.
- libmpv zhongfly 2022-06-19
input.conf changes:
New:
Ctrl+c script-message-to mpvnet show-chapters #menu: View > Show Chapters
v6.0.0.0-beta
- The options
cache
anddemuxer-max-bytes
have been added
to the conf editor. - Command messages are dispatched with
script-message-to mpvnet
. - New feature to change profile using the command palette.
- New feature to show media info on screen, the command palette shows
an osd option and the show-info command shows more detailed info
after a second key press. Media info display in the track menu
was also improved. Thanks to dyphire helping with code. - New
media-info
option allowing to use mpvtrack-list
instead of the media info library. - New show-santa-logo (green and grumpy) option.
- New quick bookmark feature, see manual.
- Progress command shows time and date.
- When input.conf is created on the very first start and a
script-opts folder does not exist, a script-opts folder
is created with osc and console defaults:
console-scale=1.5
osc-idlescreen=no
(hides the original mpv logo)
osc-hidetimeout=2000
osc-scalewindowed=1.5
- Support mpv idle property, see manual for remarks.
- Fix external audio and subtitle files not shown in all use cases.
- Fix various mpv options not working in case of existing same line comments.
- Fix crash choosing Matroska edition in the menu.
- Fix auto-play and auto-load-folder not working with user scripts.
- Fix slow startup using
osd-scale-by-window=no
. - Fix URL shown instead of media title on file change OSD,
in recent menu and in recent command palette. - Fix chapter time display in menu.
- Fix incorrect startup window size using gpu-api=vulkan.
- Fix logo not hiding sometimes using gpu-api=vulkan.
- libmpv shinchiro 2022-06-05
input.conf changes:
Old:
F9 show-text ${track-list} 5000 #menu: View > Show Tracks
New:
F9 script-message-to mpvnet show-media-info osd #menu: View > Show Tracks
Ctrl+p script-message-to mpvnet select-profile #menu: View > Show Profile Selection
Alt+q script-message-to mpvnet quick-bookmark
All occurrences of script-message mpv.net
were changed to script-message-to mpvnet
.
v5.9.0.0-beta
- Fix startup without media file not working with gpu-api=vulkan.
- Fix keyboard layout change not working.
- Fix multi monitor setup with different DPI values not working.
- Fix config editor handling
keep-open
andkeep-open-pause
incorrectly. - New mpv.net specific option
keep-open-exit
added. If set to yes and
keep-open is set to no, mpv.net exits after the last file ends. - New
playlist-add
command added to change the playlist position,
jumps to the other end when the beginning or end is reached.
Ctrl+F11 goes 10 positions backward.
Ctrl+F12 goes 10 positions forward. - libmpv zhongfly 2022-05-07
v5.8.0.0
- Fix crash on Windows 7 systems without PowerShell.
- Fix showing incorrect timestamps in About dialog of Store version.
- Fix Store page showing non-existent ARM and x86 support.
- Fix opening zip files.
- The list of available input commands is like before shown
by the text editor, so it's like everything else searchable. - 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 - 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 - Workaround not reproducible logo drawing crash.
- Info command shows the length.
- New mpv.net specific option
show-logo
that allows to disable
the drawing of the blue mpv.net logo on top of the native OSC logo. - MediaInfo 22.03