Change postprocess ignore hidden pass nzb delete#803
Closed
ghost wants to merge 4 commits intodevelopmentfrom
unknown repository
Closed
Change postprocess ignore hidden pass nzb delete#803ghost wants to merge 4 commits intodevelopmentfrom unknown repository
ghost wants to merge 4 commits intodevelopmentfrom
unknown repository
Conversation
Contributor
|
If this is the same code/branch that I tested a few months ago.. I did'nt run into any problems with it. |
|
If $sickbeard.TV_DOWNLOAD_DIR has a space in the directory name then it cuts the directory short at the space. You can still choose the right directory via the browse button. config.ini: I'm not sure what to change the line to as neither " or ' work to quote the string. |
Author
|
Thanks, |
added 4 commits
March 5, 2014 20:51
+ Change replace rules + Include PR-620-jayme-github Process files by size but reversed (biggest first) + Add postProcessor checks: status, quality/filesize, already processed + Change search for airdate in database instead of thetvdb + Add tv download dir as default manual post-process directory + Add is_proper to nameparser + Change use quality from snatch history instead of status quality + PEP8
Add ignore hidden subfolders (subfolder starts with .) Removing ignored_filestrings from postProcessor because subfolders with . are not being processed. Add pass (inherit) nzbName to subfolder When no videofiles are in the mainfolder and there is only one subfolder, pass nzbName to subfolder Add delete empty folder For now only delete empty folders on scripts and automatic. Safety net, with manual it's easier to browse and select root folder + Change some logging and error messages
Safer since processer sorts biggest first, potential risc of replacing with smaller stuff (sample) only because name has proper in it. + Add force replace manual post processing
gborri
pushed a commit
to gborri/Sick-Beard
that referenced
this pull request
Sep 22, 2014
Fix RssTorrent where there may be empty values in configuration
This pull request was closed.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change PostProcessing checks and rules
closes gh-393
Add ignore hidden, pass nzb, delete empty to processTV
Add ignore hidden subfolders (subfolder starts with .)
Removing ignored_filestrings from postProcessor
because subfolders with . are not being processed.
Add pass (inherit) nzbName to subfolder
When no videofiles are in the mainfolder and there is only one subfolder,
pass nzbName to subfolder
Add delete empty folder
For now only delete empty folders on scripts and automatic.
Safety net, with manual it's easier to browse and select root folder
closes gh-777