intro-skipper/README.md
TwistedUmbrellaX e646ea874a Revert "Temporary workaround"
This reverts commit 7cd1b705fc9edc084d5cd7eb8645a4bfd1612c90.
2024-10-29 16:24:14 -04:00

1.6 KiB

Intro Skipper (beta)

Plugin Banner

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

Manifest URL (All Jellyfin Versions)

https://manifest.intro-skipper.org/manifest.json

System requirements

  • Jellyfin 10.8.4 (or newer)
  • Jellyfin's fork of ffmpeg must be installed, version 5.0.1-5 or newer
    • jellyfin/jellyfin 10.8.z container: preinstalled
    • linuxserver/jellyfin 10.8.z container: preinstalled
    • Debian Linux based native installs: provided by the jellyfin-ffmpeg5 package
    • MacOS native installs: build ffmpeg with chromaprint support (instructions)

Detection parameters

Show introductions will be detected if they are:

  • Located within the first 25% of an episode or the first 10 minutes, whichever is smaller
  • Between 15 seconds and 2 minutes long

Ending credits will be detected if they are shorter than 4 minutes.

These parameters can be configured by opening the plugin settings

Installation

Troubleshooting

API Documentation