Commit graph

  • 437b46f907 CacheHandler checks cached response to be OK before returning to requests HTTP handler now. echel0n 2014-03-15 23:47:36 -0700
  • d0ac2936b0 New searches now search only the indexer specified when importing existing shows. Fixed bug causing addshow's to display the id of the show instead of the name. echel0n 2014-03-15 23:28:11 -0700
  • b225794473 Fix for timeouts on TVDB and TVRage searches. echel0n 2014-03-15 20:13:30 -0700
  • 31ccc8ffe2 Bug found and fixed in indexerAPI module. echel0n 2014-03-15 19:58:15 -0700
  • fac97e5f5a Fixed another issue in showUpdater. echel0n 2014-03-15 19:17:34 -0700
  • e19e0e8d1c Fixed issue with new show searches not returning any data. Fixed issue with show updater. echel0n 2014-03-15 18:46:47 -0700
  • 36fd50fb9c Cleaned up code for TVDB/TVRage show searching. echel0n 2014-03-15 18:14:02 -0700
  • 1f178686cc Fixed regex pattern for sports events that were preventing searches from working. echel0n 2014-03-15 18:01:12 -0700
  • 4dce609667 couple of bugfixes for TVDB Api code and another in the show metadata parser echel0n 2014-03-14 16:42:44 -0700
  • 40c69d6a0f Updated cacheHandler to allow us to force cache and set a max-age on the cached content, vastly improved performance with indexers. echel0n 2014-03-14 15:35:05 -0700
  • 05410e2aa0 Switched TVDB/TVRage CacheHandlers to CacheControl. Replaced urllib2 with requests for both TVDB and TVRage. Updated cache cleanup code to process both TVDB and TVRage cache folders. echel0n 2014-03-14 10:15:02 -0700
  • 82db6e9b54 Fixed a bug in TVRage API that was not properly handling datetime issues echel0n 2014-03-13 21:44:32 -0700
  • 75c8acc6d4 Bugfix for TVRage search by name, fixed issue with dates and key names echel0n 2014-03-13 20:39:58 -0700
  • 0fcd780c2f Improved TVRage API code to now include show/episode summaries and fanart. Bugfix in metadata code for XBMC 12+ to display proper episodeguide urls. Misc tweaks here and there. echel0n 2014-03-13 20:07:15 -0700
  • 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. echel0n 2014-03-13 05:20:45 -0700
  • 4430f5f2ea Small fix for API Cache echel0n 2014-03-12 21:09:36 -0700
  • 1da8cb148d Bugfix in API Handler prevented language id from being returned. echel0n 2014-03-12 20:38:14 -0700
  • 047568ec76 Improved the API Handlers and modulaized it. echel0n 2014-03-12 19:44:40 -0700
  • f1e8a53856 Typo in tvcache fixed echel0n 2014-03-11 22:30:49 -0700
  • f2bbe76271 Code improvements for the indexer API handler and a few code cleanups as well. echel0n 2014-03-11 22:28:30 -0700
  • 00e29a1ef5 Small fixes to metadata code echel0n 2014-03-11 16:48:10 -0700
  • d6920ba4a8 TVRage image echel0n 2014-03-11 14:14:11 -0700
  • 3e3e6d961d fix_checkdates_in_the_future (itofzo) Fix lastBacklog date in the future after correcting system time Fix lastTime in the future after correcting system time (not updating cache) echel0n 2014-03-11 13:22:00 -0700
  • 6adbdb5e86 if nothing has changed don't execute the transaction for network table and don't reload the table Merge pull request #659 from Prinz23/network_update_fix2 echel0n 2014-03-11 13:18:49 -0700
  • 3bdebb4e6d Bugfix for XBMC 12+ metadata parser echel0n 2014-03-11 12:59:48 -0700
  • b435fc9d71 Fixes to metadata parser echel0n 2014-03-11 12:52:00 -0700
  • ff548a7f6b bugfix in tv.py echel0n 2014-03-11 12:39:25 -0700
  • 264f852a97 Mor bugfixes to code that handles converting sickbeard.db and cache.db files to our new scheme. echel0n 2014-03-11 12:28:44 -0700
  • 481fdc1ac6 Small Bugfix echel0n 2014-03-11 11:33:57 -0700
  • c97f5b9c70 Bugfixes and improvements to our code that converts regular sickbeard.db to our new indexer scheme echel0n 2014-03-11 11:23:20 -0700
  • 90cdf326b7 Bugfixes echel0n 2014-03-11 09:35:13 -0700
  • 0822d7a39b Added in TVRage scene exceptions list that we maintain echel0n 2014-03-10 20:58:18 -0700
  • 3f4a6e3e0c Added in a icon for TVRage and corrected the show URLs echel0n 2014-03-10 20:07:33 -0700
  • bbf9491943 Code cleanup and bugfixes echel0n 2014-03-10 19:32:02 -0700
  • c9ddd633ee Bugfix in the metadata code echel0n 2014-03-10 18:32:00 -0700
  • 88640b4af6 Bugfix for NoneType error when looking for genres on TVRage echel0n 2014-03-10 18:23:49 -0700
  • 1cb293f3d6 Bugfix in date code for TVRage. echel0n 2014-03-10 18:02:32 -0700
  • 33cf136487 Fix for firstaired dates as they are inconsistant in format on TVRage echel0n 2014-03-10 17:28:28 -0700
  • f6e3ee1ef2 quick change of code to the indexerApi echel0n 2014-03-10 17:09:21 -0700
  • 056b266613 Auto-detection of indexer code added in for adding existing shows along with TV Cache lookups, few bugfixes as well. echel0n 2014-03-10 16:58:37 -0700
  • a4b11a0c95 Bugfix in parser echel0n 2014-03-10 13:46:01 -0700
  • 6a4adceb26 Updates to auto post-processing code, additional code added to ensure indexer is always set to the correct value echel0n 2014-03-10 13:31:41 -0700
  • fddee6d687 Post processing bug fixed, forgot to set out indexer api parms after correctly setting the indexer based on values from DB when performing automatic post processing lookups echel0n 2014-03-10 05:58:42 -0700
  • 581c4daca2 Automaticly determins the indexer for auto post-processing of shows. this should fix any other issues that were present with post processing echel0n 2014-03-10 05:18:04 -0700
  • 688888b17c Fixed more issues with post processing TVRage shows echel0n 2014-03-10 04:20:29 -0700
  • d282f76052 More bugfixes for post processing code echel0n 2014-03-10 00:27:37 -0700
  • 45ba1e815b Bugfixes for post processing code echel0n 2014-03-10 00:01:46 -0700
  • 0d9fbc1ad7 Welcome to our SickBeard-TVRage Edition ... echel0n 2014-03-09 22:18:05 -0700