Qstick
c8de61df19
Fixed: Don't parse .ts files as Telesync
...
Fixes #4891
2020-08-17 22:51:10 -04:00
Qstick
28177eb042
New: Use release quality source if not in downloaded file and resolution matches
...
Co-Authored-By: taloth <taloth@users.noreply.github.com >
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-08-16 00:49:16 -04:00
Qstick
e3fb000226
Fixed: Use Translations in Search Criteria Map
...
Fixes #4794
2020-08-05 02:21:16 -04:00
Qstick
ff7e929387
Fixed: Return correct language for French and Portuguese
...
Fixes #4612
2020-08-01 01:07:39 -04:00
Qstick
6d4be67e36
Rename CleanSeriesTitle to CleanMovieTitle
2020-07-26 01:38:57 -04:00
Qstick
075f024cec
Cleanup Solution Unused Usings
2020-07-08 01:24:06 -04:00
Qstick
10322a1867
New: Aphrodite Language Improvements
2020-07-08 01:24:06 -04:00
Qstick
6706138fa0
New: Add Language Tests
2020-06-30 22:32:11 -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
67ff8d39da
Fixed: DVDR Parsing as DVDRip
...
Fixes #4486
2020-06-03 22:18:07 -04:00
Qstick
97ff509025
Fixed: Recognize 8 Digit IMDB in parsing/rss lists
...
Fixes #3637
2020-05-31 22:19:18 -04:00
Qstick
d01c0afa56
Fixed: Parse WEB at end of Release Title, Improve truncated names
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-05-25 00:42:03 -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
ta264
a19bcf9683
Fixed: CustomFormat size specs in already grabbed check
...
Sizes need to be parsed as a long not an int else anything with a size
> 2GiB will fail to be parsed and be set with size 0
Fixes #4262
2020-05-12 21:43:08 +01:00
Qstick
824d315a3b
New: Download History
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-04-22 17:33:08 -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
deeb2979f1
Fixed: Parse 360p releases as base quality instead of 720p
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-02-22 16:00:07 -05: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
0f9c6038ca
Fixed: Namespace for CustomFormats Tests
2020-01-02 06:36:11 -05:00
ta264
f83ccb6ca4
Swap to dapper Mk. 2
2019-12-28 11:38:34 -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
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b .
2019-12-17 21:59:03 -05:00
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
2019-12-16 20:22:58 +00:00
Qstick
bbadf3c7e6
Fixed: Quality Parser and Augmenter Picks Wrong Quality
2019-11-02 14:11:52 -04:00
Qstick
02efc655f9
Fixed: Remove Not-So-Great Parser Case
2019-10-17 23:37:34 -04:00
Qstick
67dffcdc69
Fixed: 4K and Remux Parser Tweaks
2019-10-16 22:19:39 -04:00
ta264
d0f13e16d5
Fixed: All compiler warnings
2019-10-15 20:22:50 -04:00
Qstick
5f396a53c3
New: Parse VFI as French
2019-10-05 18:45:35 -04:00
Qstick
b89c7b8675
New: Convert to New CSProj Format
...
Co-Authored-By: taloth <taloth@users.noreply.github.com >
2019-09-03 23:21:15 -04:00
Qstick
bfc467dd96
New: Use MediaInfo on File Parsing
2019-08-25 15:08:25 -04:00
Qstick
6510e2c898
Fixed: Parsing BD release group as Bluray quality
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2019-07-26 22:34:07 -04:00
Qstick
3ba72fd33b
New: Treat WEBMux as WebRip
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2019-07-26 22:05:04 -04:00
Qstick
3bf5476922
Fixed: Correctly handle Repacks, restrict to same group
2019-07-12 23:56:58 -04:00
Qstick
612d948eba
Fixed: Some Tests and Added New Ones
2019-07-09 22:05:32 -04:00
Qstick
d178dce0d3
Fixed: Backend/Frontend Cleanup
2019-06-30 00:58:54 -04:00
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
2019-06-16 16:04:38 -04:00
Leonardo Galli
7756b03555
Fixed: a after a shortened word is not removed correctly for matching. Fixes ##3487
2019-05-02 13:18:28 +02:00
Qstick
5cb5faa8a3
Fixed: Forced Subs not parsed by SubtitleLanguageRegex ( #3384 )
...
Fixes #2908
2019-02-24 18:07:48 +01:00
Qstick
dbf12e1fa4
Fixed: Word Boundary on Edition ( #3382 )
2019-02-24 18:03:42 +01:00