78 Commits (108df093824520b603d0a6afc371bc095ee89ffc)
 

Author SHA1 Message Date
echel0n 108df09382 Fix for air dates in TVRage API code 11 years ago
echel0n f3c33279b5 Previous fix to air dates did not take but this fix does correct the issue once causing malformed air dates or no air dates at all. 11 years ago
echel0n b3662cfb7b Fixed bug with air dates being malformed 11 years ago
echel0n d5053ef8d3 Fixed regex matching in filterBadReleases function, was to restrictive causing valid releases to be invalid by SB 11 years ago
echel0n e3a843a823 Bugfix for scene numbering and kickass searches 11 years ago
echel0n a0d3a790dc Added auto-detection of directory paramater for external post-processing calls for 3rd-party utils such as nzbToMedia where you can specify what fork you are using to setup what paramaters are required to be used, this takes the headache out of it 11 years ago
echel0n 9ba772ba44 Regex fixes to resolve issue #10 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
echel0n 3665a1f69b Fixed a bug in the SQL statement for a transactional 11 years ago
echel0n 972833a7f6 Added Transaction for add/update/delete episodes and change episode status 11 years ago
echel0n 50911a1f0f Small typo corrected 11 years ago
echel0n ce5053f25d Bunch of code upgrades and bugfixes 11 years ago
echel0n 4b1dc8a63e Fixed small bug in the getUrl function for helpers. 11 years ago
echel0n 36643acf5e Added TVRage support to our scene numbering lookups. 11 years ago
echel0n f4a9987933 Added in a new feature called "Archive First Match", you can enable this feature from displayShow->editShow by using custom qualities and checking off "archive first match" 11 years ago
echel0n 748ba6be71 Revamped the failed handler code to fix a few bugs and have everything failed sent directly to backlog 11 years ago
echel0n 31a63d41aa Bugfix in failed handler 11 years ago
echel0n c0dedd080f Update show_name_helpers.py 11 years ago
echel0n 11f9a891f0 Update generic.py 11 years ago
echel0n aa8667106f Resolves issue #13 11 years ago
echel0n fc24efb957 Fix for new feature "first match" 11 years ago
echel0n dbaf9955cb Fixed issue with BTN provider. 11 years ago
echel0n 5c0af16297 Fixed a bug that was majorly slowing down the performance of SB, was causing SB to search for indexer id number from RSS cache results as they came in so basically searching shows that most probally didnt even have indexed. 11 years ago
echel0n 02ef367583 Fix for regex pattern to match Month's using more then 3 for there abbrv 11 years ago
echel0n a165b891e9 Failed processing backwards compatibility for original param name "dirName" that has been relabled to "dir" 11 years ago
echel0n 84e53a2d10 Small typo 11 years ago
echel0n 5cd7ad2afb Fixed issue that was causing malformed dates for shows, now SB will smartly set the date even if one didn't exist so that we don't just toss the episode away so long as we have enough data to satisfiy us. 11 years ago
echel0n 146d9ba23b couple small bugfixes in code when it was expecting a string but got a integer instead well trying to create a search string for providers to use. 11 years ago
echel0n ce193ffcdb Replaced our cache handler 'CacheControl' with 'httpcache' as we found the previous was not stable enough and was causing more issues then good. 11 years ago
echel0n 437b46f907 CacheHandler checks cached response to be OK before returning to requests HTTP handler now. 11 years ago
echel0n d0ac2936b0 New searches now search only the indexer specified when importing existing shows. 11 years ago
echel0n b225794473 Fix for timeouts on TVDB and TVRage searches. 11 years ago
echel0n 31ccc8ffe2 Bug found and fixed in indexerAPI module. 11 years ago
echel0n fac97e5f5a Fixed another issue in showUpdater. 11 years ago
echel0n e19e0e8d1c Fixed issue with new show searches not returning any data. 11 years ago
echel0n 36fd50fb9c Cleaned up code for TVDB/TVRage show searching. 11 years ago
echel0n 1f178686cc Fixed regex pattern for sports events that were preventing searches from working. 11 years ago
echel0n 4dce609667 couple of bugfixes for TVDB Api code and another in the show metadata parser 11 years ago
echel0n 40c69d6a0f Updated cacheHandler to allow us to force cache and set a max-age on the cached content, vastly improved performance with indexers. 11 years ago
echel0n 05410e2aa0 Switched TVDB/TVRage CacheHandlers to CacheControl. 11 years ago
echel0n 82db6e9b54 Fixed a bug in TVRage API that was not properly handling datetime issues 11 years ago
echel0n 75c8acc6d4 Bugfix for TVRage search by name, fixed issue with dates and key names 11 years ago
echel0n 0fcd780c2f Improved TVRage API code to now include show/episode summaries and fanart. 11 years ago
echel0n 01eb8c0129 Added in TMDB lookups for metadata fanart and posters using there TV api, works good for TVRage shows that don't supply that content. 11 years ago
echel0n 4430f5f2ea Small fix for API Cache 11 years ago
echel0n 1da8cb148d Bugfix in API Handler prevented language id from being returned. 11 years ago
echel0n 047568ec76 Improved the API Handlers and modulaized it. 11 years ago
echel0n f1e8a53856 Typo in tvcache fixed 11 years ago
echel0n f2bbe76271 Code improvements for the indexer API handler and a few code cleanups as well. 11 years ago