72 Commits (65f5fa1df1ca20bb4c3249c8e3a7963397f56cd3)

Author SHA1 Message Date
JackDandy f3479d3c1e Change Trim/Clear history to hide items because the data is needed for core management. 5 years ago
JackDandy e1f6de0ca4 Change db migration patterns to always increase db version regardless of function logic outcome. 5 years ago
JackDandy dec65748db Change anime "Available groups" to display "No groups listed..." when API is fine with no results instead of blank. 5 years ago
Prinz23 c69504ae67 Add exclude ignore words and exclude required words to settings/Search, Edit and View show. 5 years ago
SickGear 027995add5 Change core system to improve performance and facilitate multi TV info sources. 6 years ago
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
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 6e2788fd8e Change integrate proper search into recent search. 7 years ago
JackDandy 0ead7771de Change improve the manage searches error stats UI and backend functions. 7 years ago
Prinz23 0216658231 Add db.mass_upsert_sql 8 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
JackDandy 4ed95b6659 Change ensure a cache.db table does exist on migration. 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
Prinz23 ea702379c3 Add rollback capability to undo database changes made during tests. 9 years ago
JackDandy e79b7fcd93 Change improve importing show list sickbeard.db files. 9 years ago
JackDandy eac69963f0 Change validate and improve specific Torrent provider connections, IPT, KAT, SCC, TPB, TB, TD, TT. 9 years ago
JackDandy c0dc7ea5bc Fix for import of very rare db structure. 9 years ago
Prinz23 e55462f47b Fix ensures internal buffer of a downloaded file is written to disk. 9 years ago
Adam 37496189f1 Change py2 exception clauses to py2/3 compatible clauses 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
Adam 742efdb805 Change database code to PEP8 standards 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
JackDandy aa9346222e Fix SQL statements that have dynamic table names to use proper syntax. 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 5ac3895600 Fixes daily search and speed improvements 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 6e613145b3 removed sleep timers from db code all together, overall speed increased. 11 years ago
echel0n 636bbfa2de Fixes issues with scene exception updating when editing a show, should resolve problems with it duplicating scene exception name over and over again. 11 years ago
echel0n a3a3777d33 Fixed blackAndWhitelist for anime release groups. 11 years ago
echel0n 56e2c28bad SickRage now uses a internal name cache comprised of (showlist, scene exceptions, scene names) used to search and create show objects from which is needed for parsing search results. 11 years ago
echel0n 75f69396d4 Reverted some changes. 11 years ago
echel0n 4575c58348 SQL Query performance gains added and memory footprint reduced. 11 years ago
echel0n b19aafb807 Memory cleanup in sql db routines for mass actions. 11 years ago
echel0n 9f8c49ce88 Fixed issue with tvcache filling with duplicate data. 11 years ago
echel0n f6c40d4b25 Fixed DB issues related to displaying plot details for show episodes. 11 years ago
echel0n 0599a89565 Fix for DB issues on new installs relating to database version checks. 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 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 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 08d8beffa4 Misc fixes and code cleanups. 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 385bf3987e db locking issues fix #2 11 years ago