Releases: christoph-heinrich/mpv-quality-menu
Releases · christoph-heinrich/mpv-quality-menu
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_toggle
keybindings now actually toggle the associated menu instead of relying onclose_menu_binding
- Avoid problems with
match-filter
in 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
3.0.0
Features
- Add scrolling
- Add curtain
- Respect
osc-margins
shared-script-property
Fixes
- Fix crash when opening menu while idle
- Fix crash that may happen when format retrieval fails. #15
Breaking
If you're using scale_playlist_by_window=yes
together with a custom style_ass_tags
then you'll have to double your font size.