rlauuzo
5bc8913668
analyze movies (#348)
* scan movies * Update ConfusedPolarBear.Plugin.IntroSkipper.csproj * fix * Update SegmentProvider.cs * fix * update * add movies to endpoints * Update * Update QueueManager.cs * revert * Update configPage.html Battery died. I’ll be back * “Borrow” show config to hide seasons * Add IsMovie to ShowInfos * remove unused usings * Add option to enable/disble movies * Use the left episode as movie editor * Timestamp erasure for movies * Add max credits duration for movies * Formatting and button style cleanup * remove fingerprint timings for movies * remove x2 from MaximumCreditsDuration in blackframe analyzer * Update SegmentProvider.cs * Update SegmentProvider.cs * Update SegmentProvider.cs * Update SegmentProvider.cs * Update BaseItemAnalyzerTask.cs --------- Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com> Co-authored-by: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Co-authored-by: TwistedUmbrellaX <twistedumbrella@gmail.com>
Intro Skipper
Manifest URL for all Jellyfin Versions
https://manifest.intro-skipper.workers.dev/manifest.json
System requirements
- Jellyfin 10.9.11 (or newer)
- Jellyfin's fork of
ffmpeg
must be installed, version6.0.1-5
or newerjellyfin/jellyfin
10.9.z container: preinstalledlinuxserver/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
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%