Skip to content

Releases: christoph-heinrich/mpv-quality-menu

4.2.1

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 29 Jun 13:53
  • fixed a very unlikely nil error (I hit it once and wasn't able to reproduce it, and it's never been reported)
  • hide identical columns only if there is more then one format
  • update the OSC

4.2.0

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 04 Oct 13:26

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

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 23 Sep 17:43

Fixes

  • Fix potential misalignment of the text menu
  • Fix handling of the mpv option ytdl_format=ytdl

4.1.1

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 22 Oct 16:19

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

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 17 Feb 17:13

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

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 09 Feb 20:29

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 on close_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

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 04 Feb 02:18
  • Fix nil error caused by recent changes in yt-dlp

3.1.0

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 03 Feb 21:09
  • 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

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 10 Jan 20:51

Fixes

  • Fix race condition resulting in buggy badges in uosc #21

Full Changelog: v3.0.1...v3.0.2

3.0.1

Choose a tag to compare

@christoph-heinrich christoph-heinrich released this 11 Dec 21:32

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

  • @2084x made their first contribution in #18

Full Changelog: v3.0.0...v3.0.1