SeriesIDParser 10.3.0
For .Net Core support check SeriesIDParserCore (https://www.nuget.org/packages/SeriesIDParserCore/)
Supported by JetBrains (https://www.jetbrains.com/)
Supported by Atlassian (https://www.atlassian.com/) (Not renewed by me)
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)
|-> Is3D -> true (bool)
|-> DimensionalType -> Dimension_3DHSBS (Enum)
Check "Project Site" link on the left for the GitHub project site.
Icon designed by Madebyoliver from Flaticon
Install-Package SeriesIDParser -Version 10.3.0
dotnet add package SeriesIDParser --version 10.3.0
<PackageReference Include="SeriesIDParser" Version="10.3.0" />
paket add SeriesIDParser --version 10.3.0
Release Notes
# Changelog #
##10.3.0 (2019-03-18)##
###New###
- Added file extensions ".mts" and ".m2ts"
- Added "35mm" and "SDR" token
###Fix###
- Fixed an error where the setting for 8k detection is invalid
- Fixed spaces in CHANGELOG-file
---
##10.2.0 (2019-02-23)##
###New###
- Added some tokens to the settings
###Fix###
- Fixed some UnitTests due to new tokens
Dependencies
-
- Newtonsoft.Json (>= 9.0.1)
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 |
---|---|---|
10.3.0 | 267 | 3/18/2019 |
10.2.0 | 229 | 2/23/2019 |
10.1.2 | 414 | 9/3/2017 |
10.1.1 | 368 | 9/3/2017 |
10.1.0 | 379 | 9/3/2017 |
10.0.0 | 395 | 7/22/2017 |
9.2.0 | 420 | 4/14/2017 |
9.1.1 | 424 | 1/24/2017 |
9.1.0 | 460 | 1/24/2017 |
9.0.0 | 438 | 1/3/2017 |
8.2.0 | 477 | 12/24/2016 |
8.1.1 | 433 | 11/29/2016 |
8.1.0 | 456 | 11/27/2016 |
8.0.0 | 454 | 11/26/2016 |
7.0.1 | 448 | 10/16/2016 |
7.0.0 | 420 | 10/16/2016 |
6.1.0 | 458 | 10/5/2016 |
6.0.0 | 441 | 9/17/2016 |
5.2.1 | 459 | 8/12/2016 |
5.2.0 | 467 | 8/12/2016 |
5.1.0 | 428 | 8/12/2016 |
5.0.1 | 423 | 8/11/2016 |
4.0.3 | 467 | 7/30/2016 |
4.0.2 | 441 | 7/30/2016 |
4.0.1 | 444 | 7/30/2016 |
4.0.0 | 434 | 7/30/2016 |
3.0.0 | 798 | 7/29/2016 |
2.2.4 | 444 | 7/29/2016 |
2.2.3 | 446 | 7/29/2016 |
2.2.2 | 439 | 7/29/2016 |
2.2.1 | 452 | 7/29/2016 |
2.2.0 | 745 | 7/29/2016 |