Skip to content

Releases: mpvnet-player/mpv.net

v7.0.0.4-beta

19 Dec 08:41
Compare
Choose a tag to compare

v7.0.0.3-beta

15 Dec 14:25
Compare
Choose a tag to compare

v7.0.0.2-beta

13 Dec 07:44
Compare
Choose a tag to compare

v7.0.0.1-beta

11 Dec 11:08
Compare
Choose a tag to compare
v7.0.0.1-beta Pre-release
Pre-release

v6.0.4.0-stable

17 Aug 00:56
Compare
Choose a tag to compare
  • libmpv-2.dll support
  • MediaInfo v23.07
  • libmpv shinchiro 2023-08-16

v6.0.3.2-beta

14 Oct 10:24
Compare
Choose a tag to compare
v6.0.3.2-beta Pre-release
Pre-release
  • 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

30 Jul 11:06
Compare
Choose a tag to compare
v6.0.3.1 Pre-release
Pre-release
  • 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

03 Jul 08:39
Compare
Choose a tag to compare
  • Fix the rare occasion of duplicated playlist entries produced by the auto-load-folder feature.

v6.0.2.0

02 Jul 08:26
Compare
Choose a tag to compare
  • Fix main window shown collapsed when the player was started with full screen.

v6.0.1.0

30 Jun 13:17
Compare
Choose a tag to compare
  • 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