Mark McDowall
783c27a584
Fixed: Initially pausing torrents in QBittorrent
...
Fixes #2599
7 years ago
Kevin Richter
0947dfc423
Stop deluge torrent when they reach stop ratio
7 years ago
Taloth Saldono
6df61e305d
Added Seed Time and Season-Pack seed time.
7 years ago
Taloth Saldono
b6ef4d50dc
Fixed more C#7.
7 years ago
Kevin Richter
2d86e44c63
New: Added advanced setting per indexer to override seed ratio limit for supported clients.
7 years ago
Mark McDowall
55d01f620a
Fixed: Setting inital state of torrents sent to QBittorrent
...
Fixes #2565
7 years ago
Mark McDowall
39d0d08ced
Fixed: Removed old warning that Torrent Blackhole does not support magnet links
7 years ago
Taloth Saldono
03997e2a0d
Switched to BigInteger for qbit eta as workaround for api bug, tyvm.
7 years ago
Mark McDowall
aba8abb176
Fixed: Suppress warnings for daily style extra files
...
Fixes #2503
7 years ago
Taloth Saldono
c677736a8f
Fixed: Hide fallback pending releases if temporarily delayed.
...
Also batch changing of Pending Release Reason.
7 years ago
Taloth Saldono
70afacee3f
Refactored PendingRelease logic for performance.
7 years ago
Taloth Saldono
700751715b
Add form param before submitting request.
7 years ago
Marcelo Castagna
ff885ab3bd
Fixed: Added errorcode 160 - Permission denied on FileStation for easier diagnostics
7 years ago
Steven
17cfaf170e
Add missing error check when adding a magnet link to deluge ( #2295 )
...
* Add missing error check when adding a magnet link to deluge
* Fix typo.
7 years ago
Mark McDowall
ac379e3b84
Fixed: Don't add category when removing torrent from qBittorrent
...
Fixes #2438
7 years ago
Mark McDowall
bcf45bb68a
Fixed: Send category to qBittorrent when adding torrent/magnet
7 years ago
Mark McDowall
a1b6095f6e
Add Paused above Use SSL for NZBGet
7 years ago
Mark McDowall
5663eb527b
Add paused options for Deluge and Transmission
...
New: Option to add paused for Deluge
New: Option to add paused for Transmission
Closes #795
7 years ago
Taloth
d0e8aef949
New: Consider all scene SxxE00 releases Specials as well.
...
* New: Consider all scene SxxE00 releases Specials as well.
* Cleanup special episode titles and handle E00 specials with existing scenemappings.
* Moved handling of scene mapped E00 to central function.
7 years ago
Mark McDowall
f719c5ccf1
Fixed: Improve logging for invalid NZB messages
...
Closes #2349
7 years ago
Taloth Saldono
15bd181f16
Fixed failing tests in DownloadStation.
7 years ago
margaale
747f3e171c
Fixed: Handling of unknown status types in DownloadStation.
7 years ago
Mark McDowall
ae2a97763d
New: Validate NZBs before sending to download client
...
Closes #263
7 years ago
Taloth Saldono
0688340722
Fixed: Regression preventing new downloads from bypassing the Download Client Back-off logic.
...
fixes #2277
7 years ago
Taloth Saldono
393996fe88
Fixed: Progressively degrading performance issue in Pending/Delayed releases system.
...
fixes #2205
7 years ago
Taloth Saldono
20af2c8c0f
Fixed: Releases no longer available on the indexer should be removed from the pending queue.
...
fixes #679
7 years ago
James White
e6b8b17b21
Fixed: Default ports for uTorrent and qBittorrent
7 years ago
Mark McDowall
7c5daa6000
Fixed: Long Deluge ETAs from breaking getting queue items
7 years ago
Mark McDowall
5372ed5d40
Fixed: Don't attempt to fetch a release if the download client is disabled
7 years ago
Mark McDowall
ef8b882258
New: Initial state for torrents added to qBittorrent
...
Closes #2147
7 years ago
Mark McDowall
bbd38dec29
Fixed: Force priority items in paused SAB queue won't show as paused
7 years ago
Mark McDowall
19a4d3536b
New: Initial state for torrents added to UTorrent
...
Closes #409
7 years ago
Mark McDowall
fa34af8f15
uTorrent start/stop on add
...
New: Start torrents added to uTorrent by default
New: Option to add torrents to uTorrent in a stopped state
Closes #2141
7 years ago
James White
650f01176c
Fix inconsistent naming of qBittorrent in various places
7 years ago
Taloth Saldono
caf7a8c69e
Fixed: Use pending download if no download client is configured instead of logging a warning.
7 years ago
Taloth Saldono
970006a4fe
Added a bit more logging for Tracked Downloads.
7 years ago
Taloth Saldono
f7f155be1f
Minor fixes from Sentry.
7 years ago
Taloth Saldono
6fc4ea614d
Fixed: Ignore '.unwanted' directory when importing.
...
fixes #2072
7 years ago
Taloth Saldono
126b849c27
Fixed: Changed qbitTorrent 3.3.14 api.
...
fixes #1956
7 years ago
Taloth Saldono
2e2f79503c
Sonarr stuck if Deluge didn't return an infohash. Also updated some logging.
7 years ago
Taloth Saldono
fef3423019
Fixed error in NzbGet KeepHistory check and updated tests.
7 years ago
Taloth Saldono
f46a576df5
Check if NzbGet KeepHistory value is set too high instead of only checking for 0.
7 years ago
Mark McDowall
a49e37239e
Log responses from qbit
8 years ago
Taloth Saldono
87f3cc9014
Fixed: Regression prevented indexers from being re-enabled after a successful Test.
...
ref #1961
8 years ago
Taloth Saldono
10f292b225
Removed superfluous try catches so that DownloadClient backoff logic gets triggered.
8 years ago
Mark McDowall
d0e226e269
Fixed: Logging full error message to database
8 years ago
Mark McDowall
6dcb7768a9
Fixed broken test and add a couple more for ProcessDownloadDecisions
8 years ago
Mark McDowall
0c89a4ae8f
Store releases when download client is unavailable
...
New: Retry releases when download client was unavailable
Closes #949
8 years ago
Taloth Saldono
4e10d30cf6
Added Status refreshes to Download Monitoring Service and allow DownloadService to report success (but not failure).
8 years ago
Taloth Saldono
f335cc1af8
Fixed: Prevent Download Client from being queried every minute if it failed repeatedly similar to Indexer temporarily disabled logic.
8 years ago
Taloth Saldono
f4bea5512c
Refactored IndexerStatusService into Thingy Provider architecture.
8 years ago
Mark McDowall
755575d107
Fixed: Follow 301 redirects when fetching torrents
...
Closes #1929
8 years ago
Taloth Saldono
766520b851
Renamed DownloadClientStatus to DownloadClientInfo to avoid conflict.
8 years ago
Taloth Saldono
14144bd4d9
Renamed IndexerStatus.IndexerId to ProviderId.
8 years ago
Taloth Saldono
a003a89b14
Fixed: Sonarr not importing torrents in Vuze if the torrent already finished seeding and was stopped.
8 years ago
Taloth Saldono
35fca89dad
Fixed: Incorrect imports with Vuze when torrent contains a single file.
...
fixes #1805
8 years ago
Mark McDowall
f36d5dc881
Moving and Removing of downloads in usenet clients
...
Fixed: Moving items triggered via post-processing scripts
Fixed: Removing failed downloads fromusenet clients
8 years ago
Taloth Saldono
f8b8fcfb8d
Fixed: Handling of priority setting when queueing is disabled in qBittorrent.
...
fixes #1841
8 years ago
Taloth Saldono
de7f68570e
Fixed: Regression causing nzbToMedia imports to be copied instead of moved.
8 years ago
Taloth Saldono
5613ab05e0
Fixed: Sabnzbd/NzbGet not processing history items properly after last update.
8 years ago
Marcelo Castagna
ea1616586f
Fixed: Import from torrent Download Station should move since DS maintains an internal copy for seeding.
8 years ago
Taloth Saldono
56ecbf4a31
Fixed: Sabnzbd error when tv sorting enabled for all categories.
8 years ago
margaale
db9d601115
Revert Session name
8 years ago
margaale
5033886b90
Fixed: DownloadStation api client for DSM 5.x.
8 years ago
Taloth Saldono
70f7404499
Fixed: Sabnzbd 2.0 api compatibility.
...
closes #1775
8 years ago
Taloth Saldono
2bf3b9e7dd
fixed typo setting custom directory for rtorrent.
8 years ago
Taloth Saldono
2326db0dea
Fixed: Refactored rtorrent interface to fix reliability issues with adding magnets & torrents.
...
fixes #1745
8 years ago
Taloth Saldono
3590fedeaf
Fixed: Timing issue in rtorrent handling of magnet links.
...
ref #1745
8 years ago
Marcelo Castagna
9a870a3709
Fixed: DownloadStation interface stuck in infinite loop in some cases.
...
* removed empty spaces. changed dcaex => ex
* Changed error message
* changed error message
* Wrong message, ups
* Another message
8 years ago
Taloth Saldono
f7e3d9b4c2
Fixed: DownloadStation regression in queue detection.
8 years ago
Taloth Saldono
6d9a952bd1
Fixed: DownloadStation proxy failing if non-bt/nzb downloads exist.
8 years ago
margaale
3501e33722
turn task type enum into string
8 years ago
margaale
fa89d33900
Fix for key not found, returning a generic error instead
8 years ago
Mark McDowall
0af48fb2e8
Fixed: NZBGet delete:scan treated as failure
...
Fixes #1394
8 years ago
Taloth Saldono
1f8bd8e1e9
Fixed typo in DL station hint text.
8 years ago
margaale
9304547c95
Test if the OutputPath specified by TvDirectory/TvCategory exists.
8 years ago
margaale
c56c83e169
New: Added support for nzb downloads in Synology Download Station.
8 years ago
Taloth Saldono
49d0d4c357
Renamed DownloadStation implementation to TorrentDownloadStation.
8 years ago
Marcelo Castagna
45d8b1e2ad
Fixed: Delete data when removing torrent from Download Station
...
fixes #1676
8 years ago
Marcelo Castagna
cf306f4aba
Throw exception with error message return by diskstation ( #1672 )
8 years ago
margaale
82a99b7f80
New: Added support for Synology Download Station as torrent client.
8 years ago
vertigo235
ddd119a4eb
New: Add paused option for NZBGet
...
Closes #346
8 years ago
Taloth Saldono
0255eb3aca
Fixed: Increased timeout when waiting for rtorrent to finish adding torrent.
...
fixes #1665
8 years ago
Mark McDowall
ef03e9e9a7
Fixed: Proper port validation for download clients and connections
...
Closes #1642
8 years ago
Mark McDowall
68ea8a551c
Fixed: Parsing of SABnzbd develop version
8 years ago
Keivan Beigi
73840dcacc
The great logger.Error cleanup!
8 years ago
Keivan
f286dba40a
Rename QBittorent Dir to fix building in *nix
8 years ago
Keivan
448f579723
Rename QBittorent Dir Step 1
8 years ago
Keivan Beigi
0214c8e0f0
Removed unused using statements
8 years ago
Keivan Beigi
aba613acd1
Because it's 2016!
8 years ago
Mark McDowall
7f8093de92
Fixed: Use Category from qBittorrent when set instead of Label
8 years ago
Taloth Saldono
9fbe06ad68
New: Added support to override Copy vs Move import logic for DownloadedEpisodesScan API and Manual Import UI.
8 years ago
Mark McDowall
f2ecbe776b
Added and fixed qBittorent tests
8 years ago
Casey Bodley
25a3f83ebc
New: Remove completed torrents from qBittorrent
...
Fixes #1316
8 years ago
Mark McDowall
cdce65a922
Added TODO to remove ToPP SABnzbd status
8 years ago
Mark McDowall
8f73a51522
Fixed: Handling of some really long qBittorrent ETAs
8 years ago
Mark McDowall
bc438a6a63
Fixed: Handle SABnzbd Propagating status
8 years ago
Taloth Saldono
17bf438cad
New: uTorrent differential api support to handle larger lists of torrents without hogging the api.
...
Fixes #1109
8 years ago
Taloth Saldono
edc1e0b8d1
Fixed: Filter qbittorrent torrent list on newer versions.
...
fixes #1470
ref #1347
8 years ago
Mark McDowall
bf8d68a873
Fixed: Version check for SABnzbd develop
8 years ago
Taloth Saldono
a72b856fb8
Fixed: Added config validation to ensure NzbGet KeepHistory isn't set to 0.
8 years ago
Taloth Saldono
09530b238f
Fixed: Removed requirement to disable sabnzbd pre-check for sab version 1.1.0 onward.
8 years ago
Dion Woolley
a6a7732cd5
Fixed issue #1445 where sabnzbd has changed the time format reported for downloads
8 years ago
Taloth Saldono
73fb216e6f
New: Added CAPTCHA support to Rarbg.
8 years ago
Taloth Saldono
914f799f9d
New: Added support to save .magnet to blackhole directory.
...
fixes #1406
8 years ago
Taloth Saldono
a2536deef0
Fixed: Significantly improved api performance.
8 years ago
Taloth Saldono
90b5947a19
Fixed Deluge and BTN cleanse password logic.
8 years ago
vintage81
3e9a159466
Fixed: Adding label to torrents in qBittorrent v3.3.5
...
Fixes #1347
9 years ago
Taloth Saldono
b320a23bf8
Added better log message when indexer reached daily grab limit.
9 years ago
Mark McDowall
902d6929c0
New: Hadouken torrent client support
9 years ago
phrusher
d81e03fcc0
Updated to support Hadouken v5.1 and above
...
Fixes indentation issues
Removes AuthenticationType
Corrects FieldDefinitions
9 years ago
Viktor Elofsson
abf8c684e7
Basic Hadouken v5 implementation.
9 years ago
Igal Tabachnik
a6b1a1fc0d
New: Vuze torrent client support
9 years ago
Mark McDowall
2f3bc61af7
Nice try uTorrent, you're not Deluge
...
Fixed: uTorrent error message identity crisis
9 years ago
Mark McDowall
7934003b5e
Fixed: Rare error when removing pending items that have been rejected
9 years ago
Taloth Saldono
f16f097b3e
Fixed: Sabnzbd 1.0.1 added two new status values.
...
fixes #1259
9 years ago
Taloth Saldono
072ca459bd
Fixed: NzbGet DUPE/COPY status should be considered failure.
...
fixes #919
closes #693
closes #505
9 years ago
Taloth Saldono
0865306064
Fixed: Adding Nzb with {{password}} in name to NzbGet failed.
9 years ago
Taloth Saldono
ac14444d34
Removed redundant logging.
9 years ago
Taloth Saldono
cc0406653a
Readded logging Download Client responses.
9 years ago
Taloth Saldono
9f34127565
Better error handling in the Deluge ConnectDaemon code.
9 years ago
Taloth Saldono
e1ea17cabf
Fixed: uTorrent api proxy would fail on specific Win10 configurations. (The Phoenix Rises)
...
Moved token queryparam to start since uTorrent requires it.
Fixed handling response missing an expected Set-Cookie header.
Force Cache-Control: no-cache for uTorrent.
Added Connection: KeepAlive to fix inexplicable uTorrent api failure.
9 years ago
Mark McDowall
444fcf5ae5
Fixed: Use new rTorrent commands when resolving magnets
...
Closes #1199
9 years ago
Taloth Saldono
1154e0eeb3
Add WebException handlers to prevent them reaching the UI.
9 years ago
Taloth Saldono
70494c3674
Adding magnet to qbit should use FormData not QueryParam.
9 years ago
Taloth Saldono
d68ad98176
Fixed: UsenetBlackhole not importing since latest develop.
9 years ago
Taloth Saldono
19b8fb6d8b
Merge branch 'blackhole-delay' into develop
9 years ago
Taloth Saldono
d4bc835b1c
New: Delaying Blackhole imports while they're still being updated.
9 years ago
Taloth Saldono
25d481d5d9
Migrated all Download client proxies from RestSharp to HttpClient.
9 years ago
Taloth Saldono
23871503a2
Replaced Uri with HttpUri.
9 years ago
Taloth Saldono
2ffbbb0e71
Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
...
Added ContentSummary to be able to describe the ContentData in a human readable form. (Useful for JsonRpc and FormData).
9 years ago
Taloth Saldono
949d8bf49b
Fixed: Warn if user has movie/date sorting enabled in Sabnzbd for the Sonarr category.
9 years ago
Mark McDowall
7cb1e91ba1
Handle 1.1x version from Sabnzbd
9 years ago
Mark McDowall
974a7276c3
New: Explicitly enforce SABnzbd minimum version of 0.7.0
9 years ago
Taloth Saldono
6a90035a4c
Updated NLog to v4.2.3.
9 years ago
Taloth Saldono
e01b2ef25c
Fixed some compile warnings.
9 years ago
Taloth Saldono
de379b2e47
Do or do not, there is no try.
9 years ago
Taloth Saldono
64e90f35c8
Ensure rTorrent download is started even if the user doesn't have schedule=...,start_tied= in their rtorrent.rc.
9 years ago
Taloth Saldono
5cfaed7b26
Fixed: Added support for Sabnzbd 0.8 history category queryparam.
...
fixes #1077
9 years ago
Taloth Saldono
889933cb41
New: Set full Download Directory in Transmission instead of just a Category.
...
fixes #744
9 years ago
Taloth Saldono
cf25097cd1
Fixed: Magnet downloads weren't being started on RTorrent.
9 years ago
Mark McDowall
a0ee607ae6
Remove double slash in NZBVortex add URL
9 years ago
Mark McDowall
7c382c0e0c
NZBVortex Download Client
...
New: NZBVortex Download Client
Closes #360
9 years ago
Mark McDowall
8373024f9d
Fixed: Parsing of queued specials from download client queue
9 years ago
Taloth Saldono
4e728c3a02
Increased timeout for Deluge to prevent timeout errors when posting large torrent files.
9 years ago
vawen
8753c232c7
Fix: Paths with colons prevent Sonarr from communicating with Transmission
...
Issue #954
9 years ago
Mark McDowall
2d3c3bbb0c
Changed torrent blackhole message
9 years ago
Mark McDowall
15cefe4a43
New: Option to Hardlink or Copy instead of move for Torrent Blackhole
...
Closes #1011
9 years ago
Mark McDowall
e03906b294
Fixed: Hardlink/Copy files from QBittorrent
9 years ago
Casey Bodley
0552b56b71
qbittorrent: client plugin based heavily on uTorrent
...
supports a minimum qBittorrent version of 3.2.4, and uses labels for
v3.3.0 and later
Signed-off-by: Casey Bodley <cbodley@gmail.com>
9 years ago
Mark McDowall
69e3516a89
New: Allow Uppercase in Transmission category
...
Closes #934
9 years ago
Mark McDowall
6b9c4af591
Fixed: Magnet links with torrent blackhole
9 years ago
Mark McDowall
2d42c59d70
Fixed: Log download client name when communication fails
9 years ago
Mark McDowall
04de0049fe
Don't try to process a download client item with an invalid path for the OS
9 years ago
Mark McDowall
d170c9ad07
Fixed: Torrent Blackhole client will not track torrents by hash
9 years ago
Taloth Saldono
99f452e299
New: Added support for newznab indexers using tvdbid for searching.
9 years ago
Mark McDowall
0841bf1d2a
Merge pull request #824 from larsjohnsen/rtorrent-misc
...
rTorrent fixes
Fixed: Adding label to torrents in rTorrent
9 years ago
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
9 years ago
Lars
6ed7a8b471
rTorrent: Url Path displayed by default, misc
9 years ago
Lars
7426efd423
rTorrent: Fixed label bug
9 years ago
Lars
95017884d7
rTorrent: Fixed race condition
9 years ago
Mark McDowall
0c7d8c2d38
Fixed: TV Directory is not required for local rTorrent
9 years ago
Mark McDowall
a2f62a5dcd
Hide completed downloads when CDH is disabled
...
New: Only show completed downloads in queue when Completed Download Handling is enabled
9 years ago
Mark McDowall
ffffd8ca69
New: Warning message that Torrent Blackhole will move files, not copy or hard link
9 years ago
Mark McDowall
bb144a6df6
New: Ability to push releases to Sonarr via API for processing
...
Closes #419
9 years ago
Taloth Saldono
408991e03c
Fixed negative NzbGet DownloadLimit
...
Fixes #700
9 years ago
Taloth Saldono
5ea954695e
Ignore duplicates when using history to identify an existing downloaditem.
9 years ago
Mark McDowall
25493654ff
Removed semi-colon
9 years ago
Mark McDowall
48f70815a3
Fixed: rTorrent category is optional
...
Fixes : #726
9 years ago
Gavin Mogan
2fbf7a4114
Inital work on Twitter notifications
9 years ago
Taloth Saldono
c6c68c0c75
Incorrect number of parameters.
9 years ago
Taloth Saldono
9fe8477a40
Now logging nzb&torrent response sizes.
9 years ago
Taloth Saldono
f2a70677e4
New: Will now temporarily stop using an indexer if the indexer reported an error.
9 years ago
Mark McDowall
03cf9a44cf
New: Show download client name in GUI notifications
...
Closes : #642
9 years ago
Mark McDowall
1b65ead75d
New: Choose download folder for rTorrent
...
Closes #626
9 years ago
Mark McDowall
fd3dda2b16
Fixed: Removing pending releases
9 years ago
Keivan Beigi
84ae81efe3
Merge pull request #650 from Kayomani/develop
...
Allow downloads to be tracked by the source name in addition to the download name
9 years ago
Kayomani
de8deffbd2
New: Downloads can be tracked by the source name in addition to the download name
9 years ago
Keivan Beigi
724a3eee45
Fix: When removing pending items from the queue remove all releases for that episode
10 years ago
Mark McDowall
14b9a031bb
Show warning message for rTorrent that it doesn't support torrent removal
10 years ago
Mark McDowall
7e89bcca38
Clean up some warnings
10 years ago
Taloth Saldono
a1ff7cbef0
And added a test for it.
10 years ago
Taloth Saldono
1cc6ad0d5f
Fixed transmission returning -1 as Eta.
10 years ago
Taloth Saldono
aa78807ee2
Fixed transmission returning -1 as Eta.
10 years ago
Taloth Saldono
78ade3250c
Added RateLimit service to globally manager short duration ratelimits.
10 years ago
Lars
90469630d1
rTorrent: Fix load commands
10 years ago
Lars
5363a9e8d7
rTorrent: Update method names, enable compression on XMLRPC
10 years ago
Taloth Saldono
dc91fa0206
Fixed: Added /transmission/ part to UrlBase in Transmission settings making it configurable.
...
fixes #556
10 years ago
Taloth Saldono
1bdc1acddd
Fixed tiny cosmetic in rTorrent settings.
10 years ago
Your Name
4b9664d82a
Download clients: New client rTorrent
10 years ago
Lars Johnsen
a79fc94a54
Compilation: Fix case inconsistencies
10 years ago
Taloth Saldono
d0bf539a73
Fixed: A season pack import taking a long time should no longer cause the download to be deleted prematurely.
10 years ago
Taloth Saldono
1e2ba691ed
Don't run DownloadCompletedEvent if DownloadItem not Completed.
10 years ago
Mark McDowall
1275d8098d
New: Limit grabs to 1 per second to reduce rapid API calls
10 years ago
Taloth Saldono
2a83088045
Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible.
10 years ago
Taloth Saldono
97cbdfdc5c
Fixed: Nzbget will now properly remove data from original directory if Remove option is enabled. (nzbToMedia transcoding)
10 years ago
Mark McDowall
f90fdef50d
Couple name fixes
10 years ago
Mark McDowall
235a986679
Display names for Download clients
10 years ago
Mark McDowall
9a629c2fc6
Display names for Notifications
10 years ago
Taloth Saldono
923488bc02
Hard test on dev nzbget version as requested.
10 years ago
Taloth Saldono
b62d36bdbe
Fixed: If Nzbget failed to add an nzb, Sonarr will try another but not blacklist it.
10 years ago
Taloth Saldono
b92cc6fb15
Fixed: No longer possible to add protocol to a Host field (that's what Url fields are for)
10 years ago
Taloth Saldono
4448e87e28
Fixed: NzbGet development version no longer fails validation check.
10 years ago
Taloth Saldono
93c6047cd5
Added Nzbget version check for 12.0 or higher.
10 years ago
Taloth Saldono
db4746bef7
Failed DeleteStatus now only a Warning, also added null check to handle older NzbGet version.
10 years ago
Taloth Saldono
971e159fa4
Replaced a couple more NzbDrone with Sonarr. Left a couple that implied process name.
10 years ago
Taloth Saldono
fcc1439754
Ugly indexer release name cleaned up before sending to Sab.
10 years ago
Mark McDowall
638e3ca898
Command queue
...
New: Adding multiple series will queue them instead of running all at once
New: Slower scheduled tasks won't be block others from running
10 years ago
Mark McDowall
99d9303394
Fixed: Download Client with config Warnings won't be excluded
10 years ago
Taloth
8dccf2efe8
Merge pull request #224 from bjeanes/force-priority-for-nzbget
...
Added Force priority for NZBGet
10 years ago
Taloth Saldono
a3873634b0
Fixed TorrentBlackhole failing fatally on magnet link instead of falling back to torrent url.
10 years ago
Taloth Saldono
36ac4f0a8d
Fixed: Blackhole clients cache nzb/torrent in memory before writing to the blackhole folder.
10 years ago
Mark McDowall
74ad841be4
Fixed: Only show best pending item in Queue
10 years ago
Bo Jeanes
174d1fb0cc
New: "Force" priority for NZBGet
...
The force priority allows NZBs to be downloaded even if the general queue is in a paused state. The use case here is setting recently released items to be downloaded even if the queue is paused. This is a quite common pattern on ISPs that have download quotas (e.g.: most in Australia) where downloading huge archives may need to be paced but shows being currently aired should be fetched for viewing as soon as they are available.
The existence of this priority is buried in their API docs[1] and in forum posts[2] but has been supported for a while (as of r1000). On older clients, the NZBGet UI will just show "Priority: 900" instead of the friendly label. They will be prioritised above other items in the queue but won't bypass the paused state. In other words, NZBGet models priorities as numeric values so this is compatible with old versions and new versions will treat this value specially when encountered.
[1]: http://nzbget.net/RPC_API_reference#Method_.22append.22
[2]: http://nzbget.net/forum/viewtopic.php?f=3&t=1177
10 years ago
Taloth Saldono
2b6c915e32
Fixed: Added tooltips to Blackhole Watch/Torrent/Nzb Folder fields.
10 years ago
Taloth Saldono
f5f050f80b
Fixed: Validation of dot prefix in Transmission category.
10 years ago
Taloth
69edfba237
Merge pull request #217 from Sonarr/transmission-category
...
Removed hardcoded dot prefix from the transmission category [migration 81]
10 years ago
Taloth Saldono
112cde1cee
New: Added UrlBase to Deluge Settings to facilitate seedbox setups.
10 years ago
Taloth Saldono
ebbaa403f6
Removed deprecated code.
10 years ago
Taloth Saldono
799f6034c7
Fixed: Removed hardcoded dot prefix from the transmission category, making it configurable via the settings instead.
10 years ago
Taloth Saldono
6803e46782
Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category.
10 years ago
Taloth Saldono
6ba78f6aed
No longer marks download as imported if no episodes were found.
10 years ago
Taloth Saldono
7b0bc4334d
Fixed: Activity->Queue didn't show manually downloaded specials for which the parser couldn't find an episode number.
10 years ago
Taloth Saldono
2e81e278e1
Fixed a couple of logging errors.
10 years ago
Taloth Saldono
2da23ae230
Fixed tooltip for pending queue items.
10 years ago
Taloth Saldono
42f9992af0
Fixed: CDH can now remove items after import from NzbGet it didn't grab itself.
10 years ago
Taloth Saldono
6095855102
Fixed: Failed download handling should now only report a download wasn't grabbed by sonarr if the download actually failed.
10 years ago
Taloth Saldono
3a938e18fa
Fixed: Install Update UI should now report an error if the application folder is not writable instead of failing silently.
10 years ago
Taloth Saldono
11803afc39
Added FolderWritable to DiskProvider to centralize the check.
10 years ago
Mark McDowall
3c641cab33
Remove from queue improvements
...
New: option to blacklist a release when removing it from download client
10 years ago
Mark McDowall
5d41ebd322
Fixed: Removing pending items from Queue
10 years ago
Mark McDowall
e641611662
New: Show download protocol in Queue
10 years ago
Taloth Saldono
cd79826aad
Fixed: Transmission proxy should no longer produce paths with double slashes.
10 years ago
Taloth Saldono
d67811b50a
TrackedDownload cache, queue etc now use DownloadId instead of TrackedId so it can be found purely by the id provided by the download client.
10 years ago
Mark McDowall
2bbce39faa
Show title mismatches, but don't import them automaticallys
...
Fixed: Show Series title mismatches in the UI
Fixed: Force import from Queue for title mismatches
10 years ago
Mark McDowall
2306815992
Fixed: Remove failed downloads from download client (when enabled)
10 years ago
Taloth Saldono
366f8c5239
Fixed: Remove on Activity page should now work for Blackhole items.
10 years ago
Taloth Saldono
19da886706
Fixed: Deleting items from download queue should now work as intended.
10 years ago
Taloth Saldono
c19a393f99
Now generating unique ids for queue items sent to the api.
10 years ago
Taloth Saldono
96b7847471
Fixed typo in Deluge default TvCategory.
10 years ago
Mark McDowall
3055b90178
Log where the torrent request is being redirected to
10 years ago
Keivan Beigi
e79a2c742a
Fixed: some issues around removing completed and failed downloads
10 years ago
Keivan Beigi
4ac9fd939a
Fix: consider download completed if all remote episodes are imported
10 years ago
Keivan Beigi
2193e34537
Fixed: issue where completed torrents wouldn't be removed after they finished seeding
10 years ago
Mark McDowall
400a47cd19
Private constructor for TrackedDownloadStatusMessage
10 years ago
Keivan Beigi
a6d34caf2c
New: Rebuilt Completed/Failed download handling from scratch
10 years ago
Mark McDowall
427b102900
Support removing from nbzget queue
10 years ago
Mark McDowall
d651e6ac52
Prevent invalid response to get torrents from Deluge from throwing an error
10 years ago
Mark McDowall
580f03a5bc
New: Minimum Age setting to deal with propagation issues (Usenet only)
10 years ago
Mark McDowall
f314fab878
Fixed: Url Encode password and category for SAB
10 years ago
Mark McDowall
ca9c6c651f
Fixed: Follow redirects when getting torrent from KAT
10 years ago
Mark McDowall
d93bd52a01
Queue actions
...
New: Remove items from queue/history from Activity
New: Force import of series title mismatch from Activity
10 years ago
Keivan Beigi
cf77104a02
removed redundant else
10 years ago
Keivan Beigi
0be8f55a2f
Cleaned up using directive
10 years ago
Mark McDowall
37a1398338
Delay Profiles
...
New: Select preferred protocol (usenet/torrent)
New: Option to delay grabs from usenet/torrents independently
10 years ago
Mark McDowall
0cc4639e65
Log reason why download isn't being imported
10 years ago
Mark McDowall
935b9e5f4e
New: Use the ID returned from SABnzbd (0.7.20) during retry
10 years ago
Mark McDowall
6467167046
Moved Extension methods in common to subfolder
10 years ago
Mark McDowall
907aa4a0ba
Use an event to update title mismatches
10 years ago
Mark McDowall
4585605ead
Changed default categories from tv-drone to tv-sonarr
10 years ago
Taloth Saldono
909f601929
Fixed: An error reported by the torrent client, such as tracker error, is no longer considered a failed download but shown as a warning in Activity.
10 years ago
Taloth Saldono
2345984bda
Processed comments.
10 years ago
Mark McDowall
d9cc0d4600
Fixed: Parsing Transmission version for nightly builds
10 years ago
Mark McDowall
17f10c9ee5
Added debug message for transmission version info
10 years ago
Taloth Saldono
764ce3507c
Fixed: Changed the api call for Deluge to reduce the response size preventing a timeout when a lot of torrents are listed.
10 years ago
Taloth Saldono
8a86b8acdc
Added OsPath to handle OS agnostic path handling.
10 years ago
MythJuha
67cd5703a1
New: Implemented Torrent Download Clients: uTorrent, Transmission and Deluge. And several public and private Torrent Indexers.
10 years ago
Mark McDowall
027ed1335f
Workaround to deal with updating scene names
10 years ago
Mark McDowall
e75d3fa233
Cleanup
10 years ago
Taloth Saldono
374fe07aba
Remove PostQueue from NzbGetProxy coz it's useless anyway.
10 years ago
Taloth Saldono
0b48630c00
New: Improved the DownloadedEpisodesScanCommand endpoint to better support external triggers to CDH. (nzbToMedia)
10 years ago
Mark McDowall
83a64fb8b8
Cleaned up completed download service (more methods)
10 years ago
Taloth Saldono
6dfbc3c290
Fixed: Will no longer cause an error when trying to parse an anime episode with absolute number 0.
10 years ago
Taloth Saldono
ab264b3c06
Should no longer log error if download client was removed/disabled between CDH updates.
10 years ago
Taloth Saldono
20fc66c8cc
Fixed: Using different retry method for NzbGet to actually trigger NzbGet to redownload.
10 years ago
Keivan Beigi
ef1e290311
Removed redunent UTC/non-utc File/dire methods.
...
everything is in UTC now.
10 years ago
Keivan Beigi
28f7e256b2
removed dead code
10 years ago
Keivan Beigi
907023ca10
don't blow up if a single download is not trackable.
10 years ago
Keivan Beigi
dcf434abd3
better error messages when download client connection fails
10 years ago
Mark McDowall
f6e4ccda84
Fixed broken tests (due to logging)
10 years ago
Mark McDowall
89d0293f6e
Fixed: Error when attempting to retry a release with nzbget
10 years ago
Mark McDowall
4e98a447cb
Fixed: SAB retry not finding new ID in history
10 years ago
Keivan Beigi
6a743a8792
removed dead code
10 years ago
Keivan Beigi
aa75b3d331
don't log getqueue download client exceptions as error.
10 years ago
Mark McDowall
acc25d7558
Check history when retrying downloads with SAB
...
Fixed: Retrying a download shouldn't cause drone to lose track of it
10 years ago
Mark McDowall
caa6a3858b
Use DownloadClientIds to find matching series/episodes instead of relying solely on release name
...
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch
Fixed: Better UI messages for Queue when there is an error or warning
10 years ago
Taloth Saldono
d8d641b8df
Fixed: Detecting NzbGet free-space errors during unpack and move errors as warnings.
...
Fixed: NzbGet Script errors are again considered failures so that corruption-detection scripts trigger drone to grab another release.
10 years ago
Taloth Saldono
8bef19448f
Fixed: NzbGet history items deleted due to health are now properly recognized as failed.
10 years ago
Taloth Saldono
525f1aa9dd
New: Added global Remote Path mapping table to replace individual Local Category Path settings.
10 years ago
Taloth Saldono
80ed203258
Updated HttpResponse to support binary content.
10 years ago
Taloth Saldono
56436fea69
Fixed: Now shows UI notification if downloading nzb from indexer fails.
10 years ago
Taloth Saldono
82061cf5a0
General fixes and adjusted ParseSize method.
10 years ago
Keivan Beigi
2c1d3339d0
HttpClient
10 years ago
Mark McDowall
b638e09f24
Fixed: Don't mark releases as imported unless at least one file is imported
10 years ago
Mark McDowall
bf1547a524
Pneumatic will set the download client ID for strm files
10 years ago
Mark McDowall
57448fd29a
Fixed: Pneumatic now has a watch folder (for importing strm files)
10 years ago
Mark McDowall
2651cd63a8
Fixed: Don't mark a download as successful unless all valid files are imported
10 years ago
Taloth Saldono
1bca66a0c2
Fixed: Failed downloads not removed from history will no longer be erroneously retried after restarting drone.
10 years ago
Mark McDowall
ebf0dbc1d0
New: Enable/Disable RSS Sync/Searching on a per indexer basis
10 years ago
Mark McDowall
6671934c0f
Relative episode file paths
10 years ago