home/mpv | add flag to tell yt-dlp to mark video watched

This commit is contained in:
Don Harper 2026-01-04 08:58:03 -06:00
parent 46f468b632
commit 4080e530eb

View file

@ -35,8 +35,8 @@
ytdl = "yes"; ytdl = "yes";
ytdl-format = "bestvideo+bestaudio"; ytdl-format = "bestvideo+bestaudio";
# Only needed when/if youtube blocks annon access again # Only needed when/if youtube blocks annon access again
# ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox,force-ipv4="; # ytdl-raw-options = "mark-watched=,no-playlist=,cookies-from-browser=firefox,force-ipv4=";
ytdl-raw-options = "no-playlist=,force-ipv4="; ytdl-raw-options = "mark-watched=,no-playlist=,force-ipv4=";
}; };
profiles = { profiles = {
utube = { utube = {