Search found 46 matches

by relman
September 25th, 2011, 1:28 pm
Forum: Post-Processing Scripts
Topic: iPhone notification via Prowl [Windows script]
Replies: 34
Views: 38748

Re: iPhone notification via Prowl [Windows script]

Hi Sorry for the late reply, should have PM'ed me. try this set API="79c7bb8e283752fbc0f4b5b0fceXXXXXX" set priority=2 set desc=%3 cscript E:\usenet\scripts\prowl.vbs %API% %priority% %desc% change the last bit to point to the vbs file. I think the code to script out non standard character...
by relman
February 26th, 2011, 2:28 pm
Forum: Post-Processing Scripts
Topic: (WIN) WOL (wake-on-lan) batch not working with sickbeard
Replies: 1
Views: 3070

Re: (WIN) WOL (wake-on-lan) batch not working with sickbeard

its because you are not passing all the info to the SabToSickbeard.exe  make the change below and it should work. @echo off "c:\Program Files\SABnzbd\scripts\wolcmd.exe" MACADDRESSHERE 192.168.0.152 255.255.255.0 ping -n 11 127.0.0.1 > nul "c:\Program Files\SABnzbd\scripts\sabToSickBe...
by relman
October 17th, 2010, 3:38 pm
Forum: Post-Processing Scripts
Topic: iPhone notification via Prowl [Windows script]
Replies: 34
Views: 38748

Re: iPhone notification via Prowl [Windows script]

can you paste the contents of the .cmd file please.
by relman
June 5th, 2010, 9:37 pm
Forum: Third-party Addons
Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Replies: 1130
Views: 2447231

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

what build is the new quality settings going to be in, i notice they missed out on being in build 453 :(

I am really looking forward to this feature.
by relman
May 23rd, 2010, 4:56 pm
Forum: General Discussion
Topic: avchd.co.uk - Any memebers here?
Replies: 0
Views: 2759

avchd.co.uk - Any memebers here?

Hi just wanted to know if anyone here was a member of avchd.co.uk. Can you please PM me.

thanks
by relman
April 1st, 2010, 8:15 pm
Forum: Third-party Addons
Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Replies: 1130
Views: 2447231

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

actually this looks like a bug in SABnzbd or a setting. I when i manually enter the URL to get the NZB in sab it keeps changing the ? to an underscore
by relman
April 1st, 2010, 8:10 pm
Forum: Third-party Addons
Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Replies: 1130
Views: 2447231

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

I've installed Sick Beard tonight and I am using it with NZBMatrix, and i get an issue when using it with Sab.

It passes the NZB Url as

api-nzb-download.php_id

not

api-nzb-download.php?id

any ideas on how to fix this, I am using it with win32
by relman
December 28th, 2009, 3:24 pm
Forum: General Help
Topic: Error when running post processing script.
Replies: 5
Views: 4399

Re: Error when running post processing script.

I added the java bin folder to the system wide PATH environment variable. As for Sabnzbd is set to run on startup, on task manager the username for the process is the one which i am logged in under. It is not run as a scheduled task i just leave it running all the time from startup.
by relman
December 28th, 2009, 9:27 am
Forum: Feature Requests
Topic: Speed limits
Replies: 1
Views: 2128

Speed limits

Hi would it be possible to be able to set speed limits to each server you have added rather then over all. I want to be able to balance out my usage over each of the servers i use rather then having it set over all and a "first come first served" situation happening where maybe one server ...
by relman
December 28th, 2009, 9:19 am
Forum: General Help
Topic: Error when running post processing script.
Replies: 5
Views: 4399

Error when running post processing script.

I am running the latest beta5 on Windows 2008 R2 and have come across an issue. I have a network media tank device and have YAMJ setup and I want it to run the commands to refresh the library after each download. When I run the batch file outside of the post processing script it works fine without e...
by relman
September 19th, 2009, 3:08 pm
Forum: General Help
Topic: Download via 2 connections
Replies: 4
Views: 4444

Re: Download via 2 connections

Problem is even with bonding it will just load balance across the 2 connections and that means two IPs. A lot of the news hosts I've seen do not allow connections using the same account from same IP at the same time. What I wanted to do is run 2 accounts setup as 2 servers in Sabnzbd and each server...
by relman
September 12th, 2009, 4:55 pm
Forum: General Help
Topic: Download via 2 connections
Replies: 4
Views: 4444

Download via 2 connections

I have 2 ADSL routers each has a 8mbit connection. Is there anyway to have 2 news servers added where by one will download via one connection and the other server via the other connection? I'd have 2 network cards in the server with a cat5 patch lead running to each router. different subnets, gatewa...
by relman
August 17th, 2009, 4:30 pm
Forum: Post-Processing Scripts
Topic: iPhone notification via Prowl [Windows script]
Replies: 34
Views: 38748

Re: iPhone notification via Prowl [Windows script]

just a quick note. If you have upgraded Prowl and want to use the "quiet hours" option you might want to change the following setting in the cmd file. set priority=2 change it to something like set priority=0 2 means emergancy which overrides the quiet hours setting, if you set it to that ...
by relman
July 25th, 2009, 6:26 pm
Forum: Post-Processing Scripts
Topic: iPhone notification via Prowl [Windows script]
Replies: 34
Views: 38748

iPhone notification via Prowl [Windows script]

Hi Everyone, Firstly thanks to the poster for the iPhone notification via Prowl post. When I saw this I did some google searches and found out what a great idea this was. So as I run SABnzbd on a Win32 box and really have no idea about python I decided to write a CMD and VBS file to do the job, so f...