Mpv.net Versions Save

🎞 mpv.net is a media player for Windows with a modern GUI.

v6.0.3.1

1 year ago
  • 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

1 year ago
  • Fix the rare occasion of duplicated playlist entries produced by the auto-load-folder feature.

v6.0.2.0

1 year ago
  • Fix main window shown collapsed when the player was started with full screen.

v6.0.1.0

1 year ago
  • New tutorial: 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 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

2 years ago
  • The options cache and demuxer-max-byteshave 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 mpv track-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

2 years ago
  • 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 and keep-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

2 years ago
  • 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

v5.7.0.0

2 years ago
  • Improved title and chapter menu for Blu-Rays.
  • Fix of conf folder virtualization issue of MS Store version.
  • MS Store page no longer displays ARM and x86 support.

v5.6.2.0-beta

2 years ago
  • Fix script-opts files being ignored, removed options are: script-opts = osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1.5
  • Update MediaInfo to version 21.9.0.0 and write version and date in About dialog.
  • Provide setup options in command palette to ensure backward compatibility with previous input.conf definitions.

v5.6.1.0-beta

2 years ago
  • Various conf editor improvements. (hooke007)
  • Custom conf folder location feature removed.
  • Inno Setup replaced with Microsoft Store setup.
  • 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
  • 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
  • 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.
  • The usability of the menu structure was improved.
  • Audio and subtitle tracks and various other features are now available in the command palette.
  • Single character input in the command palette searches exclusively key bindings, much like the search field of the input editor.
  • Various default key bindings improved.
  • New protocol registrations, so far supported are: ytdl, rtsp, srt, srtp
  • libmpv zhongfly 2022-02-27