Commit Graph

51 Commits

Author SHA1 Message Date
Alexandre Beloin 37ab5bb45b Merge pull request #1289 from abeloin/patch-synology_ssl
Disable ssl checking in synology client
2015-02-15 18:26:00 -05:00
Alexandre Beloin c8f1eb6250 Disable ssl checking in synology client 2015-02-05 10:24:54 -05:00
Alexandre Beloin 0ae4384f33 Fix for uTorrent 2.2.1 token order.
Put the token in first place.
See https://github.com/SiCKRAGETV/sickrage-issues/issues/483 for more
info.
2015-02-02 16:13:29 -05:00
Alexandre Beloin 6b915ebc1c Added simple url check 2015-01-26 15:29:09 -05:00
Alexandre Beloin 37ab43adbc Added ability to modify Transmission's RPC url. 2015-01-26 12:19:16 -05:00
echel0n 9fedc24c55 Fix for sickragetv/sickrage-issues#178 2014-12-24 09:19:25 -08:00
echel0n 340bcffc91 Fix for sickragetv/sickrage-issues#164 - ensures result.hash is never NoneType for when attempting to raise exceptions. 2014-12-18 13:59:47 -08:00
h3llrais3r 41d8210d10 Add custom nzb category and torrent label for anime 2014-11-26 21:48:37 +01:00
Adam 16a54e62d6 Make failed torrent log message more verbose 2014-10-13 23:10:19 +08:00
Justin Nielsen 78806a2223 Fixes SR setting SeedIdleLimit no matter what 2014-10-07 13:39:11 -07:00
Adam 58e8df3c0d Adjust timeout for clients for slower machines 2014-10-06 17:50:22 +08:00
adam db41f2f1fc Adjust transmission timeout for slower systems 2014-10-06 00:39:56 +08:00
seiki 6a17ffae3c fix transmission seed time 2014-09-24 21:47:11 -03:00
adam 2b9945e0df Add transmission seed for X hours option 2014-08-31 14:41:53 +08:00
Adam 58ff85d030 Fix for utorrent label setting
Fix for transmission client
2014-08-25 12:15:08 +08:00
Adam ba5e5478e0 Fixes typo in previous commit 2014-08-25 11:32:41 +08:00
sammy2142 fc6fe9e777 Should fix some utorrent, rtorrent and deluge
problems.
This commit essentially undoes 54afca0472

The utorrent, rtorrent and deluge methods were still using result.hash to set label, seed ratio and priority etc (instead of torrent_hash which the commit referenced above changed it to).
I've changed it back to result.hash in this commit.

Reference problem posts:
https://sickrage.tv/forums/forum/help-support/bug-issue-reports/7493-utorrent-unable-to-send-torrent
https://sickrage.tv/forums/forum/help-support/bug-issue-reports/7533-sickrage-not-sending-tv-label-to-utorrent
https://sickrage.tv/forums/forum/help-support/bug-issue-reports/7541-bug-rtorrent-unable-to-send-torrent
2014-08-24 19:46:26 +01:00
echel0n 54afca0472 Possible fix for failed to send torrent errors 2014-08-17 21:38:45 -07:00
echel0n 4752e07733 Possible fix for failed to send torrent errors 2014-08-17 19:14:07 -07:00
echel0n e6c8982d2b Testing fix for torrent download issues from ezrss 2014-07-28 21:42:53 -07:00
echel0n 19a89d453c We now check if a torrent url links to a valid file before adding as a verified result to get snatched, this helps prevent issues when attempting to add torrent to client later on to find the url returned nothing resulting in a error. 2014-07-28 12:19:41 -07:00
echel0n 6e6ae5bb87 Further corrections for torrent download issues related to content being empty and not properly checked in advance. 2014-07-27 23:48:10 -07:00
echel0n 52010d9951 Fix for invalid torrent files causing NoneType errors. 2014-07-27 23:00:25 -07:00
echel0n 9493a8f7e5 Added back in missing code for finding propers, was removed by mistake.
Fixed issue with torrent clients not snatching due to improper handling of torrent hashes/files.
2014-07-27 07:04:37 -07:00
echel0n f47734446d Fixed further json issues with speedcd provider.
Fixed several providers and ssl cert verify issues.

