1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-11 03:45:01 -05:00
SickRage/sickbeard
JackDandy d04937cb8b Output success if *all* the many post processing actions are successful, otherwise indicate a problem occurred if one fails.
This outcome message is displayed in the SAB history UI and improves on the existing "deleting filex" message that only applies to the last action done during a multiple action batch.
2014-05-15 11:27:22 +01:00
..
clients Fixes Invalid ratio error when ratio is not set 2014-05-12 11:31:44 +01:00
databases Added code to check and confirm that a daily search was performed on previous cache results before we go ahead with clearing the cache and wasting results that could hold potential items to be snatched. 2014-05-15 00:20:00 -07:00
indexers Test fix #1 2014-05-03 03:48:06 -07:00
metadata Fixed metadata code to add proper indexer info to the tvshow.nfo files 2014-05-14 02:42:08 -07:00
name_parser Fix for air-by-date and sports shows when searching for full seasons. 2014-05-14 01:01:36 -07:00
notifiers Update boxcar2.py 2014-05-14 12:32:16 +02:00
providers Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu. 2014-05-14 21:16:46 -07:00
__init__.py Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu. 2014-05-14 21:16:46 -07:00
autoPostProcesser.py Re-write of Indexer API wrapper 2014-03-24 22:57:24 -07:00
browser.py Fixed issues with multi-threading. 2014-05-08 07:04:01 -07:00
classes.py Major changes made to search code, tvcache code, and name parser 2014-05-03 02:23:26 -07:00
common.py Adding webm as a supported extension 2014-05-03 00:08:52 +02:00
config.py Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu. 2014-05-14 21:16:46 -07:00
dailysearcher.py Improved caching results code, helps with daily searches. 2014-05-14 22:55:39 -07:00
db.py Fix for manual and backlog download/search issues. 2014-05-11 05:51:39 -07:00
encodingKludge.py Fix for topdown issue in postprocessTV 2014-05-14 09:18:54 -07:00
exceptions.py Fixed mediaToSickBeard issues 2014-04-26 00:56:24 -07:00
failed_history.py Fix for failed downloads and improper storing of release name in db 2014-05-13 09:30:25 -07:00
failedProcessor.py Major changes made to search code, tvcache code, and name parser 2014-05-03 02:23:26 -07:00
generic_queue.py Fix for backlog and manual searches not being executed 2014-05-12 04:10:45 -07:00
gh_api.py Re-write of Indexer API wrapper 2014-03-24 22:57:24 -07:00
helpers.py Fixed cache issues. 2014-05-13 08:44:31 -07:00
history.py Fix for failed download issues. 2014-05-13 04:16:32 -07:00
image_cache.py Code cleanup 2014-04-27 03:59:00 -07:00
logger.py Fixed issues with multi-threading. 2014-05-08 07:04:01 -07:00
name_cache.py Fix to stop removal message of cache items from occuring when untrue 2014-05-14 23:06:39 -07:00
naming.py Fixed issues with parsing release names and naming patterns including regex for sports is now more accurate then ever! 2014-05-01 17:57:51 -07:00
network_timezones.py Fixed issues with multi-threading. 2014-05-08 07:04:01 -07:00
nzbget.py Merging changes from Prinz23, PR#156 2014-05-06 00:48:28 +02:00
nzbSplitter.py Major changes made to search code, tvcache code, and name parser 2014-05-03 02:23:26 -07:00
postProcessor.py Add new feature, set file date to episode aired date. 2014-05-14 13:33:36 +01:00
processTV.py Output success if *all* the many post processing actions are successful, otherwise indicate a problem occurred if one fails. 2014-05-15 11:27:22 +01:00
properFinder.py Fixed issues with multi-threading. 2014-05-08 07:04:01 -07:00
rssupdater.py Improved caching results code, helps with daily searches. 2014-05-14 22:55:39 -07:00
sab.py Re-write of Indexer API wrapper 2014-03-24 22:57:24 -07:00
sbdatetime.py Reset on every call of Datetime print function the format to default 2014-05-10 14:02:05 +02:00
scene_exceptions.py Code cleanup 2014-04-27 03:59:00 -07:00
scene_numbering.py Added incomplete indexer <-> scene mapping check 2014-05-11 15:24:02 -07:00
scheduler.py Fix for scene numbering manually when show has incomplete xem mapping. 2014-05-13 03:03:11 -07:00
search_queue.py Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu. 2014-05-14 21:16:46 -07:00
search.py Fix for search iteration issue 2014-05-14 15:28:44 -07:00
searchBacklog.py Fixed backlog searches 2014-05-11 06:11:18 -07:00
show_name_helpers.py Fix for air-by-date and sports shows when searching for full seasons. 2014-05-14 01:01:36 -07:00
show_queue.py Fixed metadata code to add proper indexer info to the tvshow.nfo files 2014-05-14 02:42:08 -07:00
showUpdater.py Added back in the code to clean up SB's cache files after a set amount of days have passed 2014-03-27 15:42:12 -07:00
subtitles.py Revert "Updated Subliminal to 0.80 and fixed issues with subtitle downloading." 2014-05-14 18:41:08 -07:00
traktWatchListChecker.py Merge pull request #106 from joshjowen/indexerfix 2014-04-30 18:51:05 -07:00
tv.py Revert "Updated Subliminal to 0.80 and fixed issues with subtitle downloading." 2014-05-14 18:41:08 -07:00
tvcache.py Added code to check and confirm that a daily search was performed on previous cache results before we go ahead with clearing the cache and wasting results that could hold potential items to be snatched. 2014-05-15 00:20:00 -07:00
tvtumbler.py Re-write of Indexer API wrapper 2014-03-24 22:57:24 -07:00
ui.py Re-write of Indexer API wrapper 2014-03-24 22:57:24 -07:00
version.py Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
versionChecker.py Fix for failed download issues. 2014-05-13 04:16:32 -07:00
webapi.py Fix for manual and backlog download/search issues. 2014-05-11 05:51:39 -07:00
webserve.py Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu. 2014-05-14 21:16:46 -07:00
webserveInit.py Add proper handling for reverse proxies 2014-05-04 18:04:04 -04:00