change urls after transfer repo to the new org
This commit is contained in:
parent
cd857b1db2
commit
bedc5bc3d0
2
.github/ISSUE_TEMPLATE/bug_report_form.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_form.yml
vendored
@ -11,7 +11,7 @@ body:
|
|||||||
Jellyfin 10.9 is still being actively updated. Please make sure you are using the newest release
|
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.
|
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:
|
options:
|
||||||
- label: Jellyfin is updated (10.9.9) and my permissions are correct (or I did not use Docker)
|
- label: Jellyfin is updated (10.9.9) and my permissions are correct (or I did not use Docker)
|
||||||
required: true
|
required: true
|
||||||
|
@ -138,7 +138,7 @@ public partial class Plugin : BasePlugin<PluginConfiguration>, IHasWebPages
|
|||||||
{
|
{
|
||||||
WarningManager.SetFlag(PluginWarning.UnableToAddSkipButton);
|
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();
|
FFmpegWrapper.CheckFFmpegVersion();
|
||||||
|
26
README.md
26
README.md
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<p>
|
<p>
|
||||||
<img alt="Plugin Banner" src="https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png" />
|
<img alt="Plugin Banner" src="https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png" />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Analyzes the audio of television episodes to detect and skip over intros.
|
Analyzes the audio of television episodes to detect and skip over intros.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[![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
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Jellyfin 10.8
|
## 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
|
## System requirements
|
||||||
|
|
||||||
@ -23,7 +23,7 @@
|
|||||||
* `jellyfin/jellyfin` 10.9.z container: preinstalled
|
* `jellyfin/jellyfin` 10.9.z container: preinstalled
|
||||||
* `linuxserver/jellyfin` 10.9.z container: preinstalled
|
* `linuxserver/jellyfin` 10.9.z container: preinstalled
|
||||||
* Debian Linux based native installs: provided by the `jellyfin-ffmpeg6` package
|
* 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
|
## 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
|
These parameters can be configured by opening the plugin settings
|
||||||
|
|
||||||
## [Installation](https://github.com/jumoog/intro-skipper/wiki/Installation)
|
## [Installation](https://github.com/intro-skipper/intro-skipper/wiki/Installation)
|
||||||
- #### [Install the plugin](https://github.com/jumoog/intro-skipper/wiki/Installation#step-1-install-the-plugin)
|
- #### [Install the plugin](https://github.com/intro-skipper/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)
|
- #### [Configure the plugin](https://github.com/intro-skipper/intro-skipper/wiki/Installation#step-2-configure-the-plugin)
|
||||||
- #### [Custom FFMPEG (MacOS)](https://github.com/jumoog/intro-skipper/wiki/Custom-FFMPEG-(MacOS))
|
- #### [Custom FFMPEG (MacOS)](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS))
|
||||||
|
|
||||||
## [Troubleshooting](https://github.com/jumoog/intro-skipper/wiki/Troubleshooting)
|
## [Troubleshooting](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting)
|
||||||
- #### [Scheduled tasks fail instantly](https://github.com/jumoog/intro-skipper/wiki/Troubleshooting#scheduled-tasks-fail-instantly)
|
- #### [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).
|
Documentation about how the API works can be found in [api.md](docs/api.md).
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- **Jellyfin Version**: 10.9
|
- **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.
|
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.*
|
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.*
|
||||||
|
|
||||||
|
@ -6,37 +6,37 @@
|
|||||||
"description": "Analyzes the audio of television episodes and detects introduction sequences.",
|
"description": "Analyzes the audio of television episodes and detects introduction sequences.",
|
||||||
"owner": "AbandonedCart, rlauuzo, jumoog (forked from ConfusedPolarBear)",
|
"owner": "AbandonedCart, rlauuzo, jumoog (forked from ConfusedPolarBear)",
|
||||||
"category": "General",
|
"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": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "0.2.0.21",
|
"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",
|
"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",
|
"checksum": "b3331fbe4f415198e4e41c7856181715",
|
||||||
"timestamp": "2024-09-14T16:56:14Z"
|
"timestamp": "2024-09-14T16:56:14Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "0.2.0.20",
|
"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",
|
"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",
|
"checksum": "18a57997aaab4396676b1dfc170c5eca",
|
||||||
"timestamp": "2024-09-05T18:11:29Z"
|
"timestamp": "2024-09-05T18:11:29Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "0.2.0.19",
|
"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",
|
"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",
|
"checksum": "68e7203a5199133af46855cc91987ad8",
|
||||||
"timestamp": "2024-09-02T14:07:30Z"
|
"timestamp": "2024-09-02T14:07:30Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "0.2.0.18",
|
"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",
|
"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",
|
"checksum": "08ab1f3adebec4fea3779ac33282afe2",
|
||||||
"timestamp": "2024-09-01T16:39:14Z"
|
"timestamp": "2024-09-01T16:39:14Z"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user