150 Commits (8815442b05eea01524f09c828adcc60c1a15cc03)

Author SHA1 Message Date
JackDandy ba566bccd7 Add Torrenting provider. 10 years ago
JackDandy 6c76628d5d Change downloads to prevent cache misfiring with "Result is not a valid torrent file". 10 years ago
JackDandy 1f18ae4212 Add seed time per provider for torrent clients that support seed time per torrent, i.e. currently only uTorrent. 10 years ago
JackDandy 7b3f4356c7 Change reduce aggressive use of scene numbering that was overriding user preference where not needed. 10 years ago
JackDandy 2051268891 Change refactor, PEP8, code convention cleanse for nzb/torrent code and remove newzbin remnants. 10 years ago
JackDandy 6f1e77139e Add BeyondHD torrent provider. 10 years ago
JackDandy f782567fd1 Change provider SCC login process to use General Config/Advanced/Proxy host setting. 10 years ago
JackDandy 47347884cb Fix fault matching air by date shows by using correct episode/season strings in find search results. 10 years ago
JackDandy 93c219d82e Add Rarbg torrent provider. 10 years ago
JackDandy 56a3411649 Change refactor and code simplification for torrent providers. 10 years ago
Adam 7caef44bb9 Change to consolidate and tidy some provider code [part 2] 10 years ago
Adam 7477a79cb8 Change to consolidate and tidy some provider code 10 years ago
JackDandy c16903bd73 Change "Daily" search to "Recent" search. 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
KontiSR 0d415fcc20 This is a first attempt of getting the season pack downloading to work. 11 years ago
adam 5ac3895600 Fixes daily search and speed improvements 11 years ago
KontiSR 4c8b100be9 Shouldn't be copy() but update(). 11 years ago
KontiSR 4bfb271e8d Can't += dicts. Need to dict.copy() 11 years ago
echel0n 67bd1a9e98 Fix for daily searches and high cpu usage plus increases search speed 11 years ago
Adam 1790b3be7f Add TokyoToshokanProvider support 11 years ago
echel0n 8f6d014830 Fixed issues with cache results being used during searches 11 years ago
echel0n 2193a4bfd1 Fixed search issues regarding error about result attribute being referenced early 11 years ago
echel0n 20c0b4ea72 Fixed global name season error during searches 11 years ago
echel0n 59675f27ac Fixed failed download handling. 11 years ago
echel0n 4af28657af Fixed TypeError: list indices must be integers, not list that occured during searches 11 years ago
djoole 159e8ceb7c Added the torrent provider for www.t411.me tracker 11 years ago
echel0n ee458bd211 Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code. 11 years ago
echel0n bcffc09589 Replaced provider backlog only search option with 2 new options that allow you to enable daily searches and backlog searches individually per provider, default is enabled for both. 11 years ago
Adam f43c214069 Fixes rejection of invalid torrent files 11 years ago
echel0n 4b6602797f Fix for newznab provider searches unicode issues 11 years ago
echel0n be17ed122b Fix for air-by-date and sports shows issues with parsing results. 11 years ago
echel0n 8415b32fc6 Possible fix for failed to send torrent errors 11 years ago
adam 22f3a2e41b Consolidate more provider code 11 years ago
echel0n 9761c6c6a3 Fixed issues with torrent blackhole download issues. 11 years ago
echel0n e6c8982d2b Testing fix for torrent download issues from ezrss 11 years ago
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. 11 years ago
echel0n 9493a8f7e5 Added back in missing code for finding propers, was removed by mistake. 11 years ago
Adam fd9be53fcb Anime propers 11 years ago
echel0n 14c354b551 Added proxy support to Indexer APIs. 11 years ago
echel0n 0e5fbbc5c3 Fix for incorrect show snatches 11 years ago
echel0n de5db9be64 Added ability to set a default indexer for trakt notifier used for adding shows from watch list so that SickRage knows what indexer to set the show as. 11 years ago
echel0n 3a2b67330c During backlog/manual/failed searches we now cache disgarded/ignored results pre-parsed for usage later on incase we end up setting a episode to wanted that matches said results, allows for maximum performance and helps limit the waste of resources used. 11 years ago
echel0n 899d03b5fe Fixed issue with appending UNNOWN qualities to provider results after being sorted. 11 years ago
echel0n bf41ba59be Fixed sorting provider results by quality code, was causing a error. 11 years ago
echel0n f340f9b073 Fix for sports shows. 11 years ago
echel0n 6f817c0c5c Quality sorting fixed for provider results. 11 years ago
echel0n 39054d7810 Fix for validating episode data during provider result gathering. 11 years ago
echel0n 5ac99b8c5c Fix for extensions being stripped off by mistake made when adding in -RP fix from few commits ago. 11 years ago
echel0n 57cf86279b Places Quality UNKNOWN items from provider results at end of itemsList leaving order of sorted items highest to lowest. 11 years ago
echel0n d6442e0685 Provider results get sorted by quality before filtering occures. 11 years ago