Releases: christoph-heinrich/mpv-quality-menu
Releases · christoph-heinrich/mpv-quality-menu
Release list
4.2.1
4.2.0
Minimum required mpv version has been bumped to 0.39.0
From this point forward, this script does not execute youtube-dl/yt-dlp anymore, and instead uses the new user-data/mpv/ytdl/json-subprocess-result, which makes it faster and avoids any potential inconsistencies.
4.1.2
Fixes
- Fix potential misalignment of the text menu
- Fix handling of the mpv option
ytdl_format=ytdl
4.1.1
Minimum required uosc version has been bumped to 5.0.0
Fixes
- Avoid conflicts with subtitle styling from mpv
- Fix reload mechanism (due to a change in mpv)
Other
- Prepare for the upcoming removal of shared-script-properties in mpv
- Updated quality-menu-osc.lua
4.1.0
Features
ytdl-raw-options are now passed to ytdl
[breaking] reset_format option has been removed
Fixes
Fix format selection when per-file options are used
Full Changelog: v4.0.0...v4.1.0
4.0.0
Minimum required uosc version has been bumped to 4.6.0
Features
- Interactive while formats are being loaded
- [breaking] Split predefined formats into video and audio
- Better loading indicators
- Update open menu on file change
- [breaking] Removed API. In case anyone was actually using it, please open an issue about it.
Fixes
- [breaking] The
*_formats_togglekeybindings now actually toggle the associated menu instead of relying onclose_menu_binding - Avoid problems with
match-filterin the yt-dlp config - Differentiate between unknown and disabled active format
Full Changelog: v3.1.1...v4.0.0
3.1.1
- Fix nil error caused by recent changes in yt-dlp
3.1.0
- New menu entry for switching to the other menu
- For the uosc integration it is now possible to split the columns into a title and a hint
3.0.2
3.0.1
What's Changed
- Hide message by @2084x in #18
- Scale menu with window size by default
- Keybind default for the video menu is now shift+f
New Contributors
Full Changelog: v3.0.0...v3.0.1