Search found 3 matches
- April 23rd, 2011, 4:54 am
- Forum: General Discussion
- Topic: Script to pause SABnzbd+ while PS3 running
- Replies: 3
- Views: 2551
Re: Script to pause SABnzbd+ while PS3 running
Here's what I'm using. I'm not a coder, so this may not be the best script, but it does the trick for me: #!/bin/sh # # Script to pause SABnzbd+ when PS3 active # # Retrieve variable from config file script_paused=`cat PS3` # Test if PS3 is online using ping (my PS3 uses static IP with a hostname of...
- April 22nd, 2011, 8:08 am
- Forum: General Discussion
- Topic: Script to pause SABnzbd+ while PS3 running
- Replies: 3
- Views: 2551
Re: Script to pause SABnzbd+ while PS3 running
Nevermind, I figured it out. It was bugging me I had to ask for help, which made me look a bit harder, and put some more effort into figuring it out. It's all working great for me now.
- April 22nd, 2011, 7:23 am
- Forum: General Discussion
- Topic: Script to pause SABnzbd+ while PS3 running
- Replies: 3
- Views: 2551
Script to pause SABnzbd+ while PS3 running
Hi everyone, hoping someone can point me in the right direction here. I have SABnzbd+ running on a headless Ubuntu server, and want a script which will pause any downloading while my PS3 is online. Currently I have the script below running every minute via cron, which does what I want, except for on...