Skip to content

Releases: cjmanca/plex-credits-detect

v1.1.0

30 Aug 22:28
8b9b881
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.1.0

v1.0.15

12 Aug 05:13
7d7714b
Compare
Choose a tag to compare

What's Changed

  • Ignores files with invalid timestamps. #24 by @cjmanca in #26
  • Suppress directory count if there's no changes.

Full Changelog: v1.0.14...v1.0.15

v1.0.14

08 Aug 08:54
1437a22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.13...v1.0.14

v1.0.13

08 Aug 06:07
ffe8651
Compare
Choose a tag to compare

What's Changed

  • Handle invalid library section availability #20 by @cjmanca in #21
  • Ignore IO exceptions while cleaning temp

Full Changelog: v1.0.12...v1.0.13

v1.0.12

07 Aug 10:02
1d3d011
Compare
Choose a tag to compare

What's Changed

  • Now can handle duplicate directory entries in the plex database. by @cjmanca in #18
  • Checks if library is available (ie. not deleted) before using now.

Full Changelog: v1.0.11...v1.0.12

v1.0.11

07 Aug 09:08
277094b
Compare
Choose a tag to compare

What's Changed

v1.0.10

07 Aug 08:07
ac6bc33
Compare
Choose a tag to compare

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

05 Aug 06:14
15de9a5
Compare
Choose a tag to compare

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

26 Jul 09:29
2bcd985
Compare
Choose a tag to compare

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

25 Jul 01:35
7ea6d20
Compare
Choose a tag to compare

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