269 Commits (18fae52805cfd08c84bf2f76589dc049b211a88a)

Author SHA1 Message Date
JackDandy b92eecb41b Change airdateModifyStamp to handle hour that is "00:00". 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
JackDandy ef4470bd78 Add send2trash, General Config/Send to trash, and catch show dir not found exception. 11 years ago
JackDandy d6950bc6f1 Fix exception raised when converting 12pm to 24hr format, also handles 12am. 11 years ago
Adam dda6cfce57 Fixes errors occurring when a show folder is deleted outside of SickRage 11 years ago
Adam 4adad577c8 Fixes show folder not deleting if files remain in folder 11 years ago
adam 37f021feb6 Custom naming for anime 11 years ago
Adam 164724a63d Fixes error: SHOWUPDATER: local variable 'cur_indexerid' referenced before assignment 11 years ago
KontiSR 32a88cf105 Not skipping when self.status = None, but assigning empty string '' 11 years ago
adam 5ac3895600 Fixes daily search and speed improvements 11 years ago
echel0n 3cb1c573a3 Fix for newznab provider settings not saving properly 11 years ago
echel0n e44747ab49 Testing fix for s00e00 issue #2 11 years ago
echel0n c0329159a0 Testing fix for s00e00 issues 11 years ago
Adam fd9be53fcb Anime propers 11 years ago
echel0n 14c354b551 Added proxy support to Indexer APIs. 11 years ago
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