home/gui | mpv - utube being utube
This commit is contained in:
parent
e23cc7b874
commit
7ed4afdf9d
3 changed files with 64 additions and 37 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue