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 09f53d3537 Filtering of torrents with 0 seeders is no longer forced, filtering now is done strictly by min seed and min leech user settins which can be set from search provider config settings. 11 years ago
..
clients Merge pull request #593 from tutipeti/feature/synods_destination 11 years ago
databases Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead. 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 Fix for show parsing errors to be displayed via debug logs now instead as a warning. 11 years ago
notifiers Fix for anime showObj regex matching. 11 years ago
providers Filtering of torrents with 0 seeders is no longer forced, filtering now is done strictly by min seed and min leech user settins which can be set from search provider config settings. 11 years ago
__init__.py Fixed the default naming patterns for ABD and SPORTS plus increased default indexer timeout from 10 to 20 11 years ago
autoPostProcesser.py Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
blackandwhitelist.py Added in context to aid in garbage cleanup to help reduce memory usage. 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
classes.py Upgraded IMDBpy and improved performance of it. 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 Minor GUI and console fixes 11 years ago
db.py Fixed blackAndWhitelist for anime release groups. 11 years ago
encodingKludge.py App name change in code. 11 years ago
event_queue.py Fixed restart/updating issues for synology/qnap devices, may also resolve other OS related simular issues. 11 years ago
exceptions.py Added anime support with anidb support. 11 years ago
failedProcessor.py Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead. 11 years ago
failed_history.py Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 11 years ago
generic_queue.py Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
gh_api.py App name change in code. 11 years ago
helpers.py Fix for symlinking during Post-Processing 11 years ago
history.py Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 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 Removed maintance schedualer and moved the routines from it to happen before a search is started to ensure things are up to date and to stop waking up synology devices, regexes also made less greedy. 11 years ago
naming.py NameParser now won't bother to proceed parsing release name results untill it finds a valid show object in the DB to confirm its a show in our list, naming patterns automatically bypass this restriction. 11 years ago
network_timezones.py Reverted some changes. 11 years ago
nzbSplitter.py Unable to parse filename errors are now set to show via DEBUG logs only to prevent unicode chars from causing misc beeping sounds ... 11 years ago
nzbget.py More namechanges 11 years ago
postProcessor.py Fix for post-processing and parsing errors. 11 years ago
processTV.py Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead. 11 years ago
properFinder.py Unable to parse filename errors are now set to show via DEBUG logs only to prevent unicode chars from causing misc beeping sounds ... 11 years ago
rssfeeds.py Fixed the default naming patterns for ABD and SPORTS plus increased default indexer timeout from 10 to 20 11 years ago
sab.py App name change in code. 11 years ago
sbdatetime.py More namechanges 11 years ago
scene_exceptions.py SickRage now uses a internal name cache comprised of (showlist, scene exceptions, scene names) used to search and create show objects from which is needed for parsing search results. 11 years ago
scene_numbering.py Add support for animes with a different series name per tvdb season 11 years ago
scheduler.py Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
search.py Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead. 11 years ago
searchBacklog.py Added in context to aid in garbage cleanup to help reduce memory usage. 11 years ago
search_queue.py Removed maintance schedualer and moved the routines from it to happen before a search is started to ensure things are up to date and to stop waking up synology devices, regexes also made less greedy. 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 Unable to parse filename errors are now set to show via DEBUG logs only to prevent unicode chars from causing misc beeping sounds ... 11 years ago
show_queue.py SickRage now uses a internal name cache comprised of (showlist, scene exceptions, scene names) used to search and create show objects from which is needed for parsing search results. 11 years ago
subtitles.py Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 11 years ago
traktChecker.py Startup/Restart issues resolved. 11 years ago
tv.py Unable to parse filename errors are now set to show via DEBUG logs only to prevent unicode chars from causing misc beeping sounds ... 11 years ago
tvcache.py Disabled purging of feed-cache items for providers. 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 Added back tvrage_name and tvrage_id to mirror show_name and indexer_id so that other apps that need those values have them available. 11 years ago
webserve.py Fixed redirect issues which should now resolve reverse proxy web_root issues as well. 11 years ago
webserveInit.py Fixed restart/updating issues for synology/qnap devices, may also resolve other OS related simular issues. 11 years ago