home | diable mpv config
This commit is contained in:
parent
c6f68edf68
commit
9ad334018c
1 changed files with 16 additions and 16 deletions
|
|
@ -18,22 +18,22 @@
|
||||||
};
|
};
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
# config = {
|
||||||
cache-dir = "/home/don/.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";
|
||||||
demuxer-max-bytes = "500M";
|
# demuxer-max-bytes = "500M";
|
||||||
demuxer-readahead-secs = "20";
|
# demuxer-readahead-secs = "20";
|
||||||
pause = "no";
|
# pause = "no";
|
||||||
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+bestaudio";
|
# 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 ];
|
#scripts = [ pkgs.mpvScripts.autoload pkgs.mpvScripts.sponsorblock ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue