mpv.net Changelog

What's new in mpv.net 7.1.1.0

Feb 3, 2024
  • Chinese and Japanese translation updated. Thanks to the translation team!
  • Fix command line arguments being ignored in some situations.

New in mpv.net 7.1.0.0 (Jan 12, 2024)

  • The menu item that shows profiles was moved into the menu item that lists profiles.
  • Fix geometry not working when used from mpv.conf and the conf editor.
  • GitHub Auto/Action/Workflow builds use a newer libmpv build.
  • German and Chinese translation updated. Japanese translation added. Thanks to our translation team!
  • New PowerShell script Tools/update-mpv-and-libmpv.ps1 to update mpv and libmpv.
  • Context menu supports audio device selection (Audio > Audio Device)
  • New option remember-audio-device to save and restore the audio device chosen in the context menu.
  • New zhongfly libmpv build.

New in mpv.net 7.0.0.6 Beta (Jan 2, 2024)

  • Improved backward compatibility with input.conf files created by old versions.

New in mpv.net 7.0.0.5 Beta (Dec 28, 2023)

  • Fix mpv.net option language not working from command line.
  • Chinese and German translation updated.
  • More libplacebo options added.
  • Support of the mpv option title-bar.
  • Video being less often rendered with black line at the bottom.
  • The conf file reader/writer detects if the user prefers space before and after the equal sign.
  • The portable download includes like the installer debug symbols.
  • Setup questions on startup removed.
  • Pressing shift while drag and drop appends instead of replaces files in the playlist. mpv supports this as well.
  • New menu item and binding: File > Add files to playlist from clipboard Ctrl+Shift+v.
  • All list operation suffixes are available on the command line.
  • Improved layout in conf editor.
  • New zhongfly libmpv build.

