Skip to content

Releases: moviecollection/movie-file-library

v3.1.0

25 Oct 08:15
Compare
Choose a tag to compare
  • Added support for Se as season number indicator.
  • Added support for Ep as episode number indicator.
  • Fixed the issue where the assembly version didn't match the package version.

Full Changelog: v3.0.0...v3.1.0

v3.1.0-preview.1

31 Mar 12:59
Compare
Choose a tag to compare
v3.1.0-preview.1 Pre-release
Pre-release
  • Added support for Se as season number indicator.
  • Added support for Ep as episode number indicator.

v3.0.0

13 Mar 20:55
Compare
Choose a tag to compare

Breaking changes:

  • Added ImdbId detection support.
  • Added [limited] support for special episode detection.
  • The Season and Episode detection behavior has been changed:
    • If Season value is not present, the Season property will be set to null instead of 1.
    • If Episode value is not present, the Episode property will be set to null instead of 1.
  • The FilePath property has been renamed to Path in MovieFile class.
  • The FileExtension property has been renamed to Extension in MovieFile class.
  • The debug symbols are now embedded.

v3.0.0-preview.3

24 Nov 21:53
Compare
Choose a tag to compare
v3.0.0-preview.3 Pre-release
Pre-release
  • Added ImdbId detection support.

v3.0.0-preview.2

07 Jul 19:43
Compare
Choose a tag to compare
v3.0.0-preview.2 Pre-release
Pre-release

Breaking changes:

  • Added support for special episode detection.
  • The Season and Episode detection behavior has been changed:
    • If Season value is not present, the Season property will be set to null instead of 1.
    • If Episode value is not present, the Episode property will be set to null instead of 1.

v3.0.0-preview.1

09 Aug 10:09
Compare
Choose a tag to compare
v3.0.0-preview.1 Pre-release
Pre-release

Breaking changes:

  • The FilePath property has been renamed to Path in MovieFile class.
  • The FileExtension property has been renamed to Extension in MovieFile class.
  • The Symbols are now embedded.

v2.0.0

08 Mar 18:55
Compare
Choose a tag to compare

Breaking changes:

  • The MovieDetector class has been removed.
  • The IDetectMethod has been renamed to IMovieDetector.
  • The DefaultMethod has been renamed to MovieDetector.
  • The MovieFile.Success property has been renamed to IsSuccess.

Other changes:

  • Add GenerateDocumentationFile to the project.

v2.0.0-preview.1

23 Dec 18:03
Compare
Choose a tag to compare
v2.0.0-preview.1 Pre-release
Pre-release

Breaking changes:

  • The MovieDetector class has been removed.
  • The IDetectMethod has been renamed to IMovieDetector.
  • The DefaultMethod has been renamed to MovieDetector.
  • The MovieFile.Success property has been renamed to IsSuccess.

v1.2.0

11 Nov 12:13
Compare
Choose a tag to compare
  • Drop netstandard1.0 support.

v1.1.2

26 Oct 20:40
Compare
Choose a tag to compare
  • Add SourceLink.