2024-09-20 11:38:40 +00:00
# Intro Skipper
2020-01-21 13:03:21 +09:00
2022-05-18 15:45:25 -05:00
< div align = "center" >
2024-03-12 14:40:07 -04:00
< p >
2024-09-19 13:06:37 +02:00
< img alt = "Plugin Banner" src = "https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png" / >
2024-03-12 14:40:07 -04:00
< / p >
< p >
Analyzes the audio of television episodes to detect and skip over intros.
< / p >
2024-09-15 21:13:38 -04:00
2024-09-19 13:06:37 +02:00
[![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)
2024-09-15 21:13:38 -04:00
2024-09-19 13:06:37 +02:00
https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/manifest.json
2022-05-18 15:45:25 -05:00
< / div >
2024-05-12 18:05:19 +00:00
## Jellyfin 10.8
2024-09-19 13:06:37 +02:00
👉👉👉 [Jellyfin 10.8 Instructions ](https://github.com/intro-skipper/intro-skipper/blob/10.8/README.md )
2024-04-10 21:18:22 +00:00
2022-06-22 18:52:47 -05:00
## System requirements
2024-09-14 16:56:14 +00:00
* Jellyfin 10.9.11 (or newer)
2024-04-20 15:02:12 +02:00
* Jellyfin's [fork ](https://github.com/jellyfin/jellyfin-ffmpeg ) of `ffmpeg` must be installed, version `6.0.1-5` or newer
* `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
2024-09-19 13:06:37 +02:00
* MacOS native installs: build ffmpeg with chromaprint support ([instructions ](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS )))
2022-06-10 22:52:44 -05:00
2024-03-12 14:40:07 -04:00
## Detection parameters
2019-02-21 00:36:01 -08:00
2024-03-04 08:20:46 -05:00
Show introductions will be detected if they are:
2022-05-10 18:24:16 -05:00
2024-03-04 08:20:46 -05:00
* Located within the first 25% of an episode or the first 10 minutes, whichever is smaller
2022-09-03 01:28:35 -05:00
* Between 15 seconds and 2 minutes long
2022-07-08 00:57:12 -05:00
2024-03-04 08:20:46 -05:00
Ending credits will be detected if they are shorter than 4 minutes.
2022-10-31 01:00:39 -05:00
2024-03-12 14:40:07 -04:00
These parameters can be configured by opening the plugin settings
2020-03-09 21:17:32 +01:00
2024-09-19 13:06:37 +02:00
## [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 )
2024-09-20 17:52:26 -04:00
- #### [Verify the plugin ](https://github.com/intro-skipper/intro-skipper/wiki/Installation#step-2-verify-the-plugin )
2024-09-19 13:06:37 +02:00
- #### [Custom FFMPEG (MacOS) ](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS ))
2022-10-01 18:13:28 -05:00
2024-09-19 13:06:37 +02:00
## [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 )
2022-05-10 16:09:27 -05:00
2024-09-19 13:06:37 +02:00
- #### [Skip button is not visible ](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible )
2024-03-12 19:28:13 -04:00
2024-09-19 13:06:37 +02:00
## [API Documentation](https://github.com/intro-skipper/intro-skipper/blob/master/docs/api.md)
2022-06-13 16:16:15 -05:00
Documentation about how the API works can be found in [api.md ](docs/api.md ).