Releases: cjmanca/plex-credits-detect
Releases · cjmanca/plex-credits-detect
v1.1.0
What's Changed
- New detection method, now tracks all videos in the plex database. Fixes #30 by @cjmanca in #34
- Track renamed/moved files without needing to redetect.
- Docker releases now include semver versioning in case you want to run a specific version in the future. #39
- Process all intros at once by @cjmanca in #35
- Warn about invalid extensions by @cjmanca in #44
Full Changelog: v1.0.15...v1.1.0
v1.0.15
v1.0.14
v1.0.13
v1.0.12
v1.0.11
v1.0.10
What's Changed
- Added extra debug messages.
- Option for a different minimumMatchSeconds for movies.
- Options to disable checking for new plex generated intros, in case you only are doing movie scanning.
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Added black frame detection, to find credits in movies. @cjmanca in #12
- Now pulls root directories from the Plex DB, so the directories section is optional, and only used to remap in case of different path structures.
- Gets changed directories from plex DB, so no longer reliant on plex intro scanning. First run will do a full rescan, since it will see all directories as changed.
- Restructured ini file. Should update existing ini files automatically.
- Creates new directory inside temp for extra safety.
- Doesn't shift segment back if near the end of the episode
- Added options for quick detect fingerprint count, and maximum full fingerprint count @cjmanca in #11
- Option to ignore file size changes for redetection
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Added Silence Detection for credits. by @cjmanca in #10
- Optimization - check if already cut video before fingerprinting.
- Now inserts missing config settings into global ini
- Can handle comments in ini files now
- Database interface improvements
- Refactored several areas (more to do still though)
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Improved detection speed by @cjmanca in #9
- Changed ini default back to UTF-8. It can still understand UTF-16 though if you need it.
- Default stride is now 512 for improved matching. It's slower, but combined with the detection speed increase it should be about the same speed as previous versions at 1024. If you already have an existing install you'll need to change stride to 512 yourself in your ini if you want the improved matching.
Full Changelog: v1.0.6...v1.0.7