SeriesIDParser 8.1.0
!! Now supporting .Net Core !!
See SeriesIDParserCore (SeriesIDParserCore)
Parses series or movie strings to detailed object.
Input: "Knight.Rider.S01E01E02.Die.grosse.Duerre.German.DVDRip.AAC.XviD-c0nFuSed.mkv"
The output would be a object like that:
SeriesID (object)
|-> FullTitle -> Knight.Rider.S01E07.Die.grosse.Duerre (string)
|-> SeriesTitle -> Knight.Rider (string)
|-> EpisodeTitle-> Die.grosse.Duerre (string)
|-> State -> OK_SUCCESS (Flagable Enum)
|-> IsSeries -> true (bool)
|-> IsMultiEpisode -> true (bool)
|-> OriginalString-> Knight.Rider.S01E07.Die.grosse.Duerre.German.DVDRip.XviD-c0nFuSed.mkv (string)
|-> ParsedString -> Knight.Rider.S01E07.Die.grosse.Duerre.DVDRip.German.mkv (string)
|-> RemovedTokens -> {German, DVDRip, XviD} (string-list)
|-> Season -> 1 (int)
|-> DetectedOldSpacingChar -> '.' (char)
|-> ProcessingDuration -> (TimeSpan)
|-> Episodes -> 1, 2 (int list)
|-> IDString -> S01E07 (string)
|-> Resolutions -> {SD_Any} (enum list)
|-> Year -> 1982 (int)
|-> VideoCodec -> XviD (string)
|-> AudioCodec -> AAC (string)
|-> ReleaseGroup -> c0nFuSed (string)
|-> FileInfo -> OBJECT (FileInfo)
|-> ParserSettingsUsed -> OBJECT (ParserSettingsUsed)
Check "Project Site" link on the left for the Gitlab project site.
Icon designed by Madebyoliver from Flaticon
See the version list below for details.
Install-Package SeriesIDParser -Version 8.1.0
dotnet add package SeriesIDParser --version 8.1.0
<PackageReference Include="SeriesIDParser" Version="8.1.0" />
paket add SeriesIDParser --version 8.1.0
#r "nuget: SeriesIDParser, 8.1.0"
// Install SeriesIDParser as a Cake Addin #addin nuget:?package=SeriesIDParser&version=8.1.0 // Install SeriesIDParser as a Cake Tool #tool nuget:?package=SeriesIDParser&version=8.1.0
Release Notes
# Changelog #
##8.1.0 (2016-11-27)##
###New###
- Added Methods to parse full directories
- Added Extension Methodes to parse full directories
- Unit tests for extension methodes now at 100% soft coverage
###Fix###
- Exception in extension methodes
- Property exception in ParserResult
- Possible exception fixes in some new parsing functions
---
##8.0.0 (2016-11-26)##
###New###
- Fileextension handling changed: Default is now the global dot net default (with dot E.g.: m4v -> .m4v)
- Switches from single class to worker class (SeriesIDParser) and result class (SeriesIDResult)
- Property IsMultiEpisode is now danymicaly computed
- Property ParserSettingsUsed are now available in the SeriesIDResult object
- Properties FullTitle, ParsedString and IDString are now cached to improve performance on multiple access
- UnitTests are now excluded from code coverage check
- UnitTests are now in multiple files and functions
- Parser properties refactored
- Extension methodes added
- Added a property for the year regex string
###Fix###
- Possible Nullpointer on GetFileExtension()
- Some code optimization
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
11.0.0 | 35 | 2/24/2021 |
10.3.0 | 318 | 3/18/2019 |
10.2.0 | 276 | 2/23/2019 |
10.1.2 | 528 | 9/3/2017 |
10.1.1 | 477 | 9/3/2017 |
10.1.0 | 487 | 9/3/2017 |
10.0.0 | 505 | 7/22/2017 |
9.2.0 | 534 | 4/14/2017 |
9.1.1 | 530 | 1/24/2017 |
9.1.0 | 573 | 1/24/2017 |
9.0.0 | 549 | 1/3/2017 |
8.2.0 | 587 | 12/24/2016 |
8.1.1 | 548 | 11/29/2016 |
8.1.0 | 563 | 11/27/2016 |
8.0.0 | 563 | 11/26/2016 |
7.0.1 | 553 | 10/16/2016 |
7.0.0 | 531 | 10/16/2016 |
6.1.0 | 574 | 10/5/2016 |
6.0.0 | 553 | 9/17/2016 |
5.2.1 | 569 | 8/12/2016 |
5.2.0 | 581 | 8/12/2016 |
5.1.0 | 538 | 8/12/2016 |
5.0.1 | 537 | 8/11/2016 |
4.0.3 | 574 | 7/30/2016 |
4.0.2 | 552 | 7/30/2016 |
4.0.1 | 561 | 7/30/2016 |
4.0.0 | 541 | 7/30/2016 |
3.0.0 | 909 | 7/29/2016 |
2.2.4 | 556 | 7/29/2016 |
2.2.3 | 559 | 7/29/2016 |
2.2.2 | 557 | 7/29/2016 |
2.2.1 | 560 | 7/29/2016 |
2.2.0 | 867 | 7/29/2016 |