Matthew Despain
|
20c8dec50a
|
First round of refactoring.
|
8 years ago |
Mark McDowall
|
3c22f68f5a
|
Fixed: Parsing releases with year added to the end of the series title
Fixes #1768
|
8 years ago |
Taloth Saldono
|
fee8da88a6
|
Accept full language name as suffix.
|
8 years ago |
Taloth Saldono
|
d4788b4cae
|
Added tests for edge-case.
closes #1147
|
8 years ago |
Keivan Beigi
|
cea6469ab8
|
Use nameof
|
8 years ago |
Mark McDowall
|
d5ef451bb4
|
Fixed: Parsing of 2017x123 episode format
|
8 years ago |
Keivan Beigi
|
0214c8e0f0
|
Removed unused using statements
|
8 years ago |
Mark McDowall
|
7dbacf105d
|
Fixed: Parsing of some anime releases that use Episode after the title
|
8 years ago |
Mark McDowall
|
c1de7f26d1
|
Added test for 4 digit season number and series title with year
|
8 years ago |
Mark McDowall
|
4a82d30d3d
|
Fixed: Parsing of mini episodes that contain the year in the title
|
8 years ago |
Mark McDowall
|
6fb1aa85d0
|
Fixed: Parsing of some poorly named standard episode release names
Closes #1522
|
8 years ago |
Mark McDowall
|
c39a26d9e0
|
Fixed: Parsing of multiple absolute episode number releases
|
8 years ago |
Taloth Saldono
|
19d625c6c5
|
Fixed: Changed Quality Parser to avoid matching tags in the Episode title instead of the Quality tags.
|
8 years ago |
Mark McDowall
|
2e96c4e798
|
New: Parse existing subtitles and extra files
Towards #459
|
8 years ago |
Mark McDowall
|
77574ec555
|
Fixed: Parsing absolute episode numbers preceeded by Episode
Closes #1441
|
8 years ago |
Mark McDowall
|
3b385e8738
|
Fixed: Parsing of a multi-episode anime formats
|
8 years ago |
Mark McDowall
|
2ab9bb4fce
|
Fixed: Incorrect matching of date in title
Closes #1401
|
8 years ago |
Taloth Saldono
|
4783803b6b
|
New: Part One/Two/Three/.. parser support for mini series.
|
9 years ago |
Taloth Saldono
|
32a347bdd2
|
Updated WEB regex.
|
9 years ago |
Mark McDowall
|
d984dd41d6
|
Fixed: Parsing WEB releases that use spaces instead of periods
Closes #1339
|
9 years ago |
Mark McDowall
|
c25bea6470
|
Fixed: Parsing separated season and episode numbers (S01 - E01)
Closes #1320
|
9 years ago |
Mark McDowall
|
f2c8156c00
|
ParsingService.GetEpisodes will use TVDB season number when available
|
9 years ago |
Mark McDowall
|
942be364dc
|
Treat XEM aliases as SceneSeasonNumber
Fixed: Aliases used incorrectly when TVDB season number matched the seaon number of the alias
Closes #1140
|
9 years ago |
Taloth Saldono
|
947f494e72
|
Fixed: Release Group detection didn't handle RLSGRP_English properly.
fixes #1198
|
9 years ago |
Taloth Saldono
|
3f74a87b45
|
Fixed: Removed TrollHD from the RawHD detection regex since they now also release other sources.
fixes #1193
|
9 years ago |
Taloth Saldono
|
da0bdc5750
|
New: Added RERIP as REPACK (Proper).
|
9 years ago |
Mark McDowall
|
e5cb8bb0bd
|
Fixed: Some releases with date and season/episode numbers with multiple episodes on a single day
Closes #1192
|
9 years ago |
Taloth Saldono
|
6508e920fe
|
New: Added (fairly strict) regex for the new scene WEB quality = WEB-DL.
|
9 years ago |
Mark McDowall
|
a22c0499d5
|
Couple more anime version test cases
|
9 years ago |
Björn Dahlgren
|
94323f79e7
|
New: Added support for UltraHD (2160p) quality
|
9 years ago |
Mark McDowall
|
8818e39c63
|
Fixed: Daily + Standard with 3 digit episode numbers
Closes #1145
|
9 years ago |
Taloth Saldono
|
4038fa6907
|
Ignore -Obfuscated while parsing.
|
9 years ago |
Mark McDowall
|
4771b1c1b2
|
New: Parsing of XofY mini series format
Closes #1091
|
9 years ago |
Taloth Saldono
|
f38d5de946
|
Fixed: Regression in parser incorrectly parsing S2015Exx.2015-01-01 notation.
fixes #1080
|
9 years ago |
Mark McDowall
|
b4f83d8a4e
|
New: Media file extension .webm
|
9 years ago |
Mark McDowall
|
dc3f7c9bda
|
Fixed: Improved parsing for single digit multi-episode titles
Closes #965
|
9 years ago |
Mark McDowall
|
8c211364e2
|
Fixed: Improved parsing of some multi-episode filenames
|
9 years ago |
Mark McDowall
|
2d9917d074
|
Re-order regex to prefer [1x01] over 101
|
9 years ago |
Mark McDowall
|
a9444cef30
|
Fixed: Folder quality when file quality determined by its extension
Closes #603
|
9 years ago |
Mark McDowall
|
b6b5355261
|
New: support for REAL releases
Closes #453
New: Added `Quality Real` naming Token
New: Quality Full will add real to file name when applicable
|
9 years ago |
Björn Dahlgren
|
994e2a6c57
|
Fixed failing tests on Mono
Test case unicode characters in escaped format
|
9 years ago |
Mark McDowall
|
08d19df3f7
|
Fixed: Manual import when quality was not available after failed parsing
Closes #911
|
9 years ago |
Mark McDowall
|
83eebfe153
|
Fixed: Stricter parsing of some release filenames
|
9 years ago |
Mark McDowall
|
e4e687c2a4
|
Fixed: Parsing anime series with number in title
Closes #898
|
9 years ago |
Taloth Saldono
|
f01a21ce43
|
Degraded 101 regex to favour S01 regex to match prevent matching 3 digit series title.
Fixes #885
|
9 years ago |
Taloth Saldono
|
a06a3fa5d6
|
Fixed: Removal of common suffixes such as [ettv] while parsing.
Fixes #874
|
9 years ago |
Taloth Saldono
|
99f452e299
|
New: Added support for newznab indexers using tvdbid for searching.
|
9 years ago |
Taloth Saldono
|
ccfa13e383
|
Replaced built-in valuetypes with language keywords.
|
9 years ago |
Mark McDowall
|
d7eae958b7
|
Fixed: Parse TVRip releases as SDTV
|
9 years ago |
Mark McDowall
|
c591a86b02
|
Fixed: Parsing 4-digit season packs
Closes #805
|
9 years ago |