From a35867ddc856449ee80851c9aa2dcd4d56c19bc8 Mon Sep 17 00:00:00 2001 From: satoshisstream <81417784+satoshisstream@users.noreply.github.com> Date: Sun, 28 Mar 2021 08:52:42 +0000 Subject: [PATCH] Suggested valueOverride Allow for an overriding valueblock for specific chapters, for example when music is played. --- chapters/exampleComplex.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/chapters/exampleComplex.json b/chapters/exampleComplex.json index 45e75cb..0d8d6ae 100644 --- a/chapters/exampleComplex.json +++ b/chapters/exampleComplex.json @@ -22,7 +22,7 @@ "startTime": 410, "title": "Namespace", "img": "https://example.com/images/namepsace_example.jpg", - "url": "https://github.com/Podcastindex-org/podcast-namespace" + "url": "https://github.com/Podcastindex-org/podcast-namespace", }, { "startTime": 3990, @@ -30,6 +30,13 @@ "img": "https://example.com/images/justbreakuppod.png", "url": "https://twitter.com/justbreakuppod" }, + { + "startTime": 4200, + "title": "Played song by artist", + "img": "https://i.discogs.com/R-249504-1334592212.jpeg?bucket=discogs-images&fit=contain&format=auto&height=600&quality=90&width=600&signature=wMI9I0mHkbVxkkryQrN1JkkzhwFsrereuom9Lmfa92w%3D", + "url": "https://www.discogs.com/Rick-Astley-Never-Gonna-Give-You-Up/master/96559" + "valueOverride": "" + }, { "startTime": 4600, "title": "Donations", @@ -53,4 +60,4 @@ "title": "Outro" } ] -} \ No newline at end of file +}