SickGear/sickbeard
JackDandy ac6d1f69d9 Change refactor manual search processing.
Change reduce browser I/O on displayShow.
Fix displayShow bug where click holding on a season btn and then dragging away leaves 50% white.

Devel:
Change sets and lists are assigned by reference, so snatched_eps are deep copied in base_info().
Change comment out BaseSearchQueueItem::copy() as deprecated for base_info().
Change improve ajax consumer to reduce polling.
Simplify SimpleNamespace init in base_info().
Use base info instead of thread object for MANUAL_SEARCH_HISTORY in (ManualSearchQueueItem + FailedQueueItem) to streamline the finished search processing in webserve, this means add_dt has to be moved to BaseSearchQueueItem for base_info().
SimpleNameSpace Ref error is now in PYC, not sure if this is valid tho.
2018-10-02 20:04:52 +01:00
..
clients Change remove redundant xsrf handling for POSTs that don't use web and API. 2018-04-04 00:11:17 +01:00
databases Add keep up to x most recent downloads. 2018-05-30 00:01:53 +01:00
indexers Change how show URLs are made for TV info sources. 2018-05-08 00:19:33 +01:00
metadata Fix metadata mediabrowser when no actors. 2018-06-09 12:13:21 +01:00
name_parser Change try to use folder name when filename does not contain show name. 2018-09-13 04:19:28 +01:00
notifiers Fix utf8 in folders for SickGear-NG.py post processing script, script version bumped 1.5 to 1.6. 2018-05-21 23:44:23 +01:00
providers Merge branch 'master' into develop 2018-09-26 18:33:09 +01:00
__init__.py Merge branch 'master' into develop 2018-09-26 18:33:09 +01:00
auto_post_processer.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00
blackandwhitelist.py Change overhaul UI of editShow and anime release groups, refactor and simplify code. 2015-02-21 22:34:20 +00:00
browser.py Change file browser to permit manually entering a path. 2016-01-08 18:20:01 +00:00
bs4_parser.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
classes.py Change add BaseSearchQueueItem and base_info() for thread-safe checks. 2018-10-02 16:32:08 +01:00
common.py Change handle if BTS returns no data. 2018-08-29 17:33:00 +01:00
config.py Fix metadata mediabrowser when no actors. 2018-06-09 12:13:21 +01:00
db.py Add keep up to x most recent downloads. 2018-05-30 00:01:53 +01:00
encodingKludge.py Change TVDB API 2 to version 2.2.0 2018-07-27 21:52:49 +01:00
event_queue.py Fix Events shutdown (a manual start-up is required after updating to this fix). 2018-01-04 16:47:44 +00:00
exceptions.py Change refactor, PEP8, code convention cleanse for nzb/torrent code and remove newzbin remnants. 2015-07-15 19:19:39 +01:00
failed_history.py Remove Torrentshack. 2017-02-17 04:48:49 +00:00
failedProcessor.py Change allow pp to replace files with a repack or proper of same quality. 2016-10-01 11:27:25 +01:00
generic_queue.py Change code refactor. 2018-10-02 16:32:07 +01:00
gh_api.py Change general config's branches and pull request list generation for faster page loading 2015-03-03 00:21:40 +08:00
helpers.py Change add BaseSearchQueueItem and base_info() for thread-safe checks. 2018-10-02 16:32:08 +01:00
history.py Change reduce number of DB calls for extra_info_no_name. 2017-10-31 20:35:57 +00:00
image_cache.py Fix issue when deleting files and "Send to trash for actions" is enabled. 2018-06-13 02:50:06 +01:00
indexermapper.py Change force redirects in TVMaze API to be https. 2018-09-13 04:20:50 +01:00
logger.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
name_cache.py Change editshow saving empty scene exceptions. 2017-07-12 12:54:18 +01:00
naming.py Fix refresh handling of Skipped and Ignored items and issue entering scene numbers. 2016-02-01 19:37:32 +00:00
network_timezones.py Change empty '_cached_instance' of dateutil after zonefile update. 2018-09-09 17:33:03 +01:00
nzbget.py Add 'Map an NZBGet "DestDir"' setting to config/Search/NZB Results tab (select NZBGet). 2018-06-15 18:46:46 +01:00
nzbSplitter.py Change improve .nzb handling. 2017-11-12 18:42:10 +00:00
postProcessor.py Change try to use folder name when filename does not contain show name. 2018-09-13 04:19:28 +01:00
processTV.py Fix issue when deleting files and "Send to trash for actions" is enabled. 2018-06-13 02:50:06 +01:00
properFinder.py Change consolidate provider filters into 'Only allow releases that are'. 2018-05-17 04:18:44 +01:00
rssfeeds.py Change improve the manage searches error stats UI and backend functions. 2018-01-26 01:35:02 +00:00
sab.py Change skip episodes that have no wanted qualities. 2017-02-17 03:48:24 +00:00
sbdatetime.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
scene_exceptions.py Change catch show update task errors. 2017-06-15 01:37:28 +01:00
scene_numbering.py Fix error updating shows with certain paths. 2018-09-08 13:21:17 +01:00
scheduler.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00
search.py Change remove redundant torrent URLs and improve provider loader. 2018-08-24 23:27:05 +01:00
search_backlog.py Fix search for wanted when adding new show. 2018-03-28 01:43:10 +01:00
search_propers.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00
search_queue.py Change refactor manual search processing. 2018-10-02 20:04:52 +01:00
search_recent.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
show_name_helpers.py Add config/general/web interface/send security headers (default enabled). 2018-01-25 19:49:28 +00:00
show_queue.py Add keep up to x most recent downloads. 2018-05-30 00:01:53 +01:00
show_updater.py Change code refactor. 2018-10-02 16:32:07 +01:00
subtitles.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00
trakt_helpers.py Fix saving multiple account "Update collection" selection at config/notifications Trakt. 2018-03-05 15:40:07 +00:00
traktChecker.py Change replace trakt with libtrakt for API v2. 2015-11-16 11:48:13 +00:00
tv.py Change add BaseSearchQueueItem and base_info() for thread-safe checks. 2018-10-02 16:32:08 +01:00
tvcache.py Change prefer modern html5lib over old to prevent display show issue on systems that fail to clean libs. 2018-04-26 01:46:53 +01:00
ui.py Change fanart images to not use cache as cache is not required. 2016-12-18 22:17:40 +00:00
version_checker.py Change overhaul Notifications, add Notifier Factory and DRY refactoring. 2017-10-25 16:51:44 +01:00
watchedstate.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00
watchedstate_queue.py Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex. 2018-03-06 02:12:45 +00:00
webapi.py Merge branch 'master' into develop 2018-07-01 01:21:34 +01:00
webserve.py Change refactor manual search processing. 2018-10-02 20:04:52 +01:00
webserveInit.py Update Tornado Web Server 5.0.1 (35a538f) → 5.1.dev1 (415f453) 2018-04-13 13:02:35 +01:00