Releases: moviecollection/movie-file-library
Releases · moviecollection/movie-file-library
v3.1.0
v3.1.0-preview.1
- Added support for
Se
as season number indicator. - Added support for
Ep
as episode number indicator.
v3.0.0
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 tonull
instead of1
. - If Episode value is not present, the
Episode
property will be set tonull
instead of1
.
- If Season value is not present, the
- The
FilePath
property has been renamed toPath
inMovieFile
class. - The
FileExtension
property has been renamed toExtension
inMovieFile
class. - The debug symbols are now embedded.
v3.0.0-preview.3
- Added
ImdbId
detection support.
v3.0.0-preview.2
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 tonull
instead of1
. - If Episode value is not present, the
Episode
property will be set tonull
instead of1
.
- If Season value is not present, the
v3.0.0-preview.1
Breaking changes:
- The
FilePath
property has been renamed toPath
inMovieFile
class. - The
FileExtension
property has been renamed toExtension
inMovieFile
class. - The Symbols are now embedded.
v2.0.0
Breaking changes:
- The
MovieDetector
class has been removed. - The
IDetectMethod
has been renamed toIMovieDetector
. - The
DefaultMethod
has been renamed toMovieDetector
. - The
MovieFile.Success
property has been renamed toIsSuccess
.
Other changes:
- Add
GenerateDocumentationFile
to the project.
v2.0.0-preview.1
Breaking changes:
- The
MovieDetector
class has been removed. - The
IDetectMethod
has been renamed toIMovieDetector
. - The
DefaultMethod
has been renamed toMovieDetector
. - The
MovieFile.Success
property has been renamed toIsSuccess
.