1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00
SickRage/sickbeard
KontiSR a4c8c53c91 Fixed SearchFailedDownload when selecting multiple ep's as failed in displayShow
Searched for other occurrences for the search_queue.FailedQueueItem() call.
Changed segment to [segment]

The failedDownloadQueueItem always expects a single epObj in the segment. But when checking multiple episodes as "Failed" in displayShow, an array is provided. I've changed the queueItem to always iterate over it as an array. And i've made sure that when retry a single episode, it's also send to the queueItem as an array (with a single element).
I've had to adapt the queuing functionality in webserve for this.
2014-09-19 10:55:05 +02:00
..
clients Add transmission seed for X hours option 2014-08-31 14:41:53 +08:00
databases Anime propers 2014-07-27 21:04:17 +08:00
indexers Moved code for cleaning up cache folder to seperate function located in helper.py. 2014-07-27 04:58:14 -07:00
metadata Added proxy support to Indexer APIs. 2014-07-27 03:59:21 -07:00
name_parser Sports regex updated 2014-09-01 00:04:41 -07:00
notifiers Added exception catching for timeouts to notifiers 2014-09-06 17:51:44 -07:00
providers Merge pull request #803 from tresni/fixrsstorrent 2014-09-15 12:12:22 -07:00
__init__.py Backlog frequency determined by algo that takes into account daily search frequency to prevent overlap of searches, automatically calculates allowed minimum value that is user-settable 2014-09-15 02:23:11 -07:00
autoPostProcesser.py Doesn't start a scheduled task for things not enabled to not waste resources. 2014-07-28 21:46:56 -07:00
blackandwhitelist.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
browser.py Fix for newznab provider settings not saving properly 2014-08-29 03:29:56 -07:00
bs4_parser.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
classes.py Fixed TorrentSearchResult instance has no attribute 'content' errpr 2014-08-28 22:22:55 -07:00
common.py Fix some of the unit tests 2014-09-16 18:25:59 +08:00
config.py Fixed backlog frequency calculator code for realtime changes 2014-09-15 02:35:14 -07:00
dailysearcher.py Added ability to set number of days to start backlog searches from, eg 7 days would search for episodes 7 days and older 2014-09-15 01:57:50 -07:00
db.py 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. 2014-07-23 22:07:01 -07:00
encodingKludge.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
event_queue.py Fix for threading schedualers and subtitles. 2014-07-19 17:03:23 -07:00
exceptions.py Added anime support with anidb support. 2014-05-25 23:29:22 -07:00
failed_history.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
failedProcessor.py Fixed SearchFailedDownload when selecting multiple ep's as failed in displayShow 2014-09-19 10:55:05 +02:00
generic_queue.py Fixes issues with scene exception updating when editing a show, should resolve problems with it duplicating scene exception name over and over again. 2014-07-19 22:29:19 -07:00
gh_api.py Fixes for updating/checkout of source installed versions. 2014-07-30 15:57:08 -07:00
helpers.py Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code. 2014-08-30 01:47:00 -07:00
history.py Anime propers 2014-07-27 21:04:17 +08:00
image_cache.py Added in context to aid in garbage cleanup to help reduce memory usage. 2014-06-30 10:48:18 -07:00
logger.py Added in context to aid in garbage cleanup to help reduce memory usage. 2014-06-30 10:48:18 -07:00
name_cache.py 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. 2014-07-23 22:07:01 -07:00
naming.py Fix for air-by-date and sports shows issues with parsing results. 2014-08-22 00:21:37 -07:00
network_timezones.py Added proxy support to Indexer APIs. 2014-07-27 03:59:21 -07:00
nzbget.py Add priority option for daily snatches (inc force) 2014-08-11 22:07:02 +02:00
nzbSplitter.py Added proxy support to Indexer APIs. 2014-07-27 03:59:21 -07:00
postProcessor.py Do not log ERROR when show isn't in list. Log WARNING instead. 2014-08-30 16:17:09 +02:00
processTV.py Added an option in Post Processing options do activated/deactivate postponing postprocess if sync files are present in download TV dir (activated by default) 2014-09-07 12:45:19 +02:00
properFinder.py 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 2014-09-06 17:25:07 -07:00
rssfeeds.py PEP8 changes for rss feed cache code 2014-08-31 12:56:45 -07:00
sab.py App name change in code. 2014-05-23 05:37:22 -07:00
sbdatetime.py More namechanges 2014-05-26 23:32:47 +02:00
scene_exceptions.py Fixes anime exceptions being cleared when editing the exceptions on editShow page 2014-08-23 11:55:00 +08:00
scene_numbering.py Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code. 2014-08-30 01:47:00 -07:00
scheduler.py PEP8 Cleanups 2014-07-26 14:52:49 -07:00
search_queue.py Fixed SearchFailedDownload when selecting multiple ep's as failed in displayShow 2014-09-19 10:55:05 +02:00
search.py Building of name cache executed now at start of searches to prevent building cache for show more then once when not needed 2014-09-15 02:46:08 -07:00
searchBacklog.py Fixed unicode error 2014-09-15 12:13:16 -07:00
show_name_helpers.py Leading zero fix for Anime. 2014-09-11 06:51:02 +10:00
show_queue.py Added proxy support to Indexer APIs. 2014-07-27 03:59:21 -07:00
showUpdater.py Moved code for cleaning up cache folder to seperate function located in helper.py. 2014-07-27 04:58:14 -07:00
subtitles.py Doesn't start a scheduled task for things not enabled to not waste resources. 2014-07-28 21:46:56 -07:00
traktChecker.py Fixed failed download handling. 2014-09-06 21:36:23 -07:00
tv.py Fix for newznab provider settings not saving properly 2014-08-29 03:29:56 -07:00
tvcache.py Fixed failed download handling. 2014-09-06 21:36:23 -07:00
ui.py Added in context to aid in garbage cleanup to help reduce memory usage. 2014-06-30 10:48:18 -07:00
versionChecker.py Third fix for zip updating and checkouts... 2014-08-18 08:17:23 +08:00
webapi.py Fixed failed download handling. 2014-09-06 21:36:23 -07:00
webserve.py Fixed SearchFailedDownload when selecting multiple ep's as failed in displayShow 2014-09-19 10:55:05 +02:00
webserveInit.py Shutdown/restarts now wait for Tornado to finish shutting down before proceeding further 2014-07-30 18:57:31 -07:00