.. |
clients
|
Add transmission seed for X hours option
|
11 years ago |
databases
|
Anime propers
|
11 years ago |
indexers
|
Moved code for cleaning up cache folder to seperate function located in helper.py.
|
11 years ago |
metadata
|
Added proxy support to Indexer APIs.
|
11 years ago |
name_parser
|
Sports regex updated
|
11 years ago |
notifiers
|
Added exception catching for timeouts to notifiers
|
11 years ago |
providers
|
Merge pull request #803 from tresni/fixrsstorrent
|
11 years ago |
__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
|
11 years ago |
autoPostProcesser.py
|
Doesn't start a scheduled task for things not enabled to not waste resources.
|
11 years ago |
blackandwhitelist.py
|
Fixed issues with editing/saving custom scene exceptions.
|
11 years ago |
browser.py
|
Fix for newznab provider settings not saving properly
|
11 years ago |
bs4_parser.py
|
Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements.
|
11 years ago |
classes.py
|
Fixed TorrentSearchResult instance has no attribute 'content' errpr
|
11 years ago |
common.py
|
Fix some of the unit tests
|
11 years ago |
config.py
|
Fixed backlog frequency calculator code for realtime changes
|
11 years ago |
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
|
11 years ago |
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.
|
11 years ago |
encodingKludge.py
|
Fixed issues with editing/saving custom scene exceptions.
|
11 years ago |
event_queue.py
|
Fix for threading schedualers and subtitles.
|
11 years ago |
exceptions.py
|
Added anime support with anidb support.
|
11 years ago |
failedProcessor.py
|
Fixed failed download handling.
|
11 years ago |
failed_history.py
|
Fixed issues with editing/saving custom scene exceptions.
|
11 years ago |
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.
|
11 years ago |
gh_api.py
|
Fixes for updating/checkout of source installed versions.
|
11 years ago |
helpers.py
|
Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code.
|
11 years ago |
history.py
|
Anime propers
|
11 years ago |
image_cache.py
|
Added in context to aid in garbage cleanup to help reduce memory usage.
|
11 years ago |
logger.py
|
Added in context to aid in garbage cleanup to help reduce memory usage.
|
11 years ago |
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.
|
11 years ago |
naming.py
|
Fix for air-by-date and sports shows issues with parsing results.
|
11 years ago |
network_timezones.py
|
Added proxy support to Indexer APIs.
|
11 years ago |
nzbSplitter.py
|
Added proxy support to Indexer APIs.
|
11 years ago |
nzbget.py
|
Add priority option for daily snatches (inc force)
|
11 years ago |
postProcessor.py
|
Do not log ERROR when show isn't in list. Log WARNING instead.
|
11 years ago |
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)
|
11 years ago |
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
|
11 years ago |
rssfeeds.py
|
PEP8 changes for rss feed cache code
|
11 years ago |
sab.py
|
App name change in code.
|
11 years ago |
sbdatetime.py
|
More namechanges
|
11 years ago |
scene_exceptions.py
|
Fixes anime exceptions being cleared when editing the exceptions on editShow page
|
11 years ago |
scene_numbering.py
|
Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code.
|
11 years ago |
scheduler.py
|
Doesn't start a scheduled task for things not enabled to not waste resources.
|
11 years ago |
search.py
|
Building of name cache executed now at start of searches to prevent building cache for show more then once when not needed
|
11 years ago |
searchBacklog.py
|
Fixed unicode error
|
11 years ago |
search_queue.py
|
Implemented the queuing functionality also for Failed downloads.
|
11 years ago |
showUpdater.py
|
Moved code for cleaning up cache folder to seperate function located in helper.py.
|
11 years ago |
show_name_helpers.py
|
Leading zero fix for Anime.
|
11 years ago |
show_queue.py
|
Added proxy support to Indexer APIs.
|
11 years ago |
subtitles.py
|
Doesn't start a scheduled task for things not enabled to not waste resources.
|
11 years ago |
traktChecker.py
|
Fixed failed download handling.
|
11 years ago |
tv.py
|
Fix for newznab provider settings not saving properly
|
11 years ago |
tvcache.py
|
Fixed failed download handling.
|
11 years ago |
ui.py
|
Added in context to aid in garbage cleanup to help reduce memory usage.
|
11 years ago |
versionChecker.py
|
Third fix for zip updating and checkouts...
|
11 years ago |
webapi.py
|
Fixed failed download handling.
|
11 years ago |
webserve.py
|
Add first revision of calendar to coming episodes
|
11 years ago |
webserveInit.py
|
Shutdown/restarts now wait for Tornado to finish shutting down before proceeding further
|
11 years ago |