Search found 4 matches

by wta306
June 27th, 2010, 10:56 am
Forum: Post-Processing Scripts
Topic: NZBMatrix Categories solved!!
Replies: 7
Views: 12221

Re: NZBMatrix Categories solved!!

Something changed and I had to update the script to wait 10 seconds between each NZB download. just import the time library at the top import xml.dom.minidom import urllib2 import urllib import os import time then add the following line... time.sleep 10 ...just before the following line #download th...
by wta306
June 17th, 2010, 2:31 pm
Forum: Post-Processing Scripts
Topic: NZBMatrix Categories solved!!
Replies: 7
Views: 12221

Re: NZBMatrix Categories solved!!

so I thought I'd try this out and I'm getting errors when I attempt to execute the script. I think its due to the fact that I'm using python 2.6.5 instead of 2.4.  I tried editing the first line to call my python location but no joy. user@Localhost:~/.nzbmatrix$ python -V Python 2.6.5 user@Localhos...
by wta306
June 17th, 2010, 2:05 pm
Forum: Post-Processing Scripts
Topic: NZBMatrix Categories solved!!
Replies: 7
Views: 12221

Re: NZBMatrix Categories solved!!

So after confirming that the downloading of the nzbfiles (parsed from the RSS bookmark feed) works flawlessly, I uncommented the line where the nzbfiles are added to the queue... urllib.urlopen("http://" +  sabnzbdHost + "api?mode=addlocalfile&apikey=" + sabnzbdAPI + "&a...
by wta306
June 17th, 2010, 8:25 am
Forum: Post-Processing Scripts
Topic: NZBMatrix Categories solved!!
Replies: 7
Views: 12221

Re: NZBMatrix Categories solved!!

This has been bugging me for a while but I have been (patiently?) waiting for something a little more refined...but a man can only wait so long.  I'll give it a try over the weekend and see how far I get and what if any workarounds I needed to implement to get it working.

ninocass - nice work bro!