30 Commits (f0146f728e69282dc22b6d32b53cd0fb2960cca8)

Author SHA1 Message Date
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 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 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 37fceb2704 Removed unrequired extra sql transaction append line. 11 years ago
echel0n 997896a540 Fix for transactionals and None Types in sql lists 11 years ago
echel0n db6cf0b22b Fix for daily searcher NoneType error. 11 years ago
echel0n 70e7f1bfce Fixed issues with scene numbering being overwritten by ep objects. 11 years ago
echel0n 347f595dfe Fixes issue with daily searcher constantly showing it's in progress when in fact it is not from manage searches page. 11 years ago
echel0n c5f933e4c8 Fixed app performance issues from recent upgrades. 11 years ago
echel0n de01fa1e37 Fix for scene name repeat bug when displaying show. 11 years ago
echel0n 7391a6e454 App name change in code. 11 years ago
echel0n 9cd9576232 Fix for Next Ep airdates. 11 years ago
echel0n 854de69683 Fixed find propers. 11 years ago
echel0n f4b71b7203 Fix for date/time display issues. 11 years ago
echel0n 0830de89cd Corrected a sqlite syntax error 11 years ago
echel0n 1195e07f7b Fixes issues with episodes that have been set to a WANTED status but have a airdate in the future past current date. 11 years ago
echel0n 1f55b11b7d Fixes issue with daily searcher setting episodes past todays date to wanted. 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 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 905d2b4eaf Fix for possible infinitie loop in searches 11 years ago
echel0n 816a3d9572 Fixes season pack and episode only searches 11 years ago
echel0n 1fcfa4c70a Improved caching results code, helps with daily searches. 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