-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup Notifiers code. Pull #832 * Safeguard notifiers from affecting the post-processing routine, catch and log exceptions. * Added notification support for Synology (notifies Synology DSM) and migrate settings If you are having problems getting this to work reference: http://forum.synology.com/enu/viewtopic.php?f=27&t=55627 * Cleaned up logging entries, trying to standardize on what level we report and verbiage (not using contractions, prune out duplicate/excessive entries) Cleanup release names and release group for releases, also fix the re-scan process from overwriting existing stored release_name so that we keep the original cleaned up release in tact. * Remove non-release group from release group such as RP and NZBGEEK * Remove known media extensions .avi, .mkv, .mp4, etc and download extensions like .nzb, .torrent from release name Change detection non seasons packs Change Roman numerals conversion (PR-589) Change our scheduled tasks to use delay start instead of just kicking off immediately to let SB finish it's start-up routines. Also silent logging until the actual routine is ran, prevent erroneous logging when we were just checking to see if it was time to actually start the scheduled task. * We delay the currentSearch (rss) by 5 mins * We delay the autoPostProcesser by 5 mins * We delay the backlogSearch (limited/full) by 17 mins * We delay the properFinder/showUpdate by 1 cycle (1hr) This overall should help let slower NAS systems finish updating / spin up drives / establish network connectivity before SB starts its logic.
- Loading branch information
Showing
27 changed files
with
519 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.