From 016aa93c2124d76333b97af2d6e3c08d10d5f067 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 17 May 2022 01:08:58 +0200 Subject: [PATCH] Use sponsorblock API instead of local db for MPV --- mpv/.config/mpv/mpv.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 1b27207..52940c6 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -15,3 +15,5 @@ ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best gpu-context=wayland ## Default window size geometry=70%x70% +## HACK use API instead of lcoal database for sponsorblock +script-opts-append=sponsorblock-local_database=no