rlauuzo a1d634b66e
Switch from XML Files to SQLite DB (#365)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: Kilian von Pflugk <github@jumoog.io>
2024-11-02 17:17:22 +00:00
2024-10-23 11:47:26 +02:00
2022-07-29 01:14:01 -05:00
2024-10-25 14:31:50 -04:00
2024-10-27 21:13:28 -04:00
2024-10-25 14:15:12 -04:00
2024-10-27 09:38:32 +00:00
2024-10-29 21:22:52 +01:00
2024-10-18 12:56:41 +02:00

Intro Skipper

Plugin Banner

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

CodeQL

Manifest URL (All Jellyfin Versions)

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

System requirements

  • Jellyfin 10.10.0 (or newer)
  • Jellyfin's fork 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)

Limitations

  • SyncPlay is not (yet) compatible with any method of skipping due to the nature of how the clients are synced.

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

Jellyfin Skip Options

Troubleshooting

API Documentation


Description
Fingerprint audio to automatically detect and skip intro/credit sequences in Jellyfin
Readme 4.1 MiB
Languages
C# 55%
HTML 28%
Go 8.3%
JavaScript 6.7%
Python 1.6%
Other 0.4%