Browse Source

Set umpv to use yt-dlp

master
Maxime Wack 1 year ago
parent
commit
d1e7fd2791
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/bin/umpv

+ 1
- 1
.config/bin/umpv View File

@@ -79,7 +79,7 @@ else:
# Let mpv recreate socket if it doesn't already exist.

opts = (os.getenv("MPV") or "mpv").split()
opts.extend(["--no-terminal", "--force-window", "--input-ipc-server=" + SOCK,
opts.extend(["--script-opts=ytdl_hook-ytdl_path=yt-dlp", "--no-terminal", "--force-window", "--input-ipc-server=" + SOCK,
"--"])
opts.extend(files)



Loading…
Cancel
Save