Commit Graph

217 Commits

Author SHA1 Message Date
Mark McDowall fd3dda2b16 Fixed: Removing pending releases 2015-07-10 00:18:32 -07:00
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
2015-07-08 20:56:23 -07:00
Kayomani de8deffbd2 New: Downloads can be tracked by the source name in addition to the download name 2015-07-07 00:34:25 +01:00
Keivan Beigi 724a3eee45 Fix: When removing pending items from the queue remove all releases for that episode 2015-07-01 01:50:55 -07:00
Mark McDowall 14b9a031bb Show warning message for rTorrent that it doesn't support torrent removal 2015-06-28 14:06:03 -07:00
Mark McDowall 7e89bcca38 Clean up some warnings 2015-06-14 21:08:30 -07:00
Taloth Saldono a1ff7cbef0 And added a test for it. 2015-05-29 20:55:38 +02:00
Taloth Saldono 1cc6ad0d5f Fixed transmission returning -1 as Eta. 2015-05-29 20:50:35 +02:00
Taloth Saldono aa78807ee2 Fixed transmission returning -1 as Eta. 2015-05-29 20:48:11 +02:00
Taloth Saldono 78ade3250c Added RateLimit service to globally manager short duration ratelimits. 2015-05-29 01:10:49 +02:00
Lars 90469630d1 rTorrent: Fix load commands 2015-05-27 07:09:43 +02:00
Lars 5363a9e8d7 rTorrent: Update method names, enable compression on XMLRPC 2015-05-26 09:32:44 +02:00
Taloth Saldono dc91fa0206 Fixed: Added /transmission/ part to UrlBase in Transmission settings making it configurable.
fixes #556
2015-05-24 12:54:50 +02:00
Taloth Saldono 1bdc1acddd Fixed tiny cosmetic in rTorrent settings. 2015-05-21 22:10:06 +02:00
Your Name 4b9664d82a Download clients: New client rTorrent 2015-05-15 21:45:12 +02:00
Lars Johnsen a79fc94a54 Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
Taloth Saldono d0bf539a73 Fixed: A season pack import taking a long time should no longer cause the download to be deleted prematurely. 2015-05-09 10:10:16 +02:00
Taloth Saldono 1e2ba691ed Don't run DownloadCompletedEvent if DownloadItem not Completed. 2015-05-05 21:53:20 +02:00
Mark McDowall 1275d8098d New: Limit grabs to 1 per second to reduce rapid API calls 2015-05-05 08:15:38 -07:00
Taloth Saldono 2a83088045 Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible. 2015-05-04 00:50:10 +02:00
Taloth Saldono 97cbdfdc5c Fixed: Nzbget will now properly remove data from original directory if Remove option is enabled. (nzbToMedia transcoding) 2015-05-02 00:28:47 +02:00
Mark McDowall f90fdef50d Couple name fixes 2015-04-26 01:21:54 -07:00
Mark McDowall 235a986679 Display names for Download clients 2015-04-25 09:25:33 -07:00
Mark McDowall 9a629c2fc6 Display names for Notifications 2015-04-25 09:02:17 -07:00
Taloth Saldono 923488bc02 Hard test on dev nzbget version as requested. 2015-04-11 09:07:35 +02:00
Taloth Saldono b62d36bdbe Fixed: If Nzbget failed to add an nzb, Sonarr will try another but not blacklist it. 2015-04-11 09:03:35 +02:00
Taloth Saldono b92cc6fb15 Fixed: No longer possible to add protocol to a Host field (that's what Url fields are for) 2015-04-02 19:52:37 +02:00
Taloth Saldono 4448e87e28 Fixed: NzbGet development version no longer fails validation check. 2015-03-26 20:09:03 +01:00
Taloth Saldono 93c6047cd5 Added Nzbget version check for 12.0 or higher. 2015-03-23 20:56:35 +01:00
Taloth Saldono db4746bef7 Failed DeleteStatus now only a Warning, also added null check to handle older NzbGet version. 2015-03-23 20:56:32 +01:00
Taloth Saldono 971e159fa4 Replaced a couple more NzbDrone with Sonarr. Left a couple that implied process name. 2015-03-23 20:56:28 +01:00
Taloth Saldono fcc1439754 Ugly indexer release name cleaned up before sending to Sab. 2015-03-21 00:55:30 +01:00
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
2015-03-16 22:07:02 -07:00
Mark McDowall 99d9303394 Fixed: Download Client with config Warnings won't be excluded 2015-03-16 21:33:34 -07:00
Taloth 8dccf2efe8 Merge pull request #224 from bjeanes/force-priority-for-nzbget
Added Force priority for NZBGet
2015-03-16 23:46:13 +01:00
Taloth Saldono a3873634b0 Fixed TorrentBlackhole failing fatally on magnet link instead of falling back to torrent url. 2015-03-15 01:49:11 +01:00
Taloth Saldono 36ac4f0a8d Fixed: Blackhole clients cache nzb/torrent in memory before writing to the blackhole folder. 2015-03-14 22:39:22 +01:00
Mark McDowall 74ad841be4 Fixed: Only show best pending item in Queue 2015-03-12 16:41:07 -07:00
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
2015-03-12 17:50:24 +11:00
Taloth Saldono 2b6c915e32 Fixed: Added tooltips to Blackhole Watch/Torrent/Nzb Folder fields. 2015-03-10 22:00:47 +01:00
Taloth Saldono f5f050f80b Fixed: Validation of dot prefix in Transmission category. 2015-03-10 13:38:30 +01:00
Taloth 69edfba237 Merge pull request #217 from Sonarr/transmission-category
Removed hardcoded dot prefix from the transmission category [migration 81]
2015-03-09 20:54:30 +01:00
Taloth Saldono 112cde1cee New: Added UrlBase to Deluge Settings to facilitate seedbox setups. 2015-03-08 15:37:33 +01:00
Taloth Saldono ebbaa403f6 Removed deprecated code. 2015-03-08 14:30:13 +01:00
Taloth Saldono 799f6034c7 Fixed: Removed hardcoded dot prefix from the transmission category, making it configurable via the settings instead. 2015-03-05 20:44:41 +01:00
Taloth Saldono 6803e46782 Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category. 2015-03-04 21:14:40 +01:00
Taloth Saldono 6ba78f6aed No longer marks download as imported if no episodes were found. 2015-03-01 22:44:13 +01:00
Taloth Saldono 7b0bc4334d Fixed: Activity->Queue didn't show manually downloaded specials for which the parser couldn't find an episode number. 2015-03-01 22:42:31 +01:00
Taloth Saldono 2e81e278e1 Fixed a couple of logging errors. 2015-03-01 22:34:39 +01:00
Taloth Saldono 2da23ae230 Fixed tooltip for pending queue items. 2015-02-22 22:10:45 +01:00