58 Commits (c1fe671a82ac17f9baf6f162f7643478faf7a132)

Author SHA1 Message Date
Supremicus 47da38a914 Logging message tweaks and minor PEP8 tweaks 10 years ago
adam 7f5651bb41 Fix slow database operations (port from midgetspy/sickbeard) 11 years ago
adam 2af732c731 Fix duplicate entries in cache database 11 years ago
Adam f579b90d7c Add database migration code 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
Adam fd9be53fcb Anime propers 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 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 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 fc7b28a8bc Automatic DB restores now done if upgrade fails due to corrupt DB or incorrect db numbering 11 years ago
echel0n a92de48aec Added new show option that allows you to choose if you want to search via scene numbering or indexer numbering. 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 9914523f64 Correctly sets episodes past current date to UNAIRED if episode status is set to SKIPPED or WANTED so that manually snatched pre-release episodes do not get effected. 11 years ago
echel0n 3517952536 Fix to insure pre-release downloads/snatches don't get reset back to unaired. 11 years ago
echel0n cf18b3eec8 Fix to ensure unaired fix for mainDB only happens for shows without a already set UNAIRED status 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 7d6e73f026 Fix for migration issues 11 years ago
echel0n c373844d87 Fixes issues with indexer_id never being added into tv_shows table when at a db version of 15 or higher 11 years ago
echel0n fe10a4551e Fixed issue with main database migration numbering 11 years ago
echel0n 09dd1b6db2 Fixed main database structure to line up with original sickbeard structure so that migrating users get our database modifications migrated in without issues plus I've updated our main database structure to reflect all our recent changes so that new fresh installs dont have to go through the migration process 11 years ago
echel0n ee6e55aa88 Fix for missing column 'subtitles' during migration from other forks. 11 years ago
echel0n 886753b766 Fix for missing indexer_id during migration from other forks 11 years ago
echel0n afde3b4c28 Fixes issues #333 and problems with converting str to int via prettyName func 11 years ago
echel0n c2e79bf031 Fixed inital scene numbering database check to look for a value of -1 before updating to insure this record gets done at startup once and once only 11 years ago
echel0n e8fc45058f Test fix #3 11 years ago
echel0n 9fc07617f1 Fix for NoneType object error 11 years ago
echel0n 580afec2a7 Fixes more non-sense issues 11 years ago
echel0n 233667c6d1 Fixes for db scene numbering fix 11 years ago
echel0n 1c56876ecc Fixed unicode issues 11 years ago
echel0n d5f183c171 Major changes made to search code, tvcache code, and name parser 11 years ago
echel0n 5e38813a73 Added sports feature, acts just like air_by_date except allows us to control the date pattern to match events that air_by_date could not. 11 years ago
echel0n c945726f05 Fixed subliminal issues. 11 years ago
echel0n ca45ec5064 Fixed migration issues for TPB->TVRAGE 11 years ago
echel0n a7ae6a1977 Fix for missing indexes 11 years ago
echel0n f54a6e25b2 Fixes issues with tvdb and tvrage api content attribute not found 11 years ago
echel0n fdfc8eb219 Fixes missing indexes for tv_shows and tv_episodes tables 11 years ago
echel0n 5dbfc81bb2 Fixes other temp tables that may have been left behind from a bad migration of the db 11 years ago
echel0n bc79c93018 Fixes issue with previous db migrations that failed and left behind tables that should have been dropped. 11 years ago
echel0n 872389d055 New show search code changed to optimize for quicker searches 11 years ago
echel0n e255e44462 Changed to mass action for db indexer convert code 11 years ago
echel0n 999b1bafe0 Missed coverting scene_numbering table, fixed! 11 years ago
echel0n 5709c8843c Fix in indexer conversion code for mainDB 11 years ago
echel0n e8fd2d20b3 Added code to convert Indexers from string format to new integer format 11 years ago
echel0n 95d7d728e0 Re-write of Indexer API wrapper 11 years ago
echel0n 10637f8f29 Code Clean up and regex fix for "no repeats" error (reverted from commit 8ecd5a196d) 11 years ago
echel0n 8ecd5a196d Code cleanup and regex fix for "no repeats" error 11 years ago