home | trying to fix slowness w/ utube
This commit is contained in:
parent
1797eef8b3
commit
ca31445400
1 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
cache-dir = "~/.cache";
|
cache-dir = "/home/don/.cache";
|
||||||
cache-on-disk = "yes";
|
cache-on-disk = "yes";
|
||||||
cache = "yes";
|
cache = "yes";
|
||||||
demuxer-max-back-bytes = "100M";
|
demuxer-max-back-bytes = "100M";
|
||||||
|
|
@ -29,12 +29,13 @@
|
||||||
save-position-on-quit = "yes";
|
save-position-on-quit = "yes";
|
||||||
slang = "en";
|
slang = "en";
|
||||||
user-agent = "Mozilla/5.0";
|
user-agent = "Mozilla/5.0";
|
||||||
ytdl-format="bestvideo[height<=?1080]+bestaudio/best";
|
ytdl-format = "bestvideo+bestaudio";
|
||||||
ytdl-raw-options = "no-playlist=";
|
ytdl-raw-options = "no-playlist=";
|
||||||
ytdl = "yes";
|
ytdl = "yes";
|
||||||
script-opts = "ytdl_hook-ytdl_path=yt-dlp";
|
script-opts = "ytdl_hook-ytdl_path=yt-dlp";
|
||||||
};
|
};
|
||||||
scripts = [ pkgs.mpvScripts.autoload ];
|
scripts = [ pkgs.mpvScripts.autoload ];
|
||||||
|
#scripts = [ pkgs.mpvScripts.autoload pkgs.mpvScripts.sponsorblock ];
|
||||||
};
|
};
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue