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 = {
|
||||
enable = true;
|
||||
config = {
|
||||
cache-dir = "/home/don/.cache";
|
||||
cache-on-disk = "yes";
|
||||
cache = "yes";
|
||||
demuxer-max-back-bytes = "100M";
|
||||
demuxer-max-bytes = "500M";
|
||||
demuxer-readahead-secs = "20";
|
||||
pause = "no";
|
||||
save-position-on-quit = "yes";
|
||||
slang = "en";
|
||||
user-agent = "Mozilla/5.0";
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
ytdl-raw-options = "no-playlist=";
|
||||
ytdl = "yes";
|
||||
script-opts = "ytdl_hook-ytdl_path=yt-dlp";
|
||||
};
|
||||
# config = {
|
||||
# cache-dir = "/home/don/.cache";
|
||||
# cache-on-disk = "yes";
|
||||
# cache = "yes";
|
||||
# demuxer-max-back-bytes = "100M";
|
||||
# demuxer-max-bytes = "500M";
|
||||
# demuxer-readahead-secs = "20";
|
||||
# pause = "no";
|
||||
# save-position-on-quit = "yes";
|
||||
# slang = "en";
|
||||
# user-agent = "Mozilla/5.0";
|
||||
# ytdl-format = "bestvideo+bestaudio";
|
||||
# ytdl-raw-options = "no-playlist=";
|
||||
# ytdl = "yes";
|
||||
# script-opts = "ytdl_hook-ytdl_path=yt-dlp";
|
||||
# };
|
||||
scripts = [ pkgs.mpvScripts.autoload ];
|
||||
#scripts = [ pkgs.mpvScripts.autoload pkgs.mpvScripts.sponsorblock ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue