67 Commits (master)

Author SHA1 Message Date
JackDandy 8df5dc154f Change abbreviate long titles under menu tab. 5 years ago
Prinz23 c3e36d2dc7 Fix an old and rare thread timing case that can change a show to the wrong type while fetching alternative names. 5 years ago
Prinz23 07dd81f65e Change move scantree to sg_helpers to prevent circular reference of it ever again. 5 years ago
JackDandy f74f92f2fb Change improve scantree performance with regex params of what to include and/or exclude. 5 years ago
JackDandy d3fc244545 Change scantree into a more multi-purpose function and use to improve performance. 5 years ago
JackDandy e98503d01c Change season specific alt names now available not just for anime. 5 years ago
Prinz23 3744dbbfe9 Fix show saved require word list to require at least one word during search. 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 e3fa77f300 Change improve Zooqle. 6 years ago
JackDandy 4dea2ad022 Add config/general/web interface/send security headers (default enabled). 7 years ago
Prinz23 3e9a9095a6 Change make indexer lookup optional in NameParser, and deactivate during searches. 8 years ago
Prinz23 1fb9bbc6ff Change process episodes with utf8 dir and nzb names, handle failed episodes without a dir, add log output streaming. 9 years ago
JackDandy 842b08c5fc Fix issue on Add Existing Shows page where shows were listed that should not have been. 9 years ago
JackDandy 43778d8edd Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 10 years ago
Prinz23 2e711423b9 Add Search Queue Overview page 10 years ago
JackDandy 4f4858f4e4 Change to post process files ordered largest to smallest and tidied PP logging output. 10 years ago
adam 2dab61478e Remove various unused code 10 years ago
JackDandy 97429c084f Change overhaul UI of editShow and anime release groups, refactor and simplify code. 10 years ago
adam ea99736939 Change anime release groups to in memory storage for lowered latency 10 years ago
Adam bb2d874d2b Fix searches freezing due to unescaped ignored or required words 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
adam 52a1254cfa Add global required words 11 years ago
KontiSR 4b1b3c6488 When no absolute episode number retrieved, fall backto the scene_episode. Else search will be done for episode: 00 11 years ago
rleadbetter 927e98996e Leading zero fix for Anime. 11 years ago
echel0n 65eda93b2b Fixed high CPU usage during searches, adding conditional check to prevent un-needed name parsing of search results when search result was previously already parsed and checked during filtering of bad releases 11 years ago
Woodpaker 6c28013586 webserve.py: small typo that prevented the absolute "scene absolute" numbering to update in the displayShow page. 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 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 20456fde6b Regex order of placement in list now taken into account when scoring matches. 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 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 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 9a3e7ab0a9 Added anime support with anidb support. 11 years ago
echel0n 7391a6e454 App name change in code. 11 years ago
echel0n 736cb7c738 Fixes issues with ABD shows searching for complete seasons and returning zero results. 11 years ago
echel0n 415e0df536 Fix for air-by-date and sports shows when searching for full seasons. 11 years ago
Prinz23 18e4e369b6 Remove hard coded NL-Sub Filter 11 years ago
Nils Vogels 54ce291897 Backport from midgetspy. This is midgetspy@e76b3008251195ed529457f241d1e8803d9668d8 11 years ago
echel0n dea826c3ba Fixed alot of issues pertaining to season pack searches and backlog searches in regards to returning accurate results or no results at all. 11 years ago
echel0n afde3b4c28 Fixes issues #333 and problems with converting str to int via prettyName func 11 years ago
echel0n 09476224c5 Improved code for better performance of application memory and cpu usage. 11 years ago
echel0n 9384881241 Fixed issues with searching for air by date shows and sports. 11 years ago
echel0n 43b6b4b594 Improved XEM scene numbering converting. 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 5772de9eec Complete re-code of season/episode search code. 11 years ago
echel0n f10dd3131f Fix for ignore_words 11 years ago
echel0n e787ef8332 XEM Scene Numbering fixes. 11 years ago