New command Video > Stream Quality (Alt+q)

This commit is contained in:
stax76
2024-10-14 15:18:11 +02:00
parent a0d2fb6a4e
commit 0b646cedb5
4 changed files with 27 additions and 4 deletions

View File

@@ -2,11 +2,13 @@
# v7.1.1.3 Beta (????-??-??)
- Support for autocreate-playlist, video-exts, audio-exts, image-exts.
Windows 7 support should still work, but needs auto-load-folder to be enabled.
Windows 7 support should still work, but needs auto-load-folder to be enabled
or autoload.lua.
- The command palette user script is installable from the context menu under
`Settings > Setup > Install Command Palette`. The command palette features
are shown in the menu under 'View > Command Palette'.
- New command to select the stream quality `Video > Stream Quality (Alt+q)`,
this calls the Stream Quality feature of the command palette.
# v7.1.1.2 Beta (2024-10-10)

View File

@@ -319,6 +319,9 @@ Shows available profiles with a message box.
### show-text \<text\> \<duration\> \<font-size\>
Shows a OSD message with given text, duration and font size.
### stream-quality
Shows a menu to select the stream quality.
### window-scale \<factor\>
Works similar as the [window-scale](https://mpv.io/manual/master/#command-interface-window-scale) mpv property.