New in mpv.net 7.0.0.3 Beta (Dec 15, 2023)

  • New conf editor option Video/libplacebo/preset.
  • New conf editor option Video/libplacebo/Scaling/upscaler.
  • New menu item `Settings/Setup/Add mpv.net to Path environment variable' added.
  • New menu item Settings/Edit mpv.conf added for opening mpv.conf with a text editor. Default binding c.
  • New menu item Settings/Edit input.conf added for opening input.conf with a text editor. Default binding k.
  • mpv.net can no longer be downloaded from the Microsoft store due to a general very poor experience with the package creation and submission. I've submitted mpv.net to the winget package repository, it's not yet processed.
  • Improved conf file reader/writer.
  • Conf editor support added for the mpv options: reset-on-next-file, input-ipc-server, background, title
  • Conf editor crash fixed.
  • When mpv.net is started for the first time from a new startup location, it asks if mpv.net should be added to the Path environment variable.

New in mpv.net 7.0.0.2 Beta (Dec 13, 2023)

  • New menu item added at Settings/Setup to add mpv.net to the path environment variable.

New in mpv.net 7.0.0.1 Beta (Dec 11, 2023)

  • .NET 6 is a new requirement (Windows 7 is still supported)
  • The command palette was removed because of a compatibility problem with the .NET 6 platform. There are user scripts with similar functionality:
  • command_palette
  • search_menu
  • uosc
  • The blue mpv.net logo was removed for better OSC compatibility.
  • Fix message box exceding working area size.
  • C# and PowerShell scripting was removed because of a compatibility problem with the .NET 6 platform. .NET extensions are supported with a new host (not backward compatible). A example extension is available under srcMpvNet.ExtensionExampleExtension
  • Redesigned bindings and context menu.
  • auto-play option removed, mpv supports it with the option reset-on-next-file.
  • Dark mode title bar enabled on Windows 10.0.18985 or higher.
  • The navigation bar on the left side of the config editor was changed from a simple list to a tree view.
  • Support of the MPVNET_HOME environment variable that allows customizing the conf directory location.
  • Improved support for third party osc scripts like uosc.
  • Support of the mpv property focused.
  • Various improvements and fixes in the input bindings editor.
  • Automated nightly portable builds (thx to dyphire).
  • Various new or changed default bindings.
  • Context menu and message boxes are available in the languages Chinese and German.
  • Interested joining our translation team?: https://app.transifex.com/stax76/teams/
  • Support for encoding mode and thumbfast.
  • For script authors, the following info is available in user-data:
  • user-data/frontend/name=mpv.net
  • user-data/frontend/version=version name
  • user-data/frontend/process-path=the process path
  • MediaInfo 23.11
  • libmpv zhongfly 2023-11-03.

New in mpv.net 6.0.4.0 (Aug 17, 2023)

  • libmpv-2.dll support
  • MediaInfo v23.07
  • libmpv shinchiro 2023-08-16

New in mpv.net 6.0.3.2 Beta (Oct 16, 2022)

  • 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

New in mpv.net 6.0.3.1 Beta (Jul 31, 2022)

  • 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

New in mpv.net 6.0.3.0 (Jul 3, 2022)

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

New in mpv.net 6.0.2.0 (Jul 2, 2022)

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

New in mpv.net 6.0.1.0 (Jun 30, 2022)

  • 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

New in mpv.net 6.0.0.0 Beta (Jun 6, 2022)

  • 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

New in mpv.net 5.9.0.0 Beta (May 9, 2022)

  • 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

New in mpv.net 5.8.0.0 Beta (Apr 2, 2022)

  • 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

New in mpv.net 5.7.0.0 (Mar 9, 2022)

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

New in mpv.net 5.4.9.0 (May 30, 2021)

  • window-scale 1 does not work correctly in mpv,
  • so I've removed support for it and added my own implementation:
  • script-message mpv.net window-scale.
  • The CS-Script library was replaced with my own C# scripting implementation.
  • If a player window border is near to a screen border and the window size changes, the player windows sticks to that near screen border location. Furthermore, the remember-window-position option remembers a near screen border position instead of remembering the window center position.
  • Multi monitor fix using different DPI values.
  • start-size option has new options, see config editor and manual.
  • Improved script-message mpv.net cycle-audio OSD info.
  • The logic for finding the config directory has changed, see manual.
  • The dotnet script and extension host was a little redesigned, this breaks
  • backward compatibility unfortunately, but I can help to fix existing
  • open source code. Example scripts and extensions were updated.
  • Fix console not working due to incorrect mpv.conf value generated (script-opts=console-scale=0).
  • Settings are stored in the file settings.xml now instead of the Registry.
  • Video rotation support added.
  • After using the config editor it's no longer necessary to restart mpv.net.
  • Improved input editor theming.

New in mpv.net 5.4.8.0 (May 11, 2020)

  • fix learn window of input editor (much work)
  • fix black one pixel bar on right side
  • fix beep sound when closed from taskbar
  • media key issue finally fixed
  • libmpv and youtube-dl update
  • fix crash caused by powershell 5.1 not being installed
  • log error fix
  • the release script now also outputs x86 beta versions so x86 users can test betas

New in mpv.net 5.4.7.0 (May 6, 2020)

  • log error fix
  • workaround to support AviSynth portable (ffmpeg blocks loading AviSynth from path env var)
  • attempt to fix not reproducible volume input issue
  • attempt to fix exception caused by powershell being not available on Win 7

New in mpv.net 5.4.6.0 (May 4, 2020)

  • youtube-dl update
  • auto update routine fix
  • extensions no longer need to end with *Extension.dll but rather
  • the file name and the directory name must be identical
  • text encoding exception fix
  • the PowerShell script host is more feature complete, easier to use
  • and more efficient, there were however many PowerShell and C# breaking
  • changes required to make the core more robust and efficient
  • Python 2 script host removed, Python 3 support is planned for summer

New in mpv.net 5.4.4.0 (Nov 17, 2019)

  • New:
  • Forecolors in the dark theme are slightly darker now
  • Readme/website and manual were improved
  • Source code includes now the release script to build the archives and setup files
  • The history feature now uses the full path
  • Install via Scoop and Chocolatey added to readme/website (Restia666Ashdoll)
  • Update check, it must be enabled first in the conf editor under General
  • 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)
  • Update:
  • Libmpv shinchiro 2019-11-10
  • Fix:
  • Often the OSC was shown when fullscreen was entered or on app startup, this is now suppressed
  • 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
  • X86 builds had an older version included because of a misconfiguration in the solution file

New in mpv.net 5.4.3.0 (Nov 1, 2019)

  • new: the color themes can now be customized (manual)
  • new: three new sections were added to the manual:
  • 1. Color Theme
  • 2. Hidden and secret features
  • 3. 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
  • enter to open the files, this did however only work when the
  • auto load folder feature was disabled or the shift key was
  • pressed (blocks auto load folder). Now it should also work
  • without shift key and with auto load folder being enabled
  • update: libmpv shinchiro 2019-10-27
  • update: youtube-dl 2019-10-31

New in mpv.net 5.4.2 (Oct 13, 2019)

  • New: the scripting wiki page 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
  • [protocol.https] osd-playing-msg = '${media-title}'
  • Fix: on the very first start volume was set to 0 and mute was set to yes
  • Fix: there was a sound when closed from taskbar
  • Fix: the log feature was not working
  • Fix: clipboard monitoring removed because it was causing to many issues
  • Fix: restore resulted in collapsed window when maximized = yes was used
  • Update: libmpv shinchiro 2019-10-06
  • Update: youtube-dl 2019-10-01

New in mpv.net 5.4.1 (Sep 6, 2019)

  • Fix ArgumentOutOfRangeException

New in mpv.net 5.4 (Sep 5, 2019)

  • Added taskbar-progress implementation
  • Added new setting to start with maximized window
  • Long file paths work now even if not enabled by the OS
  • Fixed history being written even when history file wasn't created prior
  • Libmpv updated to shinchiro 2019-08-31

New in mpv.net 5.3 (Aug 12, 2019)

  • Added new feature: Open > Open DVD/Blu-ray Drive/Folder...
  • The default of remember-volume has been set to yes
  • Scale, cscale, dscale defaults have been set to spline36,
  • Profile=gpu-hq is not used in the defaults because it starts very slow
  • New menu items have been added to navigate to the first and
  • Last playlist position, key bindings: Home, End
  • New config setting recent-count added, amount of menu items
  • Shown under 'Open > Recent'
  • In the config dialog the description for keep-open was corrected
  • Because unlike mpv, mpv.net will never terminate automatically
  • There was a rare occasion where the mpv.net logo wasn't shown
  • Fix excessive memory usage using osd-scale-by-window = no
  • Mpv setting osd-scale-by-window added to config dialog

New in mpv.net 5.2.1.0 (Aug 7, 2019)

  • Fixed race condition causing various features to fail.

New in mpv.net 5.2.0.0 (Aug 6, 2019)

  • bug fix for single-instance not working with unicode filenames
  • bug fix for logo not shown on start
  • osd-visibility.js script was removed because the OSC uses too much memory
  • youtube-dl was updated
  • libmpv was updated to shinchiro 2019-08-04
  • in case mpv.net was started from a terminal it sets now the mpv property input-terminal to yes,
  • this means mpv.net will now receive and handle input keys from the terminal
  • certain command line properties didn't work (input-terminal, terminal, input-file,
  • config, config-dir, input-conf, load-scripts, script, scripts, player-operation-mode)
  • the about dialog shows now the mpv version and build date
  • the dialog that asks for a config folder has now a cancel option

New in mpv.net 5.1.0.0 (Aug 1, 2019)

  • 'Tools > Execute mpv command' was replaced with mpv-repl
  • Many wiki pages 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)
  • Config options specific to mpv.net are now available from the command line
  • The input editor no longer has known limitations, 'alt gr' and ctrl+alt are working now
  • The help in the input editor was simplified and the filter logic was improved
  • Fixed issue in file associations causing mpv.net not to appear in OS default apps
  • 'Tools > Manage File Associations' was replaced by 'Tools > OS Setup', it has now a feature to add and remove mpv.net to and from the Path environment variable and the OS default apps settings can be opened (Win 10 only)
  • Startup folder and config folder being identical was causing a critical issue as mpv.net was loading extensions twice and scripts four times, now identical folders are no longer permitted
  • Error messages are shown when unknown scripts and extensions are found in the startup folder because user scripts and extensions are supposed to be located in the config folder instead
  • Changing from maximized to fullscreen did not work
  • The search field in the config editor was not always remembered
  • New setting remember-volume added, saves volume and mute on exit and restores it on start.
  • It's now enforced that mpv properties on the command line and in the mpv.conf config file are lowercase, if not a error is shown
  • Gpu-api vulkan was not working if media files were opened via command line (that included Explorer)
  • New setting minimum-aspect-ratio added, minimum aspect ratio for the window, this was previously hard coded to 1.3
  • New setting auto-load-folder added, for single files automatically load the entire directory into the playlist, previously this was forced, now it can be disabled
  • New setting themed-menu added, follow theme color in context menu, default: no. UI related settings have now a separate UI tab in the config editor

New in mpv.net 5.0.0.0 (Aug 1, 2019)

  • Changed icon design
  • 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, screenshot-jpeg-source-chroma, screenshot-template, screenshot-jpeg-quality, screenshot-png-compression, screenshot-png-filter
  • Mpv.conf preview feature added to config editor, it previews the mpv.conf content
  • In the entire project the term addon was replaced with the term extension, unfortunately this will break user extensions. The reason for this drastic change is that there exist too many different terms, addons, addins, extensions, modules, packages etc.. mpv.net follows Google Chrome as the worlds most popular extendable app, Chrome uses the term Extension.
  • A thread synchronization bug was fixed, the shutdown thread was aborted if it was running more than 3 seconds, this caused the rating extension to fail if it was waiting for a drive to wake up
  • A new JavaScript was included to show the playlist with a smaller font size, 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 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 from mpv being overwritten instead of using mpv.net keys. Thanks to floppyD!
  • There was a exception fixed that happened opening rar files
  • Instead of using the OS theme color there are now default colors for dark-color and light-color

New in mpv.net 4.7.7.0 (Jul 22, 2019)

  • On Win 7 the theme color was hard coded to DarkSlateGrey because WPF was returning a bad color on Win 7, this was fixed by reading the theme color from the Registry on Win 7. If the theme color is identical to the background color it's corrected
  • Dark-color setting was added to overwrite the OS theme color used in dark mode,
  • Find the setting on the General tab
  • Light-color setting was added to overwrite the OS theme color used in non dark mode, find the setting on the General tab
  • Various changes regarding input handling, multi media keys and mouse forward/backward were successfully tested
  • It's now possible to use a custom folder as config folder.
  • A TaskDialog shows five options: 1. appdata mpv.net, 2. appdata mpv (shared with mpv), 3. portable_config, 4. startup, 5. custom
  • Slightly increased startup performance, start-threshold setting added.Threshold in milliseconds to wait for libmpv returning the video resolution before the window is shown, otherwise default dimensions are used as defined by autofit and start-size. Default: 1500
  • Autofit-smaller setting added. Minimum window height in percent. Default: 40%
  • Autofit-larger setting added. Maximum window height in percent. Default: 75%

New in mpv.net 4.7.1.0 (Jul 13, 2019)

  • few layout problems were fixed, autosize for instance did not work

New in mpv.net 4.7.0.0 (Jul 13, 2019)

  • remember-height was replaced with start-size, when start-size is set to video the main video starts directly with the native video size,
  • before it was starting with the autofit size first and was only afterwards resized to the native video size
  • on exit the window location can be saved with remember-position in the learn window of the input editor underscores were stripped because they have a special meaning in WPF labels
  • fix for keys/input not working for MBTN_LEFT_DBL, MBTN_BACK, MBTN_FORWARD in the learn window of the input editor support was added for mouse left, mouse left double, mouse mid, mouse forward, mouse back
  • libmpv was updated to shinchiro 2019-07-07 when border is none it wasn't possible to minimize the window from the task bar because this is the WinForms default behavier. This was fixed by calling Spy++ to the rescue and adding WS_MINIMIZEBOX in CreateParams

New in mpv.net 4.6.0.0 (Jul 8, 2019)

  • Fix for middle mouse button not working
  • Fix of logo overlay using a huge amount of memory (thx for the ghacks article)
  • Fix config dialog showing a message about app restart without reason
  • When multiple files are selected in Windows File Explorer and enter is
  • 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 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
  • Under startupscripts. It sets the OSC to be always on for audio files
  • And auto for non audio files

New in mpv.net 4.5.0.0 (Jul 1, 2019)

  • Opening a URL manually no longer uses a input box but uses the clipboard directly
  • The manifest was missing the company attribute which caused
  • Mpv.net not appearing in the 'Open with' menu of the Windows File Explorer,
  • Thanks to 44vince44 for pointing this out!!!
  • New Python and C# script examples were added to the wiki and the scripting and
  • Add-on documentation was improved
  • 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
  • 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

New in mpv.net 4.4.0.0 (Jun 26, 2019)

  • Clipboard-monitoring was replaced by url-whitelist:
  • Keyword whitelist to monitor the clipboard for URLs to play.
  • Default: tube vimeo ard zdf
  • Some settings like colors didn't work because enclosing quotes were missing
  • When single process queue is used the folder is no longer loaded
  • 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
  • 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)

New in mpv.net 4.3.1.0 (Jun 22, 2019)

  • There was an old bug setting the screen property

New in mpv.net 4.3.0.0 (Jun 18, 2019)

  • There was new bug in file association feature

New in mpv.net 4.2.0.0 (Jun 16, 2019)

  • 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)
  • A setting was added to force using a single mpv.net process instance

New in mpv.net 4.1.0.0 (Jun 3, 2019)

  • Drag & drop support for subtitles was added
  • Libmpv was updated
  • Command line support for stdin and URLs was added
  • There was a crash happening when the player is minimized in the taskbar

New in mpv.net 4.0.0.0 (May 28, 2019)

  • 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
  • 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
  • New color options with dedicated GUI support: sub-color, sub-border-color, sub-back-color
  • The config editor no longer shows the command line switches
  • The github start page was greatly improved
  • The setup.ps1 PowerShell script was greatly improved in regard of error handling and readability
  • A manual to mpv.net was created

New in mpv.net 3.7.0.0 (May 27, 2019)

  • New icon design
  • The radio buttons in the config editor have now a Windows 10 like design,
  • They are larger and use the Windows theme color

New in mpv.net 3.6.1.0 (May 23, 2019)

  • There was a bug causing an exception if both the input editor and config editor
  • Is opened, as soon as one is opened, the other can't be opened

New in mpv.net 3.6.0.0 (May 13, 2019)

  • Playing files from rar archives caused an exception
  • 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 to be installed. Default Binding

New in mpv.net 3.5.0.0 (May 9, 2019)

  • when the main windows gets activated and the clipboard content starts with http mpv.net will ask to play the URL, previously this was restricted to YouTube URLs
  • Python script errors show line and column whenever it is supported by IronPython
  • if conf files exist in the startup directory mpv.net will use the startup directory as config directory instead of creating default conf files in appdata
  • renamed commands are handled now by migration code instead of being broken

New in mpv.net 3.4.0.0 (May 8, 2019)

  • new feature added to manage file associations from within the app. It can be found in the menu at: Tools > Manage... Default Binding
  • new zip download option added
  • new x86 download option added