From bedc5bc3d0f6264c7c381f0b47fe88ab55531a02 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Thu, 19 Sep 2024 13:06:37 +0200 Subject: [PATCH] change urls after transfer repo to the new org --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 2 +- .../Plugin.cs | 2 +- README.md | 26 +++++++++---------- docs/web_interface.md | 2 +- manifest.json | 18 ++++++------- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 54c071c..ecfc89e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -11,7 +11,7 @@ body: Jellyfin 10.9 is still being actively updated. Please make sure you are using the newest release Docker containers have known permission issues that can be resolved with a few extra steps. - If your skip button is not shown, please see [Troubleshooting](https://github.com/jumoog/intro-skipper/wiki/Troubleshooting) + If your skip button is not shown, please see [Troubleshooting](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting) options: - label: Jellyfin is updated (10.9.9) and my permissions are correct (or I did not use Docker) required: true diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs index c19bcf7..2bf15e8 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs @@ -138,7 +138,7 @@ public partial class Plugin : BasePlugin, IHasWebPages { WarningManager.SetFlag(PluginWarning.UnableToAddSkipButton); - _logger.LogError("Failed to add skip button to web interface. See https://github.com/jumoog/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible for the most common issues. Error: {Error}", ex); + _logger.LogError("Failed to add skip button to web interface. See https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible for the most common issues. Error: {Error}", ex); } FFmpegWrapper.CheckFFmpegVersion(); diff --git a/README.md b/README.md index 8985a59..32029b5 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@

- Plugin Banner + Plugin Banner

Analyzes the audio of television episodes to detect and skip over intros.

-[![CodeQL](https://github.com/jumoog/intro-skipper/actions/workflows/codeql.yml/badge.svg)](https://github.com/jumoog/intro-skipper/actions/workflows/codeql.yml) +[![CodeQL](https://github.com/intro-skipper/intro-skipper/actions/workflows/codeql.yml/badge.svg)](https://github.com/intro-skipper/intro-skipper/actions/workflows/codeql.yml) - https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json + https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/manifest.json
## Jellyfin 10.8 -👉👉👉 [Jellyfin 10.8 Instructions](https://github.com/jumoog/intro-skipper/blob/10.8/README.md) +👉👉👉 [Jellyfin 10.8 Instructions](https://github.com/intro-skipper/intro-skipper/blob/10.8/README.md) ## System requirements @@ -23,7 +23,7 @@ * `jellyfin/jellyfin` 10.9.z container: preinstalled * `linuxserver/jellyfin` 10.9.z container: preinstalled * Debian Linux based native installs: provided by the `jellyfin-ffmpeg6` package - * MacOS native installs: build ffmpeg with chromaprint support ([instructions](https://github.com/jumoog/intro-skipper/wiki/Custom-FFMPEG-(MacOS))) + * MacOS native installs: build ffmpeg with chromaprint support ([instructions](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS))) ## Detection parameters @@ -36,16 +36,16 @@ Ending credits will be detected if they are shorter than 4 minutes. These parameters can be configured by opening the plugin settings -## [Installation](https://github.com/jumoog/intro-skipper/wiki/Installation) -- #### [Install the plugin](https://github.com/jumoog/intro-skipper/wiki/Installation#step-1-install-the-plugin) -- #### [Configure the plugin](https://github.com/jumoog/intro-skipper/wiki/Installation#step-2-configure-the-plugin) -- #### [Custom FFMPEG (MacOS)](https://github.com/jumoog/intro-skipper/wiki/Custom-FFMPEG-(MacOS)) +## [Installation](https://github.com/intro-skipper/intro-skipper/wiki/Installation) +- #### [Install the plugin](https://github.com/intro-skipper/intro-skipper/wiki/Installation#step-1-install-the-plugin) +- #### [Configure the plugin](https://github.com/intro-skipper/intro-skipper/wiki/Installation#step-2-configure-the-plugin) +- #### [Custom FFMPEG (MacOS)](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS)) -## [Troubleshooting](https://github.com/jumoog/intro-skipper/wiki/Troubleshooting) -- #### [Scheduled tasks fail instantly](https://github.com/jumoog/intro-skipper/wiki/Troubleshooting#scheduled-tasks-fail-instantly) +## [Troubleshooting](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting) +- #### [Scheduled tasks fail instantly](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#scheduled-tasks-fail-instantly) -- #### [Skip button is not visible](https://github.com/jumoog/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible) +- #### [Skip button is not visible](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible) -## [API Documentation](https://github.com/jumoog/intro-skipper/blob/master/docs/api.md) +## [API Documentation](https://github.com/intro-skipper/intro-skipper/blob/master/docs/api.md) Documentation about how the API works can be found in [api.md](docs/api.md). diff --git a/docs/web_interface.md b/docs/web_interface.md index cfa58c9..105ad78 100644 --- a/docs/web_interface.md +++ b/docs/web_interface.md @@ -3,7 +3,7 @@ ## Requirements - **Jellyfin Version**: 10.9 -- **Modified Web Interface**: Download the latest version from [GitHub Actions](https://github.com/jumoog/intro-skipper/actions/workflows/webui.yml) +- **Modified Web Interface**: Download the latest version from [GitHub Actions](https://github.com/intro-skipper/intro-skipper/actions/workflows/webui.yml) 1. Open the most recent action run. 2. In the "Artifacts" section, click the `jellyfin-web-VERSION+COMMIT.zip` link to download the pre-compiled web interface. *Note: You must be signed into GitHub to access this link.* diff --git a/manifest.json b/manifest.json index c3e72f6..9a6badd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,37 +6,37 @@ "description": "Analyzes the audio of television episodes and detects introduction sequences.", "owner": "AbandonedCart, rlauuzo, jumoog (forked from ConfusedPolarBear)", "category": "General", - "imageUrl": "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png", + "imageUrl": "https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png", "versions": [ { "version": "0.2.0.21", - "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.21)\n", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.21)\n", "targetAbi": "10.9.11.0", - "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.21/intro-skipper-v0.2.0.21.zip", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.21/intro-skipper-v0.2.0.21.zip", "checksum": "b3331fbe4f415198e4e41c7856181715", "timestamp": "2024-09-14T16:56:14Z" }, { "version": "0.2.0.20", - "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.20)\n", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.20)\n", "targetAbi": "10.9.10.0", - "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.20/intro-skipper-v0.2.0.20.zip", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.20/intro-skipper-v0.2.0.20.zip", "checksum": "18a57997aaab4396676b1dfc170c5eca", "timestamp": "2024-09-05T18:11:29Z" }, { "version": "0.2.0.19", - "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.19)\n", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.19)\n", "targetAbi": "10.9.10.0", - "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.19/intro-skipper-v0.2.0.19.zip", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.19/intro-skipper-v0.2.0.19.zip", "checksum": "68e7203a5199133af46855cc91987ad8", "timestamp": "2024-09-02T14:07:30Z" }, { "version": "0.2.0.18", - "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.18)\n", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.18)\n", "targetAbi": "10.9.10.0", - "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.18/intro-skipper-v0.2.0.18.zip", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.18/intro-skipper-v0.2.0.18.zip", "checksum": "08ab1f3adebec4fea3779ac33282afe2", "timestamp": "2024-09-01T16:39:14Z" }