111 Commits (f2a1331110c90c0eeacba79f7642d4aa93b69c8a)

Author SHA1 Message Date
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
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 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 24dfbc3f15 Quality is now set during parsing of results. 11 years ago
echel0n d7396896b5 Added in regex matching with fuzzy matching. 11 years ago
echel0n f01c5852d4 Improved find propers code. 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 f7b11e1e98 Fixed issues with post-processing. 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 fa11b4ef3a Removed some sleep timers to improve overall speed of sickrage. 11 years ago
echel0n c6b064de23 Fixed small typo causing scene numbering to indexer numbering issues 11 years ago
echel0n 66e499ab23 Fixes issues with daily searcher not snatching its results when it has any to snatch. 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 c350c0fdf9 Fixed dupe issues with backlog searches. 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 55f27c4f40 rss cache updates and daily search have been joined into one function. 11 years ago
echel0n 04213bebf2 Fixed bug that was causing issues with saving config. 11 years ago
echel0n a3e06b965f Added in CPU Throttling option under general config -> advanced. 11 years ago
echel0n f9052ca2b2 Fixes to help with brining down the cpu usage of SickRage 11 years ago
echel0n e96035ff4f Added per-provider options search mode and search fallback. 11 years ago
echel0n 816a3d9572 Fixes season pack and episode only searches 11 years ago
echel0n e309aa2cbf Fixed more unrequired search strings from being created and wasting our time doing duplicate searches 11 years ago
echel0n 4576ade4ce Fixed a issue that was causing multiple search strings to be created for the same season or episode during a search, this would of caused unrequired searches to be performed. 11 years ago
echel0n e20adcfab8 Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu. 11 years ago
echel0n d2b4ad526d Fix for sports air-by-date shows 11 years ago
echel0n ed8de59e91 Fixed air-by-date issues with downloading a show that results in downloading the incorrect show afterwards. 11 years ago
echel0n 1d339b97f6 Fix for looping issue during backlog searches 11 years ago
echel0n 7c9e4b24d5 Fix for backlog and manual searches not being executed 11 years ago