Update changelog and readme

This commit is contained in:
ConfusedPolarBear 2022-09-03 01:28:35 -05:00
parent c937e28d45
commit 9b837cbbd0
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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.