diff --git a/CHANGELOG.md b/CHANGELOG.md index ba258e9..4cc462e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Changelog -## v0.1.7.0 +## v0.1.7.0 (no eta) * New features + * Rewrote fingerprint comparison algorithm to be faster (~30x speedup) and detect more introductions * Add support for the `silencedetect` filter in ffmpeg * Add support bundle + * Add maximum introduction duration + * Support playing a few seconds from the end of the introduction to verify that no episode content was skipped over + * Amount played is customizable and defaults to 2 seconds + * Support modifying introduction detection algorithm settings * Fixes * Fix scheduled task interval (#79) + * Prevent show names from becoming duplicated in the show name dropdown under the advanced section ## v0.1.6.0 (2022-08-04) * New features diff --git a/README.md b/README.md index 4fe29ac..9dc5b78 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Plugin versions v0.1.0 and older require `fpcalc` to be installed. Show introductions will only be detected if they are: * Located within the first 25% of an episode, or the first 10 minutes, whichever is smaller -* At least 15 seconds long +* Between 15 seconds and 2 minutes long -Both of these requirements can be customized as needed. +All of these requirements can be customized as needed. ## Step 1: Optional: use the modified web interface While this plugin is fully compatible with an unmodified version of Jellyfin 10.8.0, using a modified web interface allows you to click a button to skip intros. If you skip this step and do not use the modified web interface, you will have to enable the "Automatically skip intros" option in the plugin settings.