You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
echel0n 3a2b67330c During backlog/manual/failed searches we now cache disgarded/ignored results pre-parsed for usage later on incase we end up setting a episode to wanted that matches said results, allows for maximum performance and helps limit the waste of resources used. 11 years ago
..
clients Merge pull request #593 from tutipeti/feature/synods_destination 11 years ago
databases Fixed issues with editing/saving custom scene exceptions. 11 years ago
indexers Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
metadata Fix for metadata mede8er provider for error: tvdb_attributenotfound: Cannot find attribute '_actors' 11 years ago
name_parser Tidy PP log message 11 years ago
notifiers Fixed issues with editing/saving custom scene exceptions. 11 years ago
providers During backlog/manual/failed searches we now cache disgarded/ignored results pre-parsed for usage later on incase we end up setting a episode to wanted that matches said results, allows for maximum performance and helps limit the waste of resources used. 11 years ago
__init__.py Added 10sec timeout for subtitlesFinderScheduler on shutdowns 11 years ago
autoPostProcesser.py Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
blackandwhitelist.py Fixed issues with editing/saving custom scene exceptions. 11 years ago
browser.py Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped. 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 issues with editing/saving custom scene exceptions. 11 years ago
common.py Fixes web-dl quality detection for some episode naming patterns 11 years ago
config.py Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 11 years ago
dailysearcher.py Fixed issues with editing/saving custom scene exceptions. 11 years ago
db.py removed sleep timers from db code all together, overall speed increased. 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 issues with editing/saving custom scene exceptions. 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 App name change in code. 11 years ago
helpers.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 11 years ago
history.py Fixed issues with editing/saving custom scene exceptions. 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 Fix for extensions being stripped off by mistake made when adding in -RP fix from few commits ago. 11 years ago
naming.py Fix for missing indexerid number when performing naming pattern tests. 11 years ago
network_timezones.py Fixed issues with editing/saving custom scene exceptions. 11 years ago
nzbSplitter.py Fixed issues with editing/saving custom scene exceptions. 11 years ago
nzbget.py Added Support for new append method of NZBGet 13+ 11 years ago
postProcessor.py Fix for sports shows. 11 years ago
processTV.py Testing fix for incorrectly cached results that may cause PP issues. 11 years ago
properFinder.py Fix for sports shows. 11 years ago
rssfeeds.py Reverted back to using Shove+SQLAlchemy for storing persistent object data to avoid any more DB corruption errors. 11 years ago
sab.py App name change in code. 11 years ago
sbdatetime.py More namechanges 11 years ago
scene_exceptions.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
scene_numbering.py Added code to perform disposal of bs4 class when finished as well as perform garbage collection afterwards, this fixed a memory leak issue SR was experiancing during backlog/manual/failed searches. 11 years ago
scheduler.py Fix for threading schedualers and subtitles. 11 years ago
search.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
searchBacklog.py Fix for extensions being stripped off by mistake made when adding in -RP fix from few commits ago. 11 years ago
search_queue.py Fixed failed and manual snatches that where causing WebUI lock-ups. 11 years ago
showUpdater.py Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer 11 years ago
show_name_helpers.py Fixed issues with editing/saving custom scene exceptions. 11 years ago
show_queue.py Fix for threading issues with backlogs and whitelist/blacklist issues for anime shows. 11 years ago
subtitles.py Checks if trakt is enabled before attempting to start schedualed thread tasks. 11 years ago
traktChecker.py Checks if trakt is enabled before attempting to start schedualed thread tasks. 11 years ago
tv.py Added code to perform disposal of bs4 class when finished as well as perform garbage collection afterwards, this fixed a memory leak issue SR was experiancing during backlog/manual/failed searches. 11 years ago
tvcache.py During backlog/manual/failed searches we now cache disgarded/ignored results pre-parsed for usage later on incase we end up setting a episode to wanted that matches said results, allows for maximum performance and helps limit the waste of resources used. 11 years ago
tvtumbler.py Re-write of Indexer API wrapper 11 years ago
ui.py Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
version.py Fixed version string 11 years ago
versionChecker.py Switched update url for git repo to use non-ssl url. 11 years ago
webapi.py Fixed issues with editing/saving custom scene exceptions. 11 years ago
webserve.py Fixed TypeError: processEpisode() got an unexpected keyword argument issues when using nzbToMedia scripts. 11 years ago
webserveInit.py Fixed issues with editing/saving custom scene exceptions. 11 years ago