Search found 180 matches

by doubledrat
October 13th, 2009, 4:32 pm
Forum: General Help
Topic: Can SABNZBD+ spill over onto a seperate storage device?
Replies: 4
Views: 3439

Re: Can SABNZBD+ spill over onto a seperate storage device?

you could do it as a postproc script

check free space.  if low copy sab ini for downloadng to alternate drive over current ini and restart sab to reread ini
by doubledrat
October 12th, 2009, 10:45 am
Forum: General Help
Topic: Can SABNZBD+ spill over onto a seperate storage device?
Replies: 4
Views: 3439

Re: Can SABNZBD+ spill over onto a seperate storage device?

you could always have different categories of download go to different drives...
by doubledrat
October 6th, 2009, 5:34 am
Forum: General Help
Topic: New user need help
Replies: 12
Views: 7066

Re: New user need help

Joy wrote: @doubledrat  how to configure it ......Just curious
it's in the menu somewhere, not difficult to find.  can't tell you exactly as I use v5 now which may well be different
by doubledrat
October 6th, 2009, 2:10 am
Forum: General Help
Topic: New user need help
Replies: 12
Views: 7066

Re: New user need help

or, just configure sab to shutdown itself when the queue is finished
by doubledrat
October 3rd, 2009, 4:53 am
Forum: General Help
Topic: Automatically download subs
Replies: 4
Views: 3366

Re: Automatically download subs

there's something called YAMJ which downloads covers, plots etc for display as a web based jukebox.  I believe that can be told to also download subs.

http://code.google.com/p/moviejukebox/
by doubledrat
October 2nd, 2009, 1:50 pm
Forum: Post-Processing Scripts
Topic: [Linux] Symlink script - Unifies Hard Drive Contents
Replies: 2
Views: 3027

Re: [Linux] Symlink script - Unifies Hard Drive Contents

wouldn't it be easier to just link the downloaded directory as it's a parameter to the postproc job?

e.g.

Code: Select all

ln -s "$1" "/mnt/sdb/$3"
I'm cheating a bit as I'm using the name of the download ($3) for the linked name, but it should do what you want
by doubledrat
September 17th, 2009, 11:21 am
Forum: Post-Processing Scripts
Topic: [Windows] Moving final directory to another folder
Replies: 4
Views: 4040

Re: [Windows] Moving final directory to another folder

SprkFade wrote: Apparently I was looking for a complex solution to an easy problem. ;(
thought so.  at least you have a solution now :)
by doubledrat
September 17th, 2009, 6:05 am
Forum: Post-Processing Scripts
Topic: [Windows] Moving final directory to another folder
Replies: 4
Views: 4040

Re: [Windows] Moving final directory to another folder

??? why not tell SAB to put it in the final destination in the first place?
by doubledrat
August 15th, 2009, 3:03 am
Forum: Post-Processing Scripts
Topic: a script running a script
Replies: 3
Views: 3495

Re: a script running a script

I don't think that will work as the current dir in the example is the script dir.  just

Code: Select all

#!/bin/bash
cd /movies/yamj
./MovieJukebox.sh libraries.xml -c -o ./
should do it
by doubledrat
August 6th, 2009, 11:06 am
Forum: Feature Requests
Topic: Wait until computer is idle to unRAR/PAR
Replies: 3
Views: 4309

Re: Wait until computer is idle to unRAR/PAR

would reducing the priority of your sab process help at all?  task manager/processes, right click on sabnzbd.exe and set the priority
by doubledrat
July 31st, 2009, 8:29 am
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 5702

Re: [windows] need help with making a script

yours is fine as long as you never want to do more than 1 command and your files are not in subdirectories
by doubledrat
July 31st, 2009, 4:55 am
Forum: Post-Processing Scripts
Topic: Can you control emails via scripting?
Replies: 13
Views: 8404

Re: Can you control emails via scripting?

it seems we're more interested in this than the original poster!
by doubledrat
July 31st, 2009, 4:53 am
Forum: Post-Processing Scripts
Topic: [windows] need help with making a script
Replies: 7
Views: 5702

Re: [windows] need help with making a script

I know teralove will tell me off for this as it's not generic ;) but this should do what you want set dirname=%1 set dirname=%dirname:"=% set name=%3 set name=%name:"=% set nbID=%4 set DLTYPE=%5 for /R "%dirname%" %%f in (*.iso) do call :doit "%%f" GOTO :EOF :doit REM t...
by doubledrat
July 30th, 2009, 6:11 am
Forum: Post-Processing Scripts
Topic: Can you control emails via scripting?
Replies: 13
Views: 8404

Re: Can you control emails via scripting?

true.  it's just I know batch or shell scripting better than I know python.  I could give him an answer in 2 mins in those environments, also I can't see many people wanting to do this, so portability may not be an issue
by doubledrat
July 30th, 2009, 4:07 am
Forum: General Discussion
Topic: Thankyou for SABnzbd
Replies: 12
Views: 9252

Re: Thankyou for SABnzbd

me too.  as a (rather amateur) programmer, I know how much effort something like this takes to write, so again thanks again to the team for putting in all their efforts to make this the best NZB downloader out there (free or otherwise).