Mark McDowall
29480d9544
Fixed: Don't use cleaned up release title for release title
2024-06-28 06:22:04 -07:00
Mark McDowall
ea4fe392a0
New: Remove websites in parentheses before parsing
2024-06-25 15:52:24 -07:00
Mark McDowall
45fe585944
Fixed: Prevent errors parsing releases in unexpected formats
2024-06-25 15:52:24 -07:00
Mark McDowall
63bed3e670
New: Parse anime seasons with trailing number in title
...
Closes #6883
2024-06-25 15:51:03 -07:00
Mark McDowall
5cb649e9d8
Fixed: Attempt to parse and reject ambiguous dates
...
Closes #6799
2024-05-09 22:03:44 -07:00
Mark McDowall
cac7d239ea
Fixed: Parsing of partial season pack
2024-05-09 22:03:44 -07:00
Mark McDowall
ba88185dea
New: Treat batch releases with total episode count as full season release
...
Closes #6757
2024-05-04 18:56:15 -07:00
Bogdan
1df7cdc65e
New: Add KRaLiMaRKo and BluDragon to release group parsing exceptions
...
ignore-downstream
2024-04-27 18:06:38 -07:00
Mark McDowall
0fdbbd018c
New: Parse absolute episode numbers within square brackets
...
Closes #6694
2024-04-12 16:00:16 -07:00
Mark McDowall
0937ee6fef
Fixed: Path parsing incorrectly treating series title as episode number
2024-04-05 23:06:56 -07:00
Mark McDowall
40bac23698
New: Support parsing season number from season folder when importing
...
Closes #903
2024-03-21 21:20:49 -07:00
Mark McDowall
29204c93a3
New: Parsing multi-episode file with two and three digit episode numbers
...
Closes #6631
2024-03-21 21:20:13 -07:00
Mark McDowall
4aa56e3f91
Fixed: Parsing of some French and Spanish anime releases
2024-03-13 21:44:07 -07:00
Alan Collins
d86aeb7472
New: Release Hash renaming token
...
Closes #6570
2024-03-09 23:54:06 -05:00
Mark McDowall
0183812cc5
Fixed: Overly aggressive exception release group parsing
...
Closes #6591
2024-03-07 17:25:10 -08:00
Mark McDowall
b34e0f8259
Fixed: Ignore language in split episode title
2024-02-27 00:33:07 -05:00
Mark McDowall
43797b326d
New: Parse releases with season and episode numbers separated by a period
...
Closes #6492
2024-02-20 20:10:09 -08:00
Stas Panasiuk
6e81517d51
New: Parsing titles with multiple translated titles
2024-02-06 23:03:36 -05:00
Mark McDowall
895eccebc5
New: Parse and reject split episode releases and files
2024-02-06 23:02:03 -05:00
Alex Herbig
e2210228b3
New: Add RZeroX to release group parsing exceptions
2024-01-31 19:36:39 -08:00
Mark McDowall
9ba5850fca
Fixed: Parsing Hungarian anime releases
...
Closes #6275
2024-01-22 20:51:27 -08:00
Mark McDowall
cab93249ec
Fixed: Number only hashes getting substituted incorrectly
2024-01-20 16:44:12 -08:00
nuxen
e4ec065386
New: Parse 'E.N.D' Release Group
2023-12-14 20:24:48 -05:00
Mark McDowall
d211887050
New: Add more exception release groups
...
Closes #6146
2023-11-19 20:45:37 -08:00
Xetera
10fbc4e25a
New: Parsing of Turkish release names
2023-11-09 18:58:38 -05:00
Mark McDowall
165e3dbae8
New: Parsing for titles with multiple translated titles separated by '/'
...
Closes #6137
2023-10-29 16:27:30 -07:00
Stevie Robinson
a5506b09d2
New: Add [SEV] to release group exceptions
...
Closes #6118
2023-10-28 17:49:52 -04:00
Stevie Robinson
732c2fe12f
Fixed: Parsing Spanish releases
2023-10-09 23:39:26 -04:00
Mark McDowall
b4ef873cc3
Fixed: Treat season packs with volume as partial season packs
2023-09-30 11:59:18 -07:00
Mark McDowall
c1442535b0
New: Parse episode numbers followed by '.5' as specials
...
Closes #5893
2023-08-12 23:37:37 -07:00
Mark McDowall
b7a55daa61
Fixed: Parsing of anime season releases with year after season number
2023-08-03 16:36:07 -07:00
Mark McDowall
dce6923b00
Fixed: Parsing of anime title that contains multiple 3-digit numbers
...
Closes #5801
2023-07-14 17:24:05 -07:00
Bogdan
12374f7f00
Use 'var' instead of explicit type
2023-05-27 16:55:16 -07:00
Bogdan
281add47de
Inline 'out' variable declarations
2023-05-27 16:55:16 -07:00
Mark McDowall
e273f16c39
Fixed: Strip additional domains from release names
2023-05-26 19:36:50 -07:00
Stevie Robinson
f2ddd4757c
Fixed: Parsing Vyndros as release group
2023-05-21 17:05:48 -04:00
Mark McDowall
4fe79e9a4e
Fixed: Parsing of some additional Chinese anime releases
...
Closes #5667
2023-05-20 15:15:48 -07:00
Mark McDowall
95b52e630a
Remove duplicated processing of unparsed paths
2023-05-06 21:53:01 -07:00
Mark McDowall
183b10f79a
New: Change default Multi-Episode style to Prefixed Range
...
Closes #5572
2023-04-21 17:45:45 -07:00
Mark McDowall
5ea1fb9424
New: Parsing of multi-episode files in brackets
...
Closes #5501
2023-03-26 22:39:18 -07:00
Mark McDowall
17b9e4722a
New: Parsing of poorly named absolute number-only files in batches
...
Closes #5488
2023-03-15 19:00:12 -07:00
Qstick
e8aff90582
Use span-based string.Concat to avoid unnecessary allocation
...
Calling Substring produces a copy of the extracted substring. By using AsSpan instead of Substring and calling the overload of string.Concat that accepts spans, you can eliminate the unnecessary string allocation.
2023-03-15 19:24:48 -05:00
Qstick
0ed8ba828d
Avoid unnecessary zero-length array allocations
2023-03-15 19:24:48 -05:00
Stevie Robinson
21045127cd
Fixed: Parsing of multi season packs with only space between the season numbers
2023-03-14 00:32:57 -07:00
Xavier Xiong
0f111dd066
Fixed: Chinese Anime releases that include a season number
2023-02-04 00:10:13 -08:00
Xavier Xiong
f742e1f174
Fixed: Chinese releases with season and absolute episode numbers
2023-01-09 01:57:21 -05:00
Mark McDowall
6ec7c3f7a9
Fixed: Parsing of anime that uses standard numbering and includes episode number at end
...
Closes #5331
2022-12-30 14:59:12 -08:00
Stevie Robinson
30cbaf06fa
Fix comment
2022-12-29 13:12:31 -05:00
Mark McDowall
738a7b38c9
New: Parsing of some Dutch/Flemish/Italian release titles
...
Closes #2762
2022-12-29 00:49:08 -08:00
Mark McDowall
5ce8ea8985
New: Parse release group from VARYG releases with junk at the end
...
Closes #5308
2022-12-16 18:27:11 -08:00