105 Commits (16a54e62d6ee2fce6883ae8ab4bddaa79fece6c0)

Author SHA1 Message Date
KontiSR 0d415fcc20 This is a first attempt of getting the season pack downloading to work. 11 years ago
Adam 0aedf52997 Threads dailysearcher process for each provider. Allows dailysearcher to continue other operations without having to wait for providers with slow network operation 11 years ago
adam 5ac3895600 Fixes daily search and speed improvements 11 years ago
echel0n 627debcf88 Building of name cache executed now at start of searches to prevent building cache for show more then once when not needed 11 years ago
echel0n 67bd1a9e98 Fix for daily searches and high cpu usage plus increases search speed 11 years ago
echel0n 59675f27ac Fixed failed download handling. 11 years ago
echel0n 65eda93b2b Fixed high CPU usage during searches, adding conditional check to prevent un-needed name parsing of search results when search result was previously already parsed and checked during filtering of bad releases 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
garvinob dce55b3dac Renamed bestSeasonNZB to bestSeasonResult 11 years ago
garvinob 94063db43e Fixed result content for Season Pack results 11 years ago
echel0n 11150efab0 Filter out possible torrent links that would return a 404 http error 11 years ago
echel0n f3073174ed Possible fix for failed to send torrent errors 11 years ago
echel0n 88d68cfe11 Possible fix for failed to send torrent errors 11 years ago
echel0n e2d1178515 Fix for season pack searches 11 years ago
echel0n 0a936ea1ef Changed log message to be less confusing for torrents 11 years ago
David Waldhans 16ae4c1db7 Fixed search pattern for checking ignored and required words in release names 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
echel0n 14c354b551 Added proxy support to Indexer APIs. 11 years ago
echel0n 012baeda0c Fix for no providers found error during searches. 11 years ago
echel0n b16ff81478 Fixes for thread naming issues where provider names are getting stacked on top each other per loop iteration. 11 years ago
echel0n 636bbfa2de Fixes issues with scene exception updating when editing a show, should resolve problems with it duplicating scene exception name over and over again. 11 years ago
echel0n c25da850ab Updated scene exception code for checking when last refreshed. 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 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 75f69396d4 Reverted some changes. 11 years ago
echel0n 5e507b3849 More memory reductions and cleanups 11 years ago
echel0n 301f124cbb Fixed dailysearcher to only update the cache results for each provider once at start of the dailysearch routine instead of per-show which was wasting cycles and time. 11 years ago
echel0n 7e0bb651b2 Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 11 years ago
echel0n d73cc1cbbd Replaced cherrypy with tornado which helped resolve our memory leak issue. 11 years ago
echel0n d00d55fdfc Modified DB code to close its connection if right after its finished with it, helps performance-wise and should resolve locked db issues as well. 11 years ago
echel0n 997896a540 Fix for transactionals and None Types in sql lists 11 years ago
echel0n 70e7f1bfce Fixed issues with scene numbering being overwritten by ep objects. 11 years ago
echel0n e009641804 SickRage now stores the XEM scene data to the main DB under tv_episodes for faster lookups and better linkages with epiosde objects, insures we have scene data on hand when we want it! 11 years ago
echel0n 34da3f53d8 Added Black and White list for release groups for anime shows. 11 years ago
echel0n 9a3e7ab0a9 Added anime support with anidb support. 11 years ago
echel0n 7391a6e454 App name change in code. 11 years ago
echel0n 5c43787560 Fixed missing ui notification for snatched episodes. 11 years ago
echel0n 9cd9576232 Fix for Next Ep airdates. 11 years ago
echel0n a15db1719d Removed some re-dundant code from daily search. 11 years ago
echel0n 71604b5769 Fixed issue for season searches using episode only mode but fallback to season only mode, was small typo correction 11 years ago
echel0n de20d13c61 Added per-provider option 'backlog only' which allows you to disclude any provider from the daily search but still use it for backlogs, currently working for torrents only and will add to nzb providers later on today. 11 years ago
echel0n 6709ebdf12 Fixed issues with daily searcher 11 years ago
echel0n c350c0fdf9 Fixed dupe issues with backlog searches. 11 years ago
echel0n f8a8f4c5b4 Fixed issues in mede8er metadata module 11 years ago
echel0n c65573a8d7 Re-wrote daily searcher to search for unaired and wanted episodes going back as far as 1 week, also moved it so it queue's its items now. 11 years ago
echel0n 905d2b4eaf Fix for possible infinitie loop in searches 11 years ago
echel0n 0b9b6228ae Fix for issues with fallback search option. 11 years ago
echel0n e96035ff4f Added per-provider options search mode and search fallback. 11 years ago