259 Commits (5b14b6eac7dbcf665bf4796b3949c42328745dae)

Author SHA1 Message Date
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
echel0n af0ccd65cf Fixes for a few provider issues plus passing of search_mode variable. 11 years ago
echel0n ff5107cfe2 Provider searches for backlog, manual, and failed have been re-worked to not hammer the providers so much plus perform alot faster. 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 0e3495d30f Fix for show parsing errors to be displayed via debug logs now instead as a warning. 11 years ago
echel0n 7a95b0bb14 Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead. 11 years ago
echel0n a3a3777d33 Fixed blackAndWhitelist for anime release groups. 11 years ago
echel0n f0146f728e Lowered CPU usage even further, re-wrote daemonizer code for startups, removed misc unrequired functions from providers. 11 years ago
echel0n a1cef0b958 Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
echel0n e0eea79ec5 Fix for ABD and Sports shows issue with toordinal function. 11 years ago