Search found 87 matches

by Usenet
February 18th, 2008, 7:05 am
Forum: Feature Requests
Topic: Run as a service natively
Replies: 10
Views: 9300

Re: Run as a service natively

That would probably include some C coding and SAB is made in python. The executable in made with a py2exe program "just" wrapping py code for the win32 platform...
Im not a code either, and would be very happy if this could be done :)
by Usenet
February 18th, 2008, 6:26 am
Forum: Feature Requests
Topic: Run as a service natively
Replies: 10
Views: 9300

Re: Run as a service natively

I think it would be great, but it could be some hassle with distributing the needed binaries srvany.exe and instsrv.exe. An alternative service launcher https://slion.net/view/Dev/ExeService could maybe solve this?





-Popcorn rules!
by Usenet
February 18th, 2008, 3:41 am
Forum: Feature Requests
Topic: Post-processing Script Control/Ouput Requests
Replies: 1
Views: 4627

Re: Post-processing Script Control/Ouput Requests

My suggestion:
Two menu's: the -RUB+S and next to it the scripts (with the default script specified in the config file) as preset. Most important is the possibility to append scripts to jobs in the que..
by Usenet
February 17th, 2008, 5:55 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

Great you updated the wiki.
PLease also change

Code: Select all

instsrv "c:\Program Files\Windows Resource Kits\Tools\srvany.exe"
to

Code: Select all

instsrv SABnzbd "c:\Program Files\Windows Resource Kits\Tools\srvany.exe"
to make it easier for first-timers ;)
by Usenet
February 17th, 2008, 5:45 pm
Forum: General Help
Topic: how to remove automatic browser lauch
Replies: 6
Views: 7095

Re: how to remove automatic browser lauch

What i meant was that you should add an additional parameter to the registry, where you store the switches..
Keep the ones you got, pointing out the directory and one pointing out the executable. Then add "my" where you point out the switch for running in daemon mode. OK?
by Usenet
February 17th, 2008, 2:04 pm
Forum: Feature Requests
Topic: Post-processing Script Control/Ouput Requests
Replies: 1
Views: 4627

Re: Post-processing Script Control/Ouput Requests

Simply put I'd love to see the option to ad a scrip (from a selection) to items in the que. Sometimes I would like to change the default download path of some stuff and then an move script could be handy, other times I'd like the server to shut down after completed download (and run a shut down scri...
by Usenet
February 16th, 2008, 4:53 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

GREAT, now the service works!! Thanks for great work! :) I have an addition to the "service" instructions on the wiki (and a few corrections but i skip em now..): Create an 'AppParameters' value of type REG_SZ and specify the parameters for your app. For Example: AppParameters: REG_SZ: -d ...
by Usenet
February 16th, 2008, 1:52 pm
Forum: Feature Requests
Topic: Email: attach NZB file.
Replies: 7
Views: 6653

Re: Email: attach NZB file.

Wouldnt it be even nicer if SAB checked an inbox every 10 min and then if a attched nzb was there it would start to download. Were handy for starting downloads from works etc.. :)
by Usenet
February 15th, 2008, 10:49 am
Forum: Post-Processing Scripts
Topic: Move to NAS/server
Replies: 7
Views: 13342

Re: Move to NAS/server

Aha, even for the win32 version of SABnzbd? 
by Usenet
February 15th, 2008, 10:15 am
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

Glad I can help :)
Just trying to figure out how to "compile" the source for win.. something with py2win.exe ... ;)
by Usenet
February 15th, 2008, 7:42 am
Forum: Post-Processing Scripts
Topic: Move to NAS/server
Replies: 7
Views: 13342

Re: Move to NAS/server

First of all , for me it doesn't work. All folders are assumed to be under the install folder ... 
Secondly, it must be much faster to access the files locally during checking and repairing and once done , sent it away :)
by Usenet
February 15th, 2008, 7:29 am
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

looking at the code ################################################################################ # Signal Handler                                                              # ################################################################################ def sig_handler(signum = None, frame =...
by Usenet
February 15th, 2008, 5:30 am
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

I found it: http://msdn2.microsoft.com/en-us/library/ms683242(VS.85).aspx dwCtrlType     The type of control signal received by the handler. This parameter can be one of the following values.     Value Meaning     CTRL_C_EVENT     0     A CTRL+C signal was received, either from keyboard input or fro...
by Usenet
February 14th, 2008, 6:05 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

Thanks for the help. I'll try anything to get it to run as a service ;).
ANy idea what the signal 5 means?
by Usenet
February 14th, 2008, 5:13 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27623

Re: PostProcessing doesnt work?

You are very clear, and Im thankfull for that.
Im using the SABnzbd-console.exe file.. a strange thing though, both have the exact same size 79360bytes... could this be right?