From 4080e530ebad8092c02d11faf3a22aac0a46470f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 4 Jan 2026 08:58:03 -0600 Subject: [PATCH] home/mpv | add flag to tell yt-dlp to mark video watched --- home/gui/mpv.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index a988f58..803afb3 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -35,8 +35,8 @@ ytdl = "yes"; ytdl-format = "bestvideo+bestaudio"; # Only needed when/if youtube blocks annon access again - # ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox,force-ipv4="; - ytdl-raw-options = "no-playlist=,force-ipv4="; + # ytdl-raw-options = "mark-watched=,no-playlist=,cookies-from-browser=firefox,force-ipv4="; + ytdl-raw-options = "mark-watched=,no-playlist=,force-ipv4="; }; profiles = { utube = {