mpv: add extraInput option
This commit is contained in:
parent
2af7c78b7b
commit
b8d81ef15e
3 changed files with 25 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
Alt+0 set window-scale 0.5
|
||||
WHEEL_DOWN seek -10
|
||||
WHEEL_UP seek 10
|
||||
WHEEL_UP seek 10
|
||||
# script-binding uosc/video #! Video tracks
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
"Alt+0" = "set window-scale 0.5";
|
||||
};
|
||||
|
||||
extraInput = ''
|
||||
# script-binding uosc/video #! Video tracks
|
||||
'';
|
||||
|
||||
config = {
|
||||
force-window = true;
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue