1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00
Commit Graph

62 Commits

Author SHA1 Message Date
Mark McDowall a81a80a00f Fixed: Parsing of single episode numbers
Closes #5022
2022-05-15 14:47:23 -07:00
Mark McDowall d21e9753bc New: Support for parsing some releases from Spanish trackers 2022-03-19 13:04:40 -07:00
Mark McDowall 9e5d173900 Fixed: Parsing of 4 digit episode number with 4 digit season number 2021-12-03 17:08:46 -08:00
Mark McDowall d600e2e3fb Fixed: More restrictive repeated multi-episode parsing to avoid false positives
Closes #4716
2021-11-28 14:08:17 -08:00
Mark McDowall dd3899806b Fixed: Parsing of some anime with standard numbers
Closes #4573
2021-08-29 20:40:46 -07:00
Mark McDowall 0fe2453962 Fixed: Parsing similar series titles with common words at end 2021-03-07 16:53:56 -08:00
bakerboy448 ae63373b2b Update parser tests to be generic 2021-02-07 21:06:41 +01:00
Mark McDowall 84747792ff New: Improved parsing of season and episode inside square brackets
Closes #3618
2020-07-26 10:50:59 -07:00
Mark McDowall 72afb28c30 Revert failing parsing tests 2020-03-19 11:11:37 -07:00
Mark McDowall a965b8e7b2 New: Filter episodes in API v3 by episode file ID
Closes #3589
2020-03-18 19:08:51 -07:00
Mark McDowall 0bbc4e8c1b Fixed: Remove website post fix before parsing 2020-03-08 11:14:21 -07:00
Mark McDowall 70bb4d71e6 Fixed: Parsing of poor standard file names using dashes for separators 2019-11-03 09:26:39 -08:00
Mark McDowall 3cff878f74 New: Parse more poor p2p file naming
Closes #3266
2019-08-17 12:41:42 -07:00
Mark McDowall 94f8cc9b62 Improve parsing of standard titles with junk in []
Fixed: Improve parsing of standard series releases/files with square brackets at the end
2018-05-11 19:08:47 -07:00
Mark McDowall 17b998f01f Improve parsing of non-standard date releases
Fixed: Parsing of some releases with season and episode numbers along with date
2018-05-11 18:34:34 -07:00
Mark McDowall b5ce3b2773 Fixed: Improved parsing of iTunes named files 2018-04-29 21:56:33 -07:00
Taloth Saldono bb52f3d41c Fixed: Incorrect parsing of filenames with [SDTV] suffix trigging Anime pattern. 2017-11-09 21:54:17 +01:00
Taloth Saldono 46a1ff3e2d Tweaked parser to handle S01.Ep01.
closes #1849
2017-04-14 20:44:14 +02:00
Taloth Saldono 28c45f941b Cleanup of commented out code. 2017-03-30 22:28:00 +02:00
Mark McDowall d5ef451bb4 Fixed: Parsing of 2017x123 episode format 2017-01-02 11:46:25 -08:00
Mark McDowall c1de7f26d1 Added test for 4 digit season number and series title with year 2016-12-13 23:32:46 -08:00
Mark McDowall 6fb1aa85d0 Fixed: Parsing of some poorly named standard episode release names
Closes #1522
2016-10-25 10:16:05 -07:00
Mark McDowall 2ab9bb4fce Fixed: Incorrect matching of date in title
Closes #1401
2016-07-26 22:31:03 -07:00
Taloth Saldono 4783803b6b New: Part One/Two/Three/.. parser support for mini series. 2016-06-15 21:25:08 +02:00
Mark McDowall c25bea6470 Fixed: Parsing separated season and episode numbers (S01 - E01)
Closes #1320
2016-06-02 19:07:15 -07:00
Mark McDowall e5cb8bb0bd Fixed: Some releases with date and season/episode numbers with multiple episodes on a single day
Closes #1192
2016-03-25 19:13:24 -07:00
Mark McDowall 4771b1c1b2 New: Parsing of XofY mini series format
Closes #1091
2016-01-30 11:16:59 -08:00
Taloth Saldono f38d5de946 Fixed: Regression in parser incorrectly parsing S2015Exx.2015-01-01 notation.
fixes #1080
2016-01-21 22:43:48 +01:00
Mark McDowall 8c211364e2 Fixed: Improved parsing of some multi-episode filenames 2015-12-08 15:26:52 -08:00
Mark McDowall 2d9917d074 Re-order regex to prefer [1x01] over 101 2015-12-06 11:03:11 -08:00
Mark McDowall 83eebfe153 Fixed: Stricter parsing of some release filenames 2015-10-29 23:58:56 -07:00
Taloth Saldono a06a3fa5d6 Fixed: Removal of common suffixes such as [ettv] while parsing.
Fixes #874
2015-10-20 20:12:35 +02:00
Mark McDowall b1d0d422e9 New: Support 5-digit multi-episode releases 2015-08-01 23:12:15 -07:00
Mark McDowall 3a84e0fafc Actually commented out now... 2015-07-08 01:21:28 -07:00
Mark McDowall 4b9ec94fcc Broken test that we can use once we have better parsing 2015-07-08 01:19:44 -07:00
Taloth Saldono d46c170b70 Fixed: Matching anime using full series title instead of cleaned title to be able to detect subtle!! differences`!! in titles!!! 2015-07-07 21:43:34 +02:00
Mark McDowall a090ed8b5e Support for Season xx Episode yy multi-episode format 2015-05-25 11:25:03 -07:00
Mark McDowall fb02499823 Fixed: Parsing of season and episode inside square brackets
Closes: #501
2015-05-23 22:12:30 -07:00
Mark McDowall d8852d840b New: Parse releases that have a 5 digit episode number 2015-03-09 17:15:56 -07:00
Mark McDowall 2a4d7b82ea Comment out parsing test 2015-02-04 22:54:16 -08:00
Mark McDowall c9d21c7863 Don't search for episodes in series that haven't aired yet 2015-02-04 22:52:07 -08:00
Mark McDowall 33bb64984a More parsing test cases 2015-02-04 07:04:49 -08:00
Taloth Saldono 8b8b60f8b8 Removed incorrect test. 2015-01-22 21:10:33 +01:00
Mark McDowall 90056044bc Fixed: Error when entering unsupported character in tag 2015-01-21 23:31:45 -08:00
Mark McDowall 9ceaf2c6a6 Added test case for 19-2 (2014) 2015-01-20 07:13:36 -08:00
Mark McDowall 4aa45525a4 Fixed: Parsing some numbers as absolute numbers incorrectly 2015-01-04 16:29:07 -08:00
Mark McDowall 28edb56401 Fixed: Parsing some files that did not contain a series title 2014-12-23 22:24:59 -08:00
Mark McDowall ab868cc403 More support for Season 1 - Episode 01 style files 2014-12-23 16:51:15 -08:00
Keivan Beigi 0be8f55a2f Cleaned up using directive 2014-12-06 21:55:17 -08:00
Mark McDowall d01c706082 Fixed broken test 2014-12-01 19:02:06 -08:00