Air-by-date shows now automatically get there respective season/episode numbers during release parsing.
2014-07-24 11:16:59 -07:00
echel0n b312c9dcda Merge pull request #593 from tutipeti/feature/synods_destination
Destination option for the Synology DS
2014-06-19 09:43:27 -07:00
nielsenj 24f7d78682 Fixed setting ratio in Transmission
Matches the description in the torrent provider advanced settings:

Left blank defaults to client ratio default.
'-1' Seeds indefinitely
0 or greater seeds to and stops at the ratio (including stopping as soon as it downloads when set to 0)
2014-06-12 14:02:50 -07:00
Peter Tutervai f24999b10d Changed the config page to show the path field for the Synology DS, added the parameter to the DS API 2014-06-09 01:01:47 +02:00
echel0n 08d8beffa4 Misc fixes and code cleanups. 2014-06-07 05:36:50 -07:00
echel0n 7391a6e454 App name change in code. 2014-05-23 05:37:22 -07:00
echel0n 43219e34e3 Fix for transmission torrent client and ratio's 2014-05-22 23:45:49 -07:00
echel0n b499e4b6db Fixed issues with per-provider torrent ratio settings, now can be left blank to default to client ratio setting. 2014-05-22 23:42:11 -07:00
echel0n 83d7e9fb69 Removed global seed ratio's 2014-05-20 09:27:52 -07:00
sammy2142 e42cdb5b4a Fixes Invalid ratio error when ratio is not set
I would recommend undoing 7673cd5cc9 for the time being
as some of the client scripts have code dependent on the input being a string.
2014-05-12 11:31:44 +01:00
tlex d0105a2f6a Fixed a couple of bugs related to deluge 2014-05-11 10:31:38 +03:00
sammy2142 57737feb5c Adds Per Provider Seed Ratio 2014-05-10 12:50:07 +01:00
Nils Vogels 238de53c3f Increasing logging for Torrent clients 2014-05-02 14:50:28 +02:00
Nils Vogels 812e8443bd Increasing generic client timeout to 20s to work around busy hosts 2014-05-01 10:17:00 +02:00
echel0n e0f52e1045 Merge pull request #162 from sammy2142/master
Adds seed time and seed ratio to utorrent client
2014-04-28 14:58:59 -07:00
Nils Vogels 55155214c1 Fixing typo 2014-04-28 23:53:25 +02:00
echel0n 0ec4be65da Added in error 542 as requested 2014-04-28 11:46:35 -07:00
sammy2142 fea4ef43b7 Adds seed time and seed ratio to utorrent client
Adds support for setting the seed ratio and seed duration for the
utorrent client.
2014-04-28 15:34:27 +01:00
echel0n abc6841eb3 Fix for DownloadStation issues.
Added season and episode formatting options for XEM scene numbering.
2014-04-26 14:14:38 -07:00
echel0n 690e842bb1 Fix for SSL issues.
Fix for Download Station issues.
2014-04-26 00:09:00 -07:00
sammy2142 6c84fed536 Update utorrent.py
Adds high priority mode for recently aired show to utorrent using already existing tickbox under "search options\episode search".
2014-04-25 10:34:24 +01:00
echel0n 23348e0bd0 Fixed bug for returning requests object exceptions 2014-04-01 22:44:47 -07:00
echel0n 06913ea517 Duplicate code found in rTorrent client module removed 2014-03-27 18:52:11 -07:00
echel0n 95d7d728e0 Re-write of Indexer API wrapper
Re-write of New Show seearch function
Re-write of Existing show search helper function for determining indexer/indexerid
Massive code cleanup and more bugs found and fixed
Indexer code fully modualized for future proofing
2014-03-24 22:57:24 -07:00
echel0n 10637f8f29 Code Clean up and regex fix for "no repeats" error (reverted from commit 8ecd5a196d) 2014-03-20 11:03:22 -07:00
echel0n 8ecd5a196d Code cleanup and regex fix for "no repeats" error 2014-03-20 10:51:59 -07:00