Search found 15 matches

by Crush
August 1st, 2011, 3:32 pm
Forum: Post-Processing Scripts
Topic: Need help with simple script for OS X
Replies: 3
Views: 2903

Re: Need help with simple script for OS X

Yep. My 2nd post contains the code I currently use.

Edit: I see my wording was ambiguous in my 2nd post. The code in that post is what I was ultimately looking for.
by Crush
July 30th, 2011, 11:10 pm
Forum: General Help
Topic: Set SABnzbd+ always shutdown after queue complete?
Replies: 4
Views: 2620

Re: Set SABnzbd+ always shutdown after queue complete?

Been using this for a while and it works great other than the fact that I must launch SABnzbd+ a second time.

Example: Download NZB(s), launch SABnzbd, SABnzbd adds NZB(s), SABnzbd quits by itself, launch SABnzbd a second time and every thing goes fine after that.
by Crush
July 19th, 2011, 5:10 am
Forum: General Help
Topic: Set SABnzbd+ always shutdown after queue complete?
Replies: 4
Views: 2620

Set SABnzbd+ always shutdown after queue complete?

Is there a way to do this?
by Crush
June 18th, 2011, 1:17 pm
Forum: General Help
Topic: Reducing Disk I/O (ionice?)
Replies: 9
Views: 7871

Re: Reducing Disk I/O (ionice?)

Well, that's disappointing. Thanks for the heads up!
by Crush
June 18th, 2011, 3:14 am
Forum: General Help
Topic: Reducing Disk I/O (ionice?)
Replies: 9
Views: 7871

Re: Reducing Disk I/O (ionice?)

shypike wrote: Alas, the OSX kernel does not support it.
Despite his Steveness' claims, OSX isn't that modern (at least not under the hood).
Could this not tap into the built in "nice" command or does that not do the same thing?
by Crush
June 18th, 2011, 1:44 am
Forum: General Help
Topic: Reducing Disk I/O (ionice?)
Replies: 9
Views: 7871

Re: Reducing Disk I/O (ionice?)

So what about OS X? Is there a way to get this to work since I think OS X comes with a nice utility out of the box?
by Crush
May 23rd, 2011, 12:22 am
Forum: Post-Processing Scripts
Topic: simple script to move files after processing
Replies: 39
Views: 72949

Re: simple script to move files after processing

Yeah. I forgot to post in this thread. I got this working. I love it!

Code: Select all

#!/bin/bash

DIR_DEST=${HOME}/Movies/
DIR_TRASH=${HOME}/.Trash/

mv -f "$1"/* $DIR_DEST && mv -fv "$1" $DIR_TRASH
by Crush
May 16th, 2011, 3:40 am
Forum: Post-Processing Scripts
Topic: Need help with simple script for OS X
Replies: 3
Views: 2903

Re: Need help with simple script for OS X

Someone else helped me out on a different forum. Here is what I am currently using if anyone was interested.

Code: Select all

#!/bin/bash

DIR_DEST=${HOME}/Movies/
DIR_TRASH=${HOME}/.Trash/

mv -f "$1"/* $DIR_DEST && mv -fv "$1" $DIR_TRASH
by Crush
May 15th, 2011, 2:25 am
Forum: Post-Processing Scripts
Topic: Need help with simple script for OS X
Replies: 3
Views: 2903

Need help with simple script for OS X

Hello! I am looking to make a simple script for OS X to move all files out of a folder and into a different folder. For example: Say I download something, it finishes and it unpacks to a directory called "Ubuntu 11 04." Inside of this folder, is the actual burnable image file. I want to mo...
by Crush
May 4th, 2011, 5:04 pm
Forum: Post-Processing Scripts
Topic: simple script to move files after processing
Replies: 39
Views: 72949

Re: simple script to move files after processing

Mar2zz wrote: mv -fv "$1/*" $HOME/Desktop/

try this
THis doesn't work either :(
by Crush
April 10th, 2011, 8:19 pm
Forum: Post-Processing Scripts
Topic: simple script to move files after processing
Replies: 39
Views: 72949

Re: simple script to move files after processing

I am looking for a script similar to this. What I want is for the contents of the final folder (that is, after unpacking) to be moved to my desktop. I have tried this: mv -fv "$1/*" ${HOME}/Desktop/ but I get an error saying mv: rename /Users/[REDACTED]/Desktop/Test/* to Desktop/*: No such...
by Crush
June 18th, 2010, 11:31 am
Forum: Bug Reports
Topic: SABnzbd+ 0.5.2 (and 0.5.0) menu bar (in OS X) pause not working
Replies: 11
Views: 7903

Re: SABnzbd+ 0.5.2 (and 0.5.0) menu bar (in OS X) pause not working

This is the same behavior I experience. It pauses initially, but then starts back up. Also doesn't matter what browser I use (Safari, Firefox, Chrome). Since it seems to be an OS X/Windows, Safari/Firefox/Chrome/IE, Plush/Classic issue, it sounds like it may be something deeper in SABnzbd+?
by Crush
May 14th, 2010, 8:03 pm
Forum: Bug Reports
Topic: SABnzbd+ 0.5.2 (and 0.5.0) menu bar (in OS X) pause not working
Replies: 11
Views: 7903

Re: SABnzbd+ 0.5.2 (and 0.5.0) menu bar (in OS X) pause not working

It would be really nice if this was fixed as the only way I can really pause the whole App is to quit it completely. Not correct. From the web interface, there is a pause button. I have seen and used it with several skins. Using .52, I was able to successfully pause the queue using the interface bu...
by Crush
May 8th, 2010, 2:11 am
Forum: Bug Reports
Topic: SABnzbd+ 0.5.2 (and 0.5.0) menu bar (in OS X) pause not working
Replies: 11
Views: 7903

SABnzbd+ 0.5.2 (and 0.5.0) menu bar (in OS X) pause not working

I have noticed that ever since 0.5.0 came out (and continuing into 0.5.2), pausing from the menu bar does not actually pause, even though the icon shows it as being paused. I am running OS X 10.6.3 using 0.5.2 using the .app install method. I have even gone so far as to completely remove SABnzbd+ fr...