Bogdan
1db0eb1029
New: Indexer flags
...
(cherry picked from commit 7a768b5d0faf9aa57e78aee19cefee8fb19a42d5)
8 months ago
Mark McDowall
be8f7e5618
Fixed: Overly aggressive exception release group parsing
...
(cherry picked from commit 0183812cc58dad0e555125ddd8b33a85cbdecbf2)
8 months ago
Qstick
8e5942d5c5
Parse Exception Release Groups
...
Closes #4541
Closes #4327
Closes #4250
Closes #3221
Closes #2658
Co-Authored-By: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
9 months ago
Bogdan
e6e50c8784
Fixed: Ignore repack version for MP3 V0/V2 VBR
10 months ago
Bogdan
4c2f17f1cf
Add release source for releases
...
Towards #3287
10 months ago
Bakerboy448
10fd7a4831
QualityParser - Simplify new expression (IDE0090)
...
(cherry picked from commit 9ae647d9d23bcd53ef34ba6eeffd0cf17248404d)
Closes #3479
11 months ago
Mark McDowall
3dd933ba15
Fixed: Parsing similar artist names with common words at end
...
(cherry picked from commit 0fe24539625f8397dfb63d4618611db99c3c137a)
Closes #2064
11 months ago
Qstick
26efcced35
Remove unused regex in parser
1 year ago
Mark McDowall
09dcbf2618
Fixed: Tag filtering on iCal feed
...
Closes #3547
(cherry picked from commit a989c84260923485b4baa81ba47929979cfe9aa5)
1 year ago
Qstick
3d7d43bb46
Fixed: Enable parsing of repacks with revision
...
Closes #3320
(cherry picked from commit e29470d8cb9dd3d4d75a3abe1b9b7e8df4f2df4a)
1 year ago
Qstick
a60f1f128c
Fixed: Incorrectly parsing RePACKPOST as Group
...
Closes #2294
1 year ago
Bogdan
44824df7e4
Check for empty description as well in ParseQuality
1 year ago
Bogdan
6e479235cb
Fixed: Skip parsing releases without title
...
(cherry picked from commit c7824bb593291634bf14a5f7aa689666969b03bf)
1 year ago
Jeff Byrnes
0a1ea0019d
New: Add ALAC 24bit
1 year ago
Bogdan
81870ea481
Fixed: (Parser) Strip `produced by` from track titles
1 year ago
Bogdan
cc27107668
Use 'var' instead of explicit type
...
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
Closes #3749
1 year ago
Bogdan
14816306a4
Inline 'out' variable declarations
...
(cherry picked from commit 281add47de1d3940990156c841362125dea9cc7d)
Closes #3748
1 year ago
Mark McDowall
f00d3046cc
Fixed: Strip additional domains from release names
...
(cherry picked from commit e273f16c3905e0c2451f43cf98b9b7ad1cbdc777)
Closes #3738
1 year ago
Qstick
b01852ff0a
New: Use languages from Torznab/Newznab attributes if given
...
(cherry picked from commit 9c5a07f62a6e32832c10c80813cd3b98c5859989)
Fixes #3701
2 years ago
Mark McDowall
c0b892ff7b
Add FindByName to IsoLanguage
...
(cherry picked from commit 723810014573c4bae2b8c611144bbee1a6b56237)
Fixes #3699
Fixes #3700
2 years ago
Mark McDowall
14f5a94867
Fixed: Don't retry grabbing the same release if download client is unavailable
...
(cherry picked from commit b38c1255dc19d72ee10db4af67e76a4ce95f288f)
Closes #3704
2 years ago
Bogdan
f19c6e8ee1
Remove unused imports
...
Close #3651
2 years ago
Bogdan
d317c3dd60
Fixed: (Headphones) Use custom download request
...
Closes #3595
2 years ago
Qstick
1bc0b5f950
Enable all analyzers and enforce code style on build
...
Fixes #3406
Fixes #3407
Fixes #3408
Fixes #3409
Fixes #3410
Fixes #3411
Fixes #3412
Fixes #3413
Fixes #3414
Fixes #3415
Fixes #3416
Fixes #3417
Fixes #3418
Fixes #3419
Fixes #3420
Fixes #3421
Fixes #3422
Fixes #3423
2 years ago
Qstick
b06730f4ef
Fixed: Custom Formats don't work for Release Title spec
2 years ago
Qstick
aa5869c498
Replace unicode brackets
2 years ago
Qstick
af21f4859b
Fixed: Parse TR24 as Flac24
...
Fixes #2002
2 years ago
Qstick
8e9f56716b
Fixed: Correctly detect additional cases of Flac 24bit
2 years ago
Qstick
9fe13a2d14
New: Custom Formats
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2 years ago
Qstick
097712f04f
Fixed: Clean Remaster from track titles prior to compare
...
Some albums get stuck with import issues if they contain `remaster`. Clean this before running through the distance calc.
2 years ago
Qstick
c02b66ec44
Enforce comment spacing with Stylecop
...
Fixes #3104
2 years ago
luz paz
7d8a4abc8e
Fix various typos
...
Found via `codespell -q3 -S ./yarn.lock,./src/NzbDrone.Core.Test,./src/NzbDrone.Core/Localization -L bitap,tempdate,uptodate`
2 years ago
Qstick
a2d1291168
Fixed: Assume WEB is MP3-320
...
Fixes #3038
2 years ago
Qstick
7fcebba786
Fixed: Parse WEBFLAC as FLAC
...
Fixes #3013
2 years ago
servarr[bot]
f74b6e5275
New: Parse version with a space before 'v'
...
* New: Parse anime version with a space before 'v'
(cherry picked from commit e9123982f33ab35ca022f91f345da05fef23d6dc)
* Delete AnimeVersionFixture.cs
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
Co-authored-by: Qstick <qstick@gmail.com>
2 years ago
Qstick
729a876fc7
New: Localization Framework
3 years ago
Taloth Saldono
4d90daebf1
Fixed: Exception when parsing Quality in release title with colon
4 years ago
Qstick
b26b193e34
Fixed: Added .org to website url filtering in parser
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
4 years ago
Dtaggart
2655430c98
New: Index priority
4 years ago
Mark McDowall
c92de8d337
Fixed: Strip AlteZachen from release group name
4 years ago
Qstick
aaebbbfda1
Fixed: Remove website post fix before parsing
4 years ago
Taloth Saldono
864a1d9a26
Added Norwegian Bokmal alias
4 years ago
Mark McDowall
df7db89e8e
Remove website prefixes with dashes in URL
4 years ago
Qstick
2a76ae4087
Fixed: Ignore album title when parsing release group
...
Fixes #1198
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
ta264
be4e748977
New: Don't require artist mapping
4 years ago
Qstick
a4b78b44ce
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
4 years ago
ta264
d9dfd32568
Distribute fpcalc for netcore builds
4 years ago
ta264
8fe924fdcd
New: Multi target net framework 4.6.2 and net core 3.0
4 years ago
ta264
906fdb8365
Fixed: Handle ratelimit response from acoustid
4 years ago
Qstick
988ba12762
Fixed: Cleaning percent signs from release names
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago