- Write EDL files with intro timestamps
- Restore per season status updates
- Use
ffmpeg
to generate audio fingerprints instead offpcalc
- Requires that the installed version of
ffmpeg
:- Was compiled with the
--enable-chromaprint
option - Understands the
-fp_format raw
flag
- Was compiled with the
jellyfin-ffmpeg 5.0.1-5
meets both of these requirements
- Requires that the installed version of
- Version API endpoints
- See api.md for detailed documentation on how clients can work with this plugin
- Add commit hash to unstable builds
- Log media paths that are unable to be fingerprinted
- Report failure to the UI if the episode analysis queue is empty
- Allow customizing degrees of parallelism
- Warning: Using a value that is too high will result in system instability
- Remove restart requirement to change auto skip setting
- Rewrite startup enqueue
- Fix deadlock issue on Windows (#23 by @nyanmisaka)
- Improve skip intro button styling & positioning (ConfusedPolarBear/jellyfin-web#91 by @Fallenbagel)
- Order episodes by
IndexNumber
(#25 reported by @Flo56958)
- Add option to automatically skip intros
- Cache audio fingerprints by default
- Add fingerprint visualizer
- Add button to erase all previously discovered intro timestamps
- Made saving settings more reliable
- Switch to new fingerprint comparison algorithm
- If you would like to test the new comparison algorithm, you will have to erase all previously discovered introduction timestamps.
- Fix
fpcalc
version check
- Analyze multiple seasons in parallel
- Reanalyze episodes with an unusually short or long intro sequence
- Check installed
fpcalc
version - Clarify installation instructions
- First alpha build