Commit Graph

320 Commits

Author SHA1 Message Date
Mark McDowall 780df3250f Use string interpolation for Newznab request generation
(cherry picked from commit ba9651b241510ff585aaac689dc0d0be4f7fbcf3)

Closes #1945
2023-05-06 19:38:33 +03:00
bakerboy448 96aeb022ab Fixed: Escape Characters as needed for *znab queries
(cherry picked from commit f678775e5c3deb0c520f88a137198331fee2831f)
2023-05-06 17:10:52 +03:00
Bogdan db7bb14491 Remove BasicAuthString 2023-04-30 21:33:48 +03:00
Bogdan 7a7039b1f7 Build download requests from indexer implementation
(cherry picked from commit a0b08f6c6f106d92cdb12fbb959dd2605c22fe6a)
2023-04-30 21:33:48 +03:00
Bakerboy448 b3cc5740ee Fixed: DrunkenSlug Default URL
(cherry picked from commit 128f62488d8ec8c4efd096f6cb03ed1d2ce1f89a)
2023-04-13 20:58:53 -05:00
Qstick 9cec9ac428 Fixed: Remove old OMG implementation and Rarbg
Fixes #1809
Fixes #1102
Closes #2169
2023-02-05 11:05:05 -06:00
Qstick 31aaec4b10 Don't block task queue for queued update task when long running tasks queued
Fixes #1818

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2023-01-23 21:28:05 -06:00
bakerboy448 9235ae85bc Fixed: Improve RarBG Error Handling
Closes #1883
Closes #1884

(cherry picked from commit 7cd38bba841659a595fe4a0e14c478fc4e4047b1)
2023-01-23 20:12:33 -06:00
Qstick 774cd04d32 Fixed SeedConfigProvider cache refresh after indexer settings change
Fixes #1036

Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2022-11-25 20:24:00 -06:00
Stevie Robinson 5dac84f9d8 New: Torrent Seed Ratio no longer advance settings
(cherry picked from commit c98fac65ed8e669c5e97ed3255c424b61fe0e8b3)
2022-10-16 10:03:06 -05:00
bakerboy448 8181749629 Fixed: Improved Indexer test failure message when no results are returned
(cherry picked from commit 05b1581b7dfa5bc8a2b38a60179e3472c8134f74)
2022-01-23 16:19:18 -06:00
Robin Dadswell 3ea0c8e5fa New: End Jackett 'all' endpoint support
(cherry picked from commit 54c914d48fefa730728518d50fc9e49032d0947b)
2022-01-20 10:50:51 +00:00
leaty da262f3d95 New: Removing rtorrent downloads when seeding criteria have been met
(cherry picked from commit 411be4d0116f0739bb9c71235312d0c5a26dd3a2)
2021-12-15 11:55:55 +00:00
ta264 cef15887a4 Use modern HttpClient
(cherry picked from commit 402f8b296f17bf161824ec5ff40d67d036d00d94)
2021-11-13 08:45:25 +00:00
Mark McDowall b57ba3d6e2 New: Add logging is release is rejected because no download URL is available
(cherry picked from commit a83ed3bcce4b0a5ed5279029eed1b2ccfb4e8b85)
2021-10-18 06:20:49 -05:00
bakerboy448 001e24aaae Fixed: Corrected Indexer Category Help Text 2021-08-14 16:38:07 -05:00
Mark McDowall 45671c89f9 Fixed: Show feed URL if incorrect mime type is found
Fixes #571
Fixes #572

(cherry picked from commit fa2e70d571cc7658611a0c51b8603247a22e6a2e)
2021-07-03 14:00:20 -04:00
cicomalieran 214fa4c06e Fixed: Parsing RSS with null values
(cherry picked from commit 8175f19442273e13517b2d507e7a4c33587f1b15)
(cherry picked from commit 6842c561ea36d1d2661cb87c517d6c155d65c4d3)

Closes #982
2021-07-02 21:16:05 -04:00
ta264 3abda061ba New: Detect audio vs text from newznab categories 2021-05-28 06:49:08 +01:00
ta264 f6a04f7890 New: Basic audiobook support 2021-05-28 06:49:08 +01:00
Robin Dadswell c93870ff60 New: Indexer Categories no longer an advanced option (#1052) 2021-05-23 23:45:22 +01:00
bakerboy448 4a7b14fa39 Update indexer category help text … (and make cats advanced)
closes #979

(cherrypicked from sonarr 8d2d9078ff8f6daf50aef2dded3f96dae93252cc)
2021-05-05 09:30:24 +01:00
Taloth Saldono d61daeac8e Generalized RateLimit logic to all indexers based on indexer id 2021-03-16 21:52:21 +00:00
ta264 d6170dbfed New: Use native dotnet host and DryIoc 2021-03-12 12:55:48 +00:00
Qstick 93ba5ade9e Cleanup Conflicts in Sonarr/Lidarr Pulls
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
2021-01-28 23:43:19 -05:00
Taloth Saldono 7921a228ad Readded 0 cat to the end of the Newznab list
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth 7f64162a7a New: Newznab/Torznab categories dropdown with indexer provided category names
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth Saldono b4289664dc Handle ratelimit api response for newznab caps endpoint on certain newznab indexers that have caps behind the apikey
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth Saldono d6634e7da1 Added PrivacyLevel option to FieldDefinition for later usage
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth Saldono a6ec2f5367 Added MultiSelect input control for provider settings
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth Saldono 459dcc2ed6 New: Added FileList.io indexer support
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Fossil 230198c1e7 Remove PFMonkey.com from Presets
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Dtaggart 916acdb81a New: Index priority 2020-09-27 14:40:21 +01:00
ta264 20b997473a Fixed: Error adding indexers 2020-08-05 22:35:26 +01:00
ta264 6a24bf7a78 Disable newznab book-search, enable for Torznab 2020-08-05 21:16:01 +01:00
Qstick 93105cfff7 Fix build due to apiPath setting in Newznab presets 2020-08-05 13:26:58 -04:00
Mark McDowall 859dae07db New: Add Tabula Rasa Newznab Preset
(cherry picked from commit 31be74e6d33e0066c1dca6115c7272a49dc8d277)
2020-08-05 12:49:05 -04:00
ta264 c1b9590df2 Bump to net core 3.1.5, update packages 2020-07-02 19:40:28 +01:00
ta264 45d49117ca New: Use Goodreads directly, allow multiple editions of a book (new DB required) 2020-07-01 21:16:07 +01:00
Qstick 307989aab7 More Fun in Core with Naming 2020-05-19 21:50:37 +01:00
Qstick 3ae3c9dfc1 New: Improve Newznab Searching (Book-Search Caps, ISBN Search) 2020-05-19 21:50:37 +01:00
Qstick 8547af9fae Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2020-05-13 20:42:22 -04:00
ta264 08496c82af New: Readarr 0.1 2020-05-09 22:24:45 +01:00
Qstick 3b7eb01918 New: Lidarr to Readarr 2020-02-29 16:58:13 -05:00
ta264 b50b0a1411 Swap to dapper with lazyload 2020-02-29 19:44:07 +00:00
ta264 2e6094beb6 New: Update MonoTorrent from nuget 2020-02-07 17:38:53 +00:00
Qstick f77a2feeef StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00
Qstick 965db35db3 Fixed: RARBG links in Interactive Search
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Qstick ee0220dfa8 New: Updated FluentValidation to 8.4.0
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Taloth Saldono 5d066ed5d4 Continue Test in case of validation warnings. 2019-09-16 18:14:28 -05:00