mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-03-02 12:22:43 -08:00
Remove yt-dlp sponsorblock options from mpv configs
- Remove sponsorblock-mark and sponsorblock-remove from default, WSL, and Darwin configs - Rely on sponsorblock.lua script instead, which handles skipping during playback - The ytdl-raw-options comma parsing was breaking the category list anyway
This commit is contained in:
@@ -41,9 +41,6 @@ audio-wait-open=0.1
|
||||
# --- Networking ---
|
||||
ytdl-format=bestvideo+bestaudio/best
|
||||
ytdl-raw-options=sub-langs=en.*,write-auto-subs=
|
||||
ytdl-raw-options-append=sponsorblock-mark=all
|
||||
ytdl-raw-options-append=sponsorblock-remove=sponsor,selfpromo,interaction
|
||||
|
||||
# --- Video output & decoding ---
|
||||
vo=gpu-next
|
||||
hwdec=nvdec
|
||||
@@ -152,8 +149,6 @@ cookies=yes
|
||||
cookies-file="Z:/sudacode/japanese/cookies.Japanese.txt"
|
||||
ytdl-raw-options=mark-watched=,write-auto-subs=,sub-langs=ja.*
|
||||
ytdl-raw-options-append=cookies=Z:/sudacode/japanese/cookies.Japanese.txt
|
||||
ytdl-raw-options-append=sponsorblock-mark=all
|
||||
ytdl-raw-options-append=sponsorblock-remove=sponsor,selfpromo,interaction
|
||||
sub-auto=fuzzy
|
||||
alang=ja,jp,jpn,japanese,en,eng,english
|
||||
slang=ja,jp,jpn,japanese,en,eng,english
|
||||
|
||||
Reference in New Issue
Block a user