SeriesIDParser 6.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SeriesIDParser --version 6.0.0
                    
NuGet\Install-Package SeriesIDParser -Version 6.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SeriesIDParser" Version="6.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeriesIDParser" Version="6.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SeriesIDParser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SeriesIDParser --version 6.0.0
                    
#r "nuget: SeriesIDParser, 6.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SeriesIDParser@6.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SeriesIDParser&version=6.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SeriesIDParser&version=6.0.0
                    
Install as a Cake Tool

Parses series or movie strings to detailed object.

Input: "Knight.Rider.S01E07.Die.grosse.Duerre.German.DVDRip.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)
|-> 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, -C0nFuSed} (string-list)
|-> Season -> 1 (int)
|-> DetectedOldSpacingChar -> '.' (char)
|-> ProcessingDuration -> (TimeSpan)
|-> Episode -> 7 (int)
|-> IDString -> S01E07 (string)
|-> Resolutions -> {SD_Any} (enum list)
|-> Year -> 1982 (int)

Check "Project Site" link on the left for the Gitlab project site
Icon designed by Madebyoliver from Flaticon

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
12.1.0 200 2/4/2024
12.0.2 124 2/3/2024
12.0.1 123 2/3/2024
12.0.0 133 2/3/2024
11.0.0 699 2/24/2021
10.3.0 852 3/18/2019
10.2.0 784 2/23/2019
10.1.2 1,278 9/3/2017
10.1.1 1,185 9/3/2017
10.1.0 1,235 9/3/2017
10.0.0 1,246 7/22/2017
9.2.0 1,285 4/14/2017
9.1.1 1,290 1/24/2017
9.1.0 1,312 1/24/2017
9.0.0 1,293 1/3/2017
8.2.0 1,345 12/24/2016
8.1.1 1,280 11/29/2016
8.1.0 1,292 11/27/2016
8.0.0 1,281 11/26/2016
7.0.1 1,310 10/16/2016
7.0.0 1,280 10/16/2016
6.1.0 1,313 10/5/2016
6.0.0 1,611 9/17/2016
5.2.1 1,312 8/12/2016
5.2.0 1,322 8/12/2016
5.1.0 1,292 8/12/2016
5.0.1 1,279 8/11/2016
4.0.3 1,452 7/30/2016
4.0.2 1,445 7/30/2016
4.0.1 1,443 7/30/2016
4.0.0 1,414 7/30/2016
3.0.0 2,808 7/29/2016
2.2.4 1,518 7/29/2016
2.2.3 1,540 7/29/2016
2.2.2 1,524 7/29/2016
2.2.1 1,517 7/29/2016
2.2.0 2,221 7/29/2016

6.0.0 (2016-09-17)
------------------

New
~~~~
- Added ParserSettings Property ReplaceRegexAndListTokens
- Added ParserSettings Property ReplaceRegexWithoutListTokens
- Added ParserSettings Property ResolutionStringOutput
- Added ParserSettings Property ResolutionStringUnknown
- Added ParserSettings Enum  ResolutionOutputBehavior
- Added SeriesID Property Resolutions
- Added SeriesID Enum ResolutionsMap
- Added SeriesID Property DetectedOldSpacingChar
- Added SeriesID Property ProcessingDuration
- Removed Property Resolution
- Removed Enum Resolutions
- Removed Old SeriesID ctor
- Removed useless comments
- Support für multi resolution tokens in string
- Added Unit Tests
- Unit Tests improved for better code coverage
- Project/Demo/Assembly/Package Icon
- Added some more code comments


Fix
~~~~
- Issue#005 - RemovewithoutListtokens are removed without checking for dots bevore and after
- Issue#006 - Error with double resolution tokens
- Issue#007 - Add Raw and/or Regex replace
- Some smaller fixes



5.2.0 (2016-08-12)
------------------

New
~~~~
- DeSerializer in ParserSettings

Fix
~~~~
- Fixed an error that could cause wrong resolutions in wrong strings