mpv: support includes directives (#6391)
to allow mixing imperative and declarative config the includes are at the end of the config
This commit is contained in:
parent
066ba0c5cf
commit
7abcf59a36
3 changed files with 25 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ vo=%5%vdpau
|
|||
alang=%2%en
|
||||
profile-desc=%26%profile for dvd:// streams
|
||||
|
||||
|
||||
include=manual.conf
|
||||
|
|
@ -16,6 +16,8 @@
|
|||
# script-binding uosc/video #! Video tracks
|
||||
'';
|
||||
|
||||
includes = [ "manual.conf" ];
|
||||
|
||||
config = {
|
||||
force-window = true;
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue