home/gui | mpv - utube being utube

This commit is contained in:
Don Harper 2025-09-29 19:41:29 -05:00
parent e23cc7b874
commit 7ed4afdf9d
3 changed files with 64 additions and 37 deletions

View file

@ -1,4 +1,9 @@
{ ... }: {
{
inputs,
outputs,
pkgs,
...
}: {
programs = {
mpv = {
enable = true;
@ -30,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=";
ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox,force-ipv4=";
# ytdl-raw-options = "no-playlist=";
};
profiles = {
utube = {