intro-skipper/README.md

58 lines
2.8 KiB
Markdown
Raw Normal View History

# Intro Skipper
2020-01-21 13:03:21 +09:00
2022-05-18 15:45:25 -05:00
<div align="center">
<p>
<img alt="Plugin Banner" src="https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png" />
</p>
<p>
Analyzes the audio of television episodes to detect and skip over intros.
</p>
2024-09-15 21:13:38 -04: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-11-02 19:25:39 +00:00
<a href="https://github.com/intro-skipper/intro-skipper/releases">
<img alt="Total GitHub Downloads" src="https://img.shields.io/github/downloads/intro-skipper/intro-skipper/total?label=github%20downloads"/>
</a>
2022-05-18 15:45:25 -05:00
</div>
2024-10-24 22:29:02 -04:00
## Manifest URL (All Jellyfin Versions)
2024-10-12 14:15:50 +02:00
```
https://manifest.intro-skipper.org/manifest.json
2024-10-12 14:15:50 +02:00
```
2022-06-22 18:52:47 -05:00
## System requirements
2024-11-04 20:25:58 +00:00
* Jellyfin 10.10.1 (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
* MacOS native installs: build ffmpeg with chromaprint support ([instructions](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS)))
2024-10-10 04:42:51 -04:00
## Limitations
* SyncPlay is not (yet) compatible with any method of skipping due to the nature of how the clients are synced.
2024-11-03 05:09:59 -05:00
## [Detection parameters](https://github.com/intro-skipper/intro-skipper/wiki#detection-parameters)
2019-02-21 00:36:01 -08:00
2024-11-03 05:09:59 -05:00
## [Detection types](https://github.com/intro-skipper/intro-skipper/wiki#detection-types)
2020-03-09 21:17:32 +01: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)
- #### [Custom FFMPEG (MacOS)](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS))
2022-10-01 18:13:28 -05:00
2024-10-27 07:45:55 -04:00
## [Jellyfin Skip Options](https://github.com/intro-skipper/intro-skipper/wiki/Jellyfin-Skip-Options)
## [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/intro-skipper/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible)
2024-09-24 17:19:57 -04:00
- #### [Autoskip is not working](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#autoskip-is-not-working)
## [API Documentation](https://github.com/intro-skipper/intro-skipper/blob/master/docs/api.md)
2022-06-13 16:16:15 -05:00
2024-09-21 08:26:34 -04:00
<br />
<p align="center">
<a href="https://discord.gg/AYZ7RJ3BuA"><img src="https://invidget.switchblade.xyz/AYZ7RJ3BuA"></a>
</p>