Add stream quality menu

ref #9
This commit is contained in:
Tomas Sardyha
2020-11-05 17:06:03 +01:00
parent 5e243e86bf
commit c9b22efc2d
3 changed files with 60 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ total_time=no
autohide=no
# can be: none, flash, static
pause_indicator=flash
# sizes to list in stream quality menu
stream_quality_options=4320,2160,1440,1080,720,480,360,240,144
# load first file when calling next on a last file in a directory and vice versa
directory_navigation_loops=no
# file types to look for when navigating media files
@@ -270,6 +272,10 @@ Playlist navigation.
Chapter navigation.
#### `stream-quality`
Switch stream quality. This is just a basic re-assignment of `ytdl-format` mpv property from predefined options (configurable with `stream_quality_options`) and video reload, there is no fetching of available formats going on.
#### `open-file`
Open file menu. Browsing starts in current file directory, or user directory when file not available.