From e8cf95fd56bb6cc16f937d06c3554260fd789a92 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 3 Apr 2024 19:37:55 +0200 Subject: Youtube: fallback to yt-dlp, add support for sponsorblock (as chapters) --- example-config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index 1977b1e..8a28b89 100644 --- a/example-config.json +++ b/example-config.json @@ -49,7 +49,12 @@ "load_progress": true, // The invidious instance to use. This is currently only used to show a video feed. // If not set, then local recommendations are used instead. - "invidious_instance": "" + "invidious_instance": "", + "sponsorblock": { + "enable": false, + // If the sponsor segment has less votes than this in sponsorblock then it will be ignored + "min_votes": 0 + } }, "matrix": { // List of homeservers to display in the "Room directory" tab -- cgit v1.2.3