From 19660cb1b25f19d30213f241e1219c7487a3a8b9 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Mon, 30 May 2022 02:23:36 -0500 Subject: [PATCH] Add initial troubleshooting code --- .../Configuration/configPage.html | 290 +++++++++++++++++- .../Controllers/TroubleshooterController.cs | 120 ++++++++ .../Data/QueuedEpisode.cs | 5 + .../Data/TroubleshooterEpisode.cs | 30 ++ .../Entrypoint.cs | 1 + 5 files changed, 429 insertions(+), 17 deletions(-) create mode 100644 ConfusedPolarBear.Plugin.IntroSkipper/Controllers/TroubleshooterController.cs create mode 100644 ConfusedPolarBear.Plugin.IntroSkipper/Data/TroubleshooterEpisode.cs diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index e44a5de..7b88f32 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -1,11 +1,14 @@ +
Compare the audio fingerprint of two episodes.
+ + + +