SeriesIDParser 9.1.0
See the version list below for details.
dotnet add package SeriesIDParser --version 9.1.0
NuGet\Install-Package SeriesIDParser -Version 9.1.0
<PackageReference Include="SeriesIDParser" Version="9.1.0" />
paket add SeriesIDParser --version 9.1.0
#r "nuget: SeriesIDParser, 9.1.0"
// Install SeriesIDParser as a Cake Addin #addin nuget:?package=SeriesIDParser&version=9.1.0 // Install SeriesIDParser as a Cake Tool #tool nuget:?package=SeriesIDParser&version=9.1.0
For .Net Core support check SeriesIDParserCore (SeriesIDParserCore)
Supported by JetBrains (https://www.jetbrains.com/)
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 GitHub project site.
Icon designed by Madebyoliver from Flaticon
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
-
- Newtonsoft.Json (>= 9.0.1)
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 | 156 | 2/4/2024 |
12.0.2 | 110 | 2/3/2024 |
12.0.1 | 110 | 2/3/2024 |
12.0.0 | 107 | 2/3/2024 |
11.0.0 | 613 | 2/24/2021 |
10.3.0 | 748 | 3/18/2019 |
10.2.0 | 679 | 2/23/2019 |
10.1.2 | 1,036 | 9/3/2017 |
10.1.1 | 961 | 9/3/2017 |
10.1.0 | 1,008 | 9/3/2017 |
10.0.0 | 1,015 | 7/22/2017 |
9.2.0 | 1,057 | 4/14/2017 |
9.1.1 | 1,045 | 1/24/2017 |
9.1.0 | 1,079 | 1/24/2017 |
9.0.0 | 1,061 | 1/3/2017 |
8.2.0 | 1,114 | 12/24/2016 |
8.1.1 | 1,049 | 11/29/2016 |
8.1.0 | 1,063 | 11/27/2016 |
8.0.0 | 1,050 | 11/26/2016 |
7.0.1 | 1,077 | 10/16/2016 |
7.0.0 | 1,049 | 10/16/2016 |
6.1.0 | 1,077 | 10/5/2016 |
6.0.0 | 1,371 | 9/17/2016 |
5.2.1 | 1,076 | 8/12/2016 |
5.2.0 | 1,080 | 8/12/2016 |
5.1.0 | 1,043 | 8/12/2016 |
5.0.1 | 1,035 | 8/11/2016 |
4.0.3 | 1,212 | 7/30/2016 |
4.0.2 | 1,198 | 7/30/2016 |
4.0.1 | 1,203 | 7/30/2016 |
4.0.0 | 1,177 | 7/30/2016 |
3.0.0 | 2,194 | 7/29/2016 |
2.2.4 | 1,274 | 7/29/2016 |
2.2.3 | 1,298 | 7/29/2016 |
2.2.2 | 1,282 | 7/29/2016 |
2.2.1 | 1,279 | 7/29/2016 |
2.2.0 | 1,724 | 7/29/2016 |
# Changelog #
##9.1.0 (2017-01-24)##
###New###
- Changed XML Serializer from default to unicode to match core version
- Added up to 20 tokens to the ParserSettings to better match the upcomming 4k content
- Added 3D Detection
- Added some ParserSettings for 3D Detection: DetectAny3DTokens, DetectHou3DTokens, DetectHsbs3DTokens, DimensionalString3DAny, DimensionalString3DHSBS, DimensionalString3DHOU, DimensionalString2DAny
- Added some properties to the ParserResult object for 3D Detection: Is3D, DimensionalType
- Merged v9.0 features in SeriesIDParserCore
- New properties added to demo apps
- More unit tests to cover new features
###Fix###
-
---
##9.0.0 (2017-01-03)##
###New###
- Added full object caching. Prevents parsing the same object multiple times
- Added ParserSetting CacheMode; Default: Advanced
- Added ParserSetting CacheItemCountLimit; Default: 10.000
- Added way more code comments
- Added some 'Unknown' values in enums
- Added some benchmark unit tests
- Added unit tests for caching
- Added new ParserSettings to Serilization unit tests
- Added exception on wrong caching mode
- Removed old legacy UnitTest1.cs file
- Removed some useless comments
###Fix###
- Wrong default unknown string in ParserSettings
- Exception on not existing path in extensions