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:
Matthieu Coudron 2025-02-04 12:07:35 +01:00 committed by GitHub
parent 066ba0c5cf
commit 7abcf59a36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 0 deletions

View file

@ -11,3 +11,5 @@ vo=%5%vdpau
alang=%2%en
profile-desc=%26%profile for dvd:// streams
include=manual.conf

View file

@ -16,6 +16,8 @@
# script-binding uosc/video #! Video tracks
'';
includes = [ "manual.conf" ];
config = {
force-window = true;
ytdl-format = "bestvideo+bestaudio";