Skip to content

Instantly share code, notes, and snippets.

@bakerboy448
Created March 13, 2023 18:57
Show Gist options
  • Save bakerboy448/f4288bfd0225507bee1e34d9bc8a2bf8 to your computer and use it in GitHub Desktop.
Save bakerboy448/f4288bfd0225507bee1e34d9bc8a2bf8 to your computer and use it in GitHub Desktop.
2023-03-13 18:31:35.2|Debug|Parser|Parsing string '[ The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb ] - [ 63+71 ] - The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb'
2023-03-13 18:31:35.2|Trace|Parser|^(?:\[(?<subgroup>.+?)\][-_. ]?)(?<title>(?![(\[]).+?)?(?:(?:[-_\W](?<![)\[!]))*(?<year>(1(8|9)|20)\d{2}(?!p|i|x|\d+|\]|\W\d+)))+.*?(?<hash>\[\w{8}\])?(?:$|\.)
2023-03-13 18:31:35.2|Debug|Parser|Movie Parsed. - [ 63+71 ] - The Cabin in the Woods - 2011
2023-03-13 18:31:35.2|Debug|Parser|Release Group parsed: The.Cabin.in.the.Woods.2011..BluRay.DTS.-NTb
2023-03-13 18:31:35.2|Debug|Parser|Languages parsed: Unknown
2023-03-13 18:31:35.2|Debug|QualityParser|Trying to parse quality for [ The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb ] - [ 63+71 ] - The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb
2023-03-13 18:31:35.2|Debug|Parser|Quality parsed: Bluray-720p v1
2023-03-13 18:31:35.2|Debug|Parser|Edition parsed:
2023-03-13 18:31:35.2|Debug|ParsingService|No matching movie for titles - [ 63+71 ] - The Cabin in the Woods (2011)
2023-03-13 18:31:35.2|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-03-13 18:31:35.2|Debug|Parser|Parsing string '[ The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb ] - [ 63/71 ] - "The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb'
2023-03-13 18:31:35.2|Trace|Parser|^(?:\[(?<subgroup>.+?)\][-_. ]?)(?<title>(?![(\[]).+?)?(?:(?:[-_\W](?<![)\[!]))*(?<year>(1(8|9)|20)\d{2}(?!p|i|x|\d+|\]|\W\d+)))+.*?(?<hash>\[\w{8}\])?(?:$|\.)
2023-03-13 18:31:35.2|Debug|Parser|Movie Parsed. - [ 63/71 ] - "The Cabin in the Woods - 2011
2023-03-13 18:31:35.2|Debug|Parser|Release Group parsed: The.Cabin.in.the.Woods.2011..BluRay.DTS.-NTb
2023-03-13 18:31:35.2|Debug|Parser|Languages parsed: Unknown
2023-03-13 18:31:35.2|Debug|QualityParser|Trying to parse quality for [ The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb ] - [ 63/71 ] - "The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb
2023-03-13 18:31:35.2|Debug|Parser|Quality parsed: Bluray-720p v1
2023-03-13 18:31:35.2|Debug|Parser|Edition parsed:
2023-03-13 18:31:35.2|Debug|ParsingService|No matching movie for titles - [ 63/71 ] - "The Cabin in the Woods (2011)
2023-03-13 18:31:35.2|Debug|TrackedDownloadService|Failed to find movie for [ The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb ] - [ 63+71 ] - The.Cabin.in.the.Woods.2011.720p.BluRay.DTS.x264-NTb
[v4.4.2.6956] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.CustomFormats.LanguageSpecification.IsSatisfiedByWithoutNegate(CustomFormatInput input) in D:\a\1\s\src\NzbDrone.Core\CustomFormats\Specifications\LanguageSpecification.cs:line 37
at NzbDrone.Core.CustomFormats.CustomFormatSpecificationBase.IsSatisfiedBy(CustomFormatInput input) in D:\a\1\s\src\NzbDrone.Core\CustomFormats\Specifications\CustomFormatSpecificationBase.cs:line 32
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at NzbDrone.Core.CustomFormats.CustomFormatCalculationService.<>c__DisplayClass9_0.<ParseCustomFormat>b__1(IGrouping`2 g) in D:\a\1\s\src\NzbDrone.Core\CustomFormats\CustomFormatCalculationService.cs:line 151
at System.Linq.Enumerable.SelectEnumerableIterator`2.ToList()
at NzbDrone.Core.CustomFormats.CustomFormatCalculationService.ParseCustomFormat(CustomFormatInput input, List`1 allCustomFormats)
at NzbDrone.Core.Download.TrackedDownloads.TrackedDownloadService.TrackDownload(DownloadClientDefinition downloadClient, DownloadClientItem downloadItem) in D:\a\1\s\src\NzbDrone.Core\Download\TrackedDownloads\TrackedDownloadService.cs:line 179
2023-03-13 18:31:35.2|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment