-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent infinite loop with process dir and keep original files #111
Comments
Yes please! I just hit this problem this morning. I have vuze downloading the torrents, then when completed vuze moves the file to the directory that sickbeard monitors. If SB moves the file, vuze gets errors because the file disappears. I thought I'd try telling SB to leave the file there such that I could manually tell vuze to remove it, but then I found the SB was post-processing the files over and over every 10 minutes. Am I doing this all wrong? |
Yes, but I prefer to wait this to be merged at least with the development branch of midgetspy, to avoid problems if he decide to use another pull. |
Roger. Any chance of this being merged as well? |
As noted in #149, midgetspy/Sick-Beard@9f309a4 merges this functionality into the development branch and seems to be functional when I manually merged to this torrent fork for testing:
This creates a native solution to allow the "Scan & Process" and "Keep Original Files" features work together without triggering unnecessary disk i/o and notifications every 10 minutes due to seeding. I'd love to see this functionality in the torrent fork as I depend on the Transmission RPC client to set a separate path for Sickbeard downloads - which works perfectly, thanks for maintaining this fork! |
Nice. Going to test this as soon as possible @lansinghd . |
Any update on this? |
+1 This functionality would probably lower the CPU usage on my Synology, where I run SickBeard. |
+1 It's really annoying to see SickBeard process the downloaded files over and over, because without keeping the original files, you can't share the downloaded files. Isn't this supposed to be the torrent edition of SickBeard? |
I'm also waiting for this fixed to be merged. |
@rui-castro, would you know if your current fork also prevents SickBeard from repeatedly searching for subtitles in cases where it can't find them? |
@dmarcelino, besides the patch to prevent the infinite processing loop, my fork is exactly like this one. So, no. |
I see, thanks! |
Any up date on this? If I could leave the original files where they are, I wouldn't have so many seeding errors with files being moved all over the place. |
Any chance that you could import this pull into this fork?
midgetspy#629
The text was updated successfully, but these errors were encountered: