Bogdan
b183743d9f
Fixed: Avoid import loop for already imported episodes part of season packs
...
Closes #6075
2023-10-28 17:45:47 -04:00
Mark McDowall
0274778679
Fixed: Don't reimport the same file from the same release unless grabbed again
...
Closes #5625
2023-08-20 00:34:57 -07:00
Mark McDowall
d5c6faaf45
Fixed: Files in releases that span multiple TVDB seasons not automatically imported
...
Closes #5920
2023-08-17 21:14:09 -07:00
Bogdan
6b1e4ef819
Enforce rule IDE0005 on build
2023-05-27 19:53:49 -04:00
Bogdan
c6b543e072
Remove unused imports
2023-05-10 21:08:13 -07:00
Mark McDowall
0e6f858e65
Fixed tests
2023-05-09 10:03:53 -07:00
Mark McDowall
f4130d96e5
New: Add release info to webhook/custom script import events
...
Closes #5503
2023-04-02 14:03:05 -07:00
Mark McDowall
cef6d5a99a
Fixed: Imports when custom format is a downgrade, but file is an upgrade
2023-03-22 08:06:59 -07:00
Mark McDowall
978618f041
New: Don't import episodes that don't match grab history
...
Closes #5073
2023-03-15 23:26:07 -07:00
Qstick
0ed8ba828d
Avoid unnecessary zero-length array allocations
2023-03-15 19:24:48 -05:00
Mark McDowall
d496733b31
Fixed: Don't import Custom Format downgrades
...
Closes #5475
2023-03-14 00:22:37 -07:00
Mark McDowall
599ad86657
New: Use file's format title for quality if parsed
...
Closes #3930
2023-01-13 20:39:29 -05:00
Mark McDowall
e50eb5188e
Fixed: Unable to process downloads from client
...
Closes #5284
2022-12-09 09:19:11 -08:00
Mark McDowall
6216a71f8c
Fixed: Parsing of releases with episode titles that contain languages
...
Closes #861
2022-12-08 18:59:36 -08:00
Qstick
89270ad7a1
Fixed: Original Language failures on Custom Format parsing
...
Fixes #5240
2022-11-28 18:23:33 -06:00
Qstick
be0fa73129
New: Store and use original Series language
2022-11-21 16:58:07 -08:00
Qstick
56bb87e55f
Clean movie references
2022-09-17 21:20:58 -05:00
Qstick
dc44cbcda6
Fixed: Language Augment from Folder and Filename
2022-09-06 19:33:29 -05:00
Mark McDowall
6660e0c3f3
New: Use absolute format if absolute episode number is not required and is missing
...
Closes #5124
2022-08-18 23:06:49 -07:00
Qstick
89b0b04e08
New: Custom Format Language Condition
2022-08-18 19:52:26 -05:00
Qstick
b04b4000b8
New: Custom Formats
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2022-08-07 15:24:40 -07:00
Qstick
2e953a0eb1
Dapper and STJson
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2022-08-07 15:24:36 -07:00
Qstick
1c22a1ec0d
StyleCop
2022-08-07 15:24:35 -07:00
Qstick
878d1561aa
Build Sonarr on Net6
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2022-08-07 15:04:46 -07:00
Qstick
e263331880
Fixed: Remove obsolete HttpProvider
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2022-08-07 15:04:43 -07:00
Mark McDowall
f9b2c2d843
Fixed: PRevent import if potential bulk season release doesn't have air date for all episodes
...
Closes #5021
2022-05-22 17:18:19 -07:00
Mark McDowall
a97e83ea4d
Fixed: Parsing of special episodes that lack a series title
...
Closes #4688
2021-10-17 21:39:17 -07:00
Mark McDowall
77ac0bb44c
Fixed: Importing a language upgrade with a worse preferred word score
2021-04-08 17:27:01 -07:00
Mark McDowall
75e9d33fea
Confirm scene name is not folder name for batch releases
2021-04-07 18:03:22 -07:00
Mark McDowall
044342f677
Fixed: Scene name not being set during import
2021-02-08 11:10:42 -08:00
Mark McDowall
54a267d860
Fixed: Don't automatically import if absolutely numbered file if it doesn't match expected season
...
Closes #377
2021-02-07 17:28:16 -08:00
Mark McDowall
cbc4295f28
Fixed: Use file name when importing batch release when renaming is disabled
...
Closes #3056
2021-02-07 16:52:57 -08:00
Mark McDowall
8876c9194d
New: Show preferred word score in history
2021-02-07 16:52:56 -08:00
Mark McDowall
21fafb895f
Fixed: Files with lower preferred word scores are imported
...
Closes #4212
2021-01-24 01:18:08 -08:00
Mark McDowall
baa41b2c13
Fixed: Correctly storing v0 version during import, allowing them to be upgraded to v1 later
...
Closes #4066
2020-11-07 11:55:28 -08:00
Mark McDowall
18708f30d9
Fixed: Don't use language parsed from episode title during import
...
Closes #3893
2020-08-02 12:42:48 -07:00
Taloth Saldono
0ef28e5786
Fixup tests
2020-06-08 18:07:44 +02:00
Mark McDowall
430af0401c
New: Use release quality source if not in downloaded file and resolution matches
2020-06-06 10:47:00 -07:00
Mark McDowall
f524fcd3e4
Fixed: Skip missing episode title check if file is already in series folder
2020-05-30 10:09:46 -07:00
Taloth Saldono
b4405b0600
Fixed: Parsing release group from file rather than folder in case of season packs
2020-04-27 19:09:49 +02:00
Mark McDowall
be3b3df903
Don't reject for having the same file size
...
Fixed: Remove same file size rejection during import
Fixed: Reject imports for non-season pack files if quality of file doesn't match grabbed quality
Closes #3691
2020-04-20 17:58:59 -07:00
Mark McDowall
63e01aff8c
Fixed: Not importing upgrade for preferred language
...
Fixes #3605
2020-03-05 17:57:20 -08:00
Ken Murphy
7829b18b3c
New: User configurable minimum free disk space
...
Closes #3233
2019-08-14 22:14:59 -07:00
Qstick
0c1ce66053
Cleanup Multiple Compiler Warnings
2019-08-07 19:08:03 -07:00
Mark McDowall
27f43569f5
Fixed: Edge case where import fails due to DB relationship mismatch
...
Closes #3243
2019-08-05 13:55:19 -07:00
Mark McDowall
894de923b9
Fixed: Don't reject standard/absolute numbering mismatch due to season number
2019-07-26 17:59:41 -07:00
devbrian
e6c34f4311
Fixed: Season mismatch between file and folder not rejecting import
2019-07-26 17:51:54 -07:00
Mark McDowall
7dff9bc696
Fixed: Errors logged during import when existing episode file is partial removed in the DB
...
Fixes #3159
2019-06-15 00:48:03 -07:00
Mark McDowall
5cf2672469
Fixed: Files not replacing a lower quality proper/repack
2019-05-15 14:08:02 -07:00
Mark McDowall
6a6d6f9e0d
Fixed: Importing of preferred release over a proper/repack
2019-05-08 21:04:12 -07:00