Qstick
383f9647c3
Fixed: Add support for more Anime release formats
...
Ref #6954
2022-06-26 15:30:05 -05:00
Qstick
1f1f3cdaa2
Fixed: Bluray 576p parsing
...
Fixes #7261
Co-Authored-By: Jure Merhar <703710+jmerhar@users.noreply.github.com >
2022-05-28 18:27:14 -05:00
bakerboy448
097b46c49f
New: Parse QxR Group r00t
...
Fixes #7290
2022-05-15 12:45:31 -05:00
bakerboy448
46732c7d73
add 576 resolution back to simple title regex
2022-04-03 17:08:53 -05:00
bakerboy448
7310481e6a
New: Dont parse hash as release group
...
Fixed tests
2022-03-06 17:13:49 -06:00
bakerboy448
e59a1a64f9
New: Support for parsing various Anime Groups
...
DusIctv
DHD
SEV
CtrlHD
-ZR-
XZVN
ADC
Koten_Gars
RH
Kametsu
BluDragon
2022-03-06 17:13:49 -06:00
bakerboy448
5c1ebc72b3
Fixed: Dont Parse HDRip as group
2022-03-06 17:13:49 -06:00
bakerboy448
a96971beff
New: Support for parsing [HDO] as HDO Group
...
Fixed: Don't parse -EN, -ES, -CAT as Group
Refactored exception group regex and related parser code
2022-03-06 17:13:49 -06:00
Qstick
5834afe30b
SimpleTitleRegex catchup
...
Fixes #7104
Fixes #5926
Fixes #6784
Closes #7105
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
Co-Authored-By: Taloth <Taloth@users.noreply.github.com >
2022-03-05 11:36:28 -06:00
bakerboy448
1cb31aa95c
Fixed: Support movies with French in their title
...
Regression: Dropped Support for poorly named French Releases
Add language test case
Fixes #6821
2021-12-20 17:32:53 -06:00
Qstick
9d6614b14a
New: Support AKA release titles
...
Co-Authored-By: aeonnoea <46950349+0aeonnoea0@users.noreply.github.com >
2021-11-28 01:37:21 -06:00
bakerboy448
279692f9b1
Fixed: Incorrectly parsing RePACKPOST as Group
...
(cherry picked from commit c30ce3580a3125317bf56c1e16c23e24c59aecc8)
2021-10-31 10:38:24 -05:00
bakerboy448
8dad6cc8db
Fixed: Support for additional Movie Editions
...
Closes #5717
2021-07-30 08:07:01 -05:00
bakerboy448
e632dea99a
Fixed: Incorrectly Parsing [PublicHD] as Release Group
...
- Fixed: Incorrectly Parsing [PublicHD] as Release Group
- Corrected: Parser Test Naming
- Cleanse Torrent Suffix prior to determining the Group
2021-07-30 08:06:31 -05:00
bakerboy448
02bcb4d865
Fixed: Incorrectly identifying YTS.LT as Lithuanian Language
...
New: Detect YTS.LT as a Release Group
2021-05-07 12:04:15 -04:00
bakerboy448
2716bd6ae1
Fixed: Not capturing D-Z0N3 preceded with .-
...
Closes #6044
2021-04-17 21:29:35 -04:00
TheCatLady
bd0fe16b52
Handle additional groups/encoders that do not follow -RlsGrp format
2021-02-06 21:22:50 -05:00
bakerboy448
012fe53acc
Fixed: Don't Parse TMDb id and IMDb id as group
2021-02-04 21:05:02 -05:00
bakerboy448
566c1405c2
New: Handle select groups that do not follow -RlsGrp format
...
Closes #3550
2021-02-04 21:05:02 -05:00
bakerboy448
ea801665e4
Fixed: Correctly Parse Release Groups with a - in their name
...
[common]
2021-01-10 20:32:58 -05:00
bakerboy448
a81b6f41af
Fixed: Parse 'Assembly Cut' as an Edition
...
Closes #5716
2021-01-10 18:10:17 -05:00
Qstick
88ec106ec6
Better validation for Imdb Ids from lists
...
Fixes #5674
2021-01-06 23:06:07 -05:00
Qstick
59f9ff7a22
Fixed: Tweak Edition Regex to prevent 'Special' false positives
...
Fixes #4932
2020-11-17 23:45:42 -05:00
Qstick
6d0019ad00
New: Look for and use {tmdb} tag in folder name on import
...
Fixes #5213
2020-11-17 15:55:55 -05:00
Qstick
216f9b37b2
Remove ParsingLibrary
2020-11-05 22:01:40 -05:00
bakerboy448
5799b3dc47
Fixed: Parser Detecting DTS-Audio formats and Blu-Ray as groups ( #5090 )
...
* Fix DTS-XXX Audio & Blu-ray false Group Positives
* Add test cases
* fixup! spaces
Co-authored-by: Qstick <qstick@gmail.com >
2020-10-04 01:59:31 -04:00
Qstick
30c51ec4f3
Fixed: Handle obfuscated files using abc.xyz pattern
...
Fixes #5105
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-10-04 01:20:17 -04:00
Qstick
6d4be67e36
Rename CleanSeriesTitle to CleanMovieTitle
2020-07-26 01:38:57 -04:00
Gabriel Patzleiner
57961df1df
Fixed : #4394 parsing multi language from ReleaseGroup name
2020-06-07 16:48:25 -04:00
Gabriel Patzleiner
40b630ef10
Fixed: Updated GetSceneName. It will clean the ReleaseTitle now.
...
Added some SceneChecker tests
2020-06-07 16:48:25 -04:00
Gabriel Patzleiner
e59257f457
Fixed: correctly replacing SimpleReleaseTitle by A Movie. This resolves a lot of cases where a wrong language or edition has been parsed because it has parsed a part of the movie title (also applies to custom formats parsing)
2020-06-07 16:48:25 -04:00
Gabriel Patzleiner
a6c2b2e039
Fixed: some parsing issues (Add dot after "Dr" and fixed movies starting with an edition tag to match the edition (e.g. Uncut Gems (2019)) and added some tests for them
2020-06-07 16:48:25 -04:00
Gabriel Patzleiner
51de8f16fb
New: Removed the whole lenient parsing and lenient mapping functionality
2020-06-07 16:48:25 -04:00
Gabriel Patzleiner
5f5391db47
Fixed: some releases not getting parsed correctly if lenient parsing is enabled.
...
It fixes releases that had some strings (especially editions) between the year and the language (The.Movie.2016.EXTENDED.German.720p...)
2020-06-07 16:48:25 -04:00
Gabriel Patzleiner
73eba0f95d
Fixed: some Parser problems (Improved editions and German releases)
...
- Moved the ReportEditionRegex up because we use it in another 2 regexes (so it's not 3 times the same regex). Also added an optional bracket at the beginning.
- Added Recut to the edition regex
- The Regex for german and french tracker formats (ReportMovieTitleLenientRegexBefore) has been updated to support the same editions as the english versions, but the regex is only used if ParsingLeniency is set to Lenient. Should resolve a lot of cases for german releases where the movietitle wasn't parsed correctly before.
- Updated acronym method. Fixed wrong dots for "World War Z.", "World War Z. 2", but still supports "R.I.P.D.", "V.H.S. 2", "G.I. Joe" and "2 Tage in L.A."
- Added a lot of tests for this changes (there is a new test for german releases that works without lenient parsing, and another one that only works if lenient parsing is activated)
2020-06-07 16:48:25 -04:00
Qstick
97ff509025
Fixed: Recognize 8 Digit IMDB in parsing/rss lists
...
Fixes #3637
2020-05-31 22:19:18 -04:00
Qstick
5761ce640b
Fixed: Actually make SimpleReleaseTitle work
2020-05-23 23:01:03 -04:00
Taloth Saldono
83679214b3
Fixed: Added .org to website url filtering in parser
2020-05-19 21:57:19 -04:00
Qstick
f891f25f9d
Fixed: Strip AlteZachen from release group name
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-04-08 21:33:59 -04:00
Qstick
dfdffb0626
Fixed: Remove website post fix before parsing
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-03-20 22:50:03 -04:00
Qstick
fdd1167f33
New: Clean 'Obfuscation' when parsing ReleaseGroup
2020-01-26 00:15:16 -05:00
ta264
df101258c5
New: Calculate custom formats on demand
2020-01-23 20:28:55 +00:00
Qstick
09f8dace9d
Fixed: Remove website prefixes with dashes in URL
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-01-22 22:45:32 -05:00
ta264
f02fa629cc
Reformat and apply Stylecop rules
2019-12-27 20:40:13 -05:00
ta264
d4fa9b7345
Remove trailing whitespace
2019-12-27 20:40:13 -05:00
ta264
8d27111f7b
Remove all unnecessary usings
2019-12-27 20:40:13 -05:00
ta264
997ff74fb9
Replace tabs with 4 spaces
2019-12-27 20:40:13 -05:00
EnorMOZ
a5d695ec92
Fixed: Language debug log in parser ( #3971 )
2019-12-18 22:26:39 -05:00
Qstick
bbadf3c7e6
Fixed: Quality Parser and Augmenter Picks Wrong Quality
2019-11-02 14:11:52 -04:00
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
2019-10-15 20:22:50 -04:00