81 Commits (f1c921b2e7fe765ea2cd9859158453ba9ece183d)

Author SHA1 Message Date
JackDandy f1c921b2e7 Add UI for loading page progress. 6 years ago
Prinz23 bbf6622625 Change sickgear.py can now be run as start up instead of SickBeard.py. 6 years ago
Prinz23 d4b55d6b48 Change improve handling Trakt API response errors with watchlists. 6 years ago
JackDandy e31e479977 Add keep up to x most recent downloads. 7 years ago
JackDandy 8d9406d5fc Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 7 years ago
Prinz23 8bc048c784 Add support for a testing.db version (>=100000). 7 years ago
Prinz23 6e2788fd8e Change integrate proper search into recent search. 7 years ago
Prinz23 05758bb75e Change overhaul handling of PROPERS/REPACKS/REAL. 8 years ago
Prinz23 3bd392e671 Add count of failed show updates 8 years ago
Prinz23 39b162419c Change editshow saving empty scene exceptions. 8 years ago
JackDandy b9b6f70691 Change logger to properly cleanup used resources. 9 years ago
JackDandy 4ed95b6659 Change ensure a cache.db table does exist on migration. 9 years ago
Prinz23 5adf5071d7 Change allow pp to replace files with a repack or proper of same quality. 9 years ago
Prinz23 d3a7f0ff5e Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded. 9 years ago
JackDandy e79b7fcd93 Change improve importing show list sickbeard.db files. 9 years ago
JackDandy 291e557899 Fix dbs that should not have been imported to work. 9 years ago
Prinz23 e55462f47b Fix ensures internal buffer of a downloaded file is written to disk. 9 years ago
JackDandy fed5e11532 Change first run after install to set up the main db to the latest schema instead of upgrading. 10 years ago
adam 65ce53b289 Add custom show lists to home page 10 years ago
Adam 24236eba6f Change provider cache storage structure 10 years ago
JackDandy b4b1859a2e Add IMDb lookup to "Update" action on Manage/Mass Update page. 10 years ago
Adam 94d0ce3e44 Add show overview from indexers to the database 10 years ago
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