Search found 6 matches

by nzbget_fan
06 Mar 2017, 19:38
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29611

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

I used the weekend for some testing and am returning now with bad news. The script is still not able to delete the .dw-files in the directory. I guess it has something to do how python accesses the windows file system. With Google's help I found this code import glob,os ; [os.remove(x) for x in glob...
by nzbget_fan
03 Mar 2017, 12:23
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29611

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

PS: An easy solution might be deleting all .dw-files in the source directories at the beginning of each cycle.
by nzbget_fan
03 Mar 2017, 10:32
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29611

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

So... I did quite a few (moderate) code changes. I may or may not have solved your problem, but I certainly eliminated the issue you got into where you were processing the same file over and over again. Grab the latest master copy (shortcut) and give'r another shot! Please let me know your feedback...
by nzbget_fan
02 Mar 2017, 20:46
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29611

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

After i process the NZB-File, i attempt to delete it (for this very reason because I'd hate to process it a second time and get stuck in a loop. But maybe i need to re-think this process a bit better? Maybe I should try renaming it to something else... (anything at all). I'd do this just to see if ...
by nzbget_fan
01 Mar 2017, 20:41
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29611

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

Thank you very much for your support. This hint from hugbug helped me. Try option ShellOverride in nzbget to associate .py-files with python 2.x. The script runs now.The search path in the script options didn't contain any system paths. My next problem was that another script which took the password...
by nzbget_fan
01 Mar 2017, 09:19
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29611

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

Hi all, I've an issue with the script within nzbget on a Windows 7 PC. I'm not sure if it has something to do with two installled versions of Python (V. 2.7 an 3.4) or with my windows path-variables. When I start the script manually from command line it works flawlessly. But it doesn't work within n...