Search found 8 matches

by Assmonkey
May 30th, 2016, 9:10 am
Forum: Bug Reports
Topic: SABnzdb server test failure
Replies: 19
Views: 12642

Re: SABnzdb server test failure

I have the same exact problem on FreeNAS and SABnzbd 1.x. The funny thing is if I import my old sabnzbd.ini which already has the servers setup, the actual downloading will work if I add an nzb, but testing the connection under Servers give the ERRNO message. :) Also wanted to add that nothing gets ...
by Assmonkey
August 5th, 2009, 11:47 am
Forum: Third-party Addons
Topic: SABnzbd Monitor, first public release
Replies: 38
Views: 46252

Re: SABnzbd Monitor, first public release

Still getting the "there was a problem pausing SABnzbd" error. It still pauses SABnzbd though, just that it fires off that message first every time.
by Assmonkey
July 31st, 2009, 8:58 am
Forum: General Help
Topic: Why rename to _UNPACK_ when it's just moving/copying the dir?
Replies: 6
Views: 4575

Re: Why rename to _UNPACK_ when it's just moving/copying the dir?

Any way to modify what it gets renamed to? Like you said, _UNPACK_ doesn't make much sense in my case and somebody accessing my server won't know what to do with a dir with that name.
I'd rather have it like this if it has to be renamed to something:

Dir_Name_Here.INCOMPLETE
by Assmonkey
July 31st, 2009, 6:34 am
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 6080

Re: [windows] need help with making a script

Hehe, seems I managed to do it myself after all. No idea whose is the better solution though. :)
Here's mine:

Code: Select all

FOR /F "usebackq"  %%i IN (`dir /B %1`) DO mycmd.exe="%1\%%i"
by Assmonkey
July 31st, 2009, 1:36 am
Forum: General Help
Topic: Why rename to _UNPACK_ when it's just moving/copying the dir?
Replies: 6
Views: 4575

Re: Why rename to _UNPACK_ when it's just moving/copying the dir?

Well technically the release/files are done, in the the complete folder, so all it is doing now is moving it to the folder entered in the category section. I just don't see the benefit of putting it into a folder and then rename the folder when it's done with the filecopy, imo it only creates more p...
by Assmonkey
July 31st, 2009, 12:48 am
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 6080

Re: [windows] need help with making a script

TeraLove wrote: Just out of curiosity, what is this mystery program that you want to run for each file? :P

Also, what kind of self-insulting username is that?
It's actually an SFV-checker of sorts but not.

You don't like my nick, haha? My girlfriend gave it to me, hahaha. ;D
by Assmonkey
July 30th, 2009, 4:16 pm
Forum: General Help
Topic: Why rename to _UNPACK_ when it's just moving/copying the dir?
Replies: 6
Views: 4575

Why rename to _UNPACK_ when it's just moving/copying the dir?

I'm not using any Unpacking on my downloads, just the PAR check. When the download completes and it gets moved according to what is set up in the categories, it first creates the folder with _UNPACK_ in the name. When it's done copying, it renames itself by removing the _UNPACK_ part. Why do this in...
by Assmonkey
July 30th, 2009, 4:09 pm
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 6080

[windows] need help with making a script

I'm sure this can be done in 15 seconds by those who know how... I'm looking for a batch/cmd file that will run another program/command for every filename in the release/download directory (%1 if I'm not mistaken). The command to be run doesn't support wildcards so it needs to be fed each and every ...