Search found 7 matches
- June 30th, 2017, 1:30 pm
- Forum: Bug Reports
- Topic: overal que calculation missmatch?
- Replies: 1
- Views: 1428
overal que calculation missmatch?
Hi ! I am using sab ver 2.1.0-1 from aur https://aur.archlinux.org/packages/sabnzbd/ should be close to bleeding edge. see screenshot attached. i allway see only the current running download not the whole quee, see screenshot attached. I wuld be happy help fixing this. BR derdigge https://www2.pic-u...
- June 29th, 2017, 2:00 am
- Forum: Post-Processing Scripts
- Topic: dont wait for script to finish
- Replies: 2
- Views: 3848
Re: dont wait for script to finish
That desent work. sab is waiting for childprocesses tu finish. but that one worked 4 me http://software.clapper.org/daemonize/ with: /usr/bin/daemonize my_script.sh "$@" $@ shares all environvars with the subscript. so everything is available like discribed here: https://sabnzbd.org/wiki/s...
- June 28th, 2017, 7:08 am
- Forum: Post-Processing Scripts
- Topic: dont wait for script to finish
- Replies: 2
- Views: 3848
dont wait for script to finish
Hello every one. For my personal usecase i need to transfer the downloded data to different nas boxes here at home. It is possible and a performancegain to do so. Sabnzbdplus allways waits for script and (child/sub)processes to finish. Scripts are working it gets everything done as ecxpected but i n...
- August 12th, 2014, 4:13 am
- Forum: Bug Reports
- Topic: Nzb Passwords arent detected correct
- Replies: 3
- Views: 2061
Re: Nzb Passwords arent detected correct
You can forget about that.
My automated script renamed the file.
all "_" were replaced by "." so the pw in *.nzb.gz files was simply wrong.
My fault ....
My automated script renamed the file.
all "_" were replaced by "." so the pw in *.nzb.gz files was simply wrong.
My fault ....
- August 9th, 2014, 3:53 am
- Forum: Bug Reports
- Topic: Nzb Passwords arent detected correct
- Replies: 3
- Views: 2061
Nzb Passwords arent detected correct
Hello! I tried that several times now. Sabnzbd detects the password correctly on the original nzb file. I set Sabnzbdplus to backup all nzbs. Now if i try an backedup nzb file (.gz), the password is detected a part of the filename. But it should be as password. The Download fails of course ... Anyon...
- June 27th, 2012, 9:42 pm
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63633
Re: Adding SOCKS support for SAB
Thanks for your Reply!sander wrote:The line "self.sock.setproxy..." should start exactly under the / a previous line.
Sorry the / ? where do you mean please?
- June 26th, 2012, 3:27 pm
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63633
Re: Adding SOCKS support for SAB
3. Edit /sabnzbd/newswrapper.py where: line 166 after the else branch desc: change the object from socket to socks and the method from socket to socksipys socksocket which receives the same arguments todo: replace self.sock = socket.socket(af, socktype, proto) with self.sock = socks.socksocket(af, ...