197 Commits (8c026d797738bbb718152cf5b7858a89df7d901b)

Author SHA1 Message Date
echel0n f47734446d Fixed further json issues with speedcd provider. 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 4a29476415 Added code to perform disposal of bs4 class when finished as well as perform garbage collection afterwards, this fixed a memory leak issue SR was experiancing during backlog/manual/failed searches. 11 years ago
echel0n f340f9b073 Fix for sports shows. 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 02c8b867c6 Fixed -RP release issues. 11 years ago
echel0n 39d9fc6434 Fix for renaming non-anime shows and absolute numberings being applied by mistake. 11 years ago
echel0n 7cbeef5ed0 Fixed invalid naming pattern error. 11 years ago
echel0n 5fb3fe6797 Fix for absolute numbering issue during renaming of files for non-anime shows. 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 933fad20c7 Unable to parse filename errors are now set to show via DEBUG logs only to prevent unicode chars from causing misc beeping sounds ... 11 years ago
echel0n e891e9d637 Fixed nextaired not found issues and fixed kat provider issues. 11 years ago
echel0n d6225dd8d3 Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer 11 years ago
echel0n 23239e0a5d NextEpisode sets episodes that dont return a next air date to todays date to help improve load times for home page. 11 years ago
echel0n 5237e70fb3 Updated nextepisode function to only perform db calls when nextaired date has been reached. 11 years ago
echel0n dbe22b570b NextEpisode code modified to return the airdate ordinal instead of a ep object, faster. 11 years ago
echel0n 58788f52e5 Corrected API to work with new nextepisode function code changes. 11 years ago
echel0n a085f0f538 Improved and faster nextepisode function, speeds up home page load times. 11 years ago
echel0n 79a1b1c31e Fix for root dir location not being saved or set correctly for shows. 11 years ago
echel0n dfc600893d Fix for SHOWQUEUE-REFRESH 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 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 e0eea79ec5 Fix for ABD and Sports shows issue with toordinal function. 11 years ago
echel0n c878c6d303 Shows now perform a dirty check to confirm if any records have been altered before trying to save to the DB, improves overall performance and speed of sickrage. 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 fcc91bedd9 NameParser now won't bother to proceed parsing release name results untill it finds a valid show object in the DB to confirm its a show in our list, naming patterns automatically bypass this restriction. 11 years ago
JackDandy bec213ee05 Port:Change setting status to UNAIRED for future episodes (GC-2397). 11 years ago
JackDandy 1c487f92f9 Port:Fix not setting status if show location is missing but sickbeard.ADD_SHOWS_WO_DIR is set 11 years ago
echel0n 44358ef601 Reverted episode cache changes 11 years ago
echel0n 3384e2c51d Update tv.py 11 years ago
echel0n 89ad4bccc3 Moved show season/episode cache to outside of the show class and turned it into a global to avoid circular ref that may memory leak. 11 years ago
echel0n a1da7df12e Fixes for DB issues 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 2c0f3a3dc3 Added thread locking for queues. 11 years ago
echel0n cfcc35ebcc Upgraded IMDBpy and improved performance of it. 11 years ago
echel0n 4784b4619f Fix for invalid literal for int() with base 10: 'NULL' 11 years ago
echel0n 24dfbc3f15 Quality is now set during parsing of results. 11 years ago
echel0n 1e8f3e2883 Added ability for format anime naming from post-processing options. 11 years ago
echel0n 14201c71f3 Fixes issues with scene numbering being set to 0x0 after snatch is performed. 11 years ago
echel0n 9e4ec2cfb8 Fix for importing existing shows being set to anime when there not anime shows causing parsing errors when trying to parse episode files from disk. Please perform a mass reset of shows marking the ones that are not anime so that this issue is fixed for when it does its next show refresh. 11 years ago
echel0n 1dc913824a Fix for startup issue due to dependant that was missing. 11 years ago
echel0n cec4ed573d Upgraded CherryPy libs to 3.3.0 11 years ago
echel0n 99d129bd41 Fixes for anime regex matching 11 years ago
echel0n 0ddcc3b58a Fix for show opt not in __init__ issues 11 years ago
echel0n d7396896b5 Added in regex matching with fuzzy matching. 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 f01c5852d4 Improved find propers code. 11 years ago