From a7db712acf700071e9734cf937f54cca60e43b4e Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sat, 27 Jul 2024 21:11:01 +0000 Subject: [PATCH] add option to edit intros/credits (#223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit new API Endpoint: ´Episode/{Id}/Timestamps´ HTTP POST to update Timestamps. HTTP GET to receive the unmodified Timestamps. If Intro/Outro not exists the API returns 0 --- .../Configuration/configPage.html | 143 ++++++++++++------ .../Controllers/SkipIntroController.cs | 54 +++++++ .../Controllers/VisualizationController.cs | 15 +- .../Data/TimeStamps.cs | 19 +++ 4 files changed, 181 insertions(+), 50 deletions(-) create mode 100644 ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeStamps.cs diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index b898079..a565219 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -503,32 +503,54 @@ Manage Fingerprints
-

Select episodes to manage

-
- - + + + +
- - -
+ + + +