Search found 2 matches
- May 14th, 2013, 12:04 am
- Forum: Third-party Addons
- Topic: NZB Monitor [ios]
- Replies: 31
- Views: 51504
Re: NZB Monitor [ios]
Feel free to tell the forum if you use a promo code people. Saves us the trouble of trying to redeem one. My search for an iOS NZB client continues!
- May 7th, 2013, 9:07 am
- Forum: Post-Processing Scripts
- Topic: Post processing status code troubles with my PP script
- Replies: 1
- Views: 2009
Post processing status code troubles with my PP script
I use my own post processing script to process all of my Sickbeard downloads. It can be seen below: #!/usr/bin/env python import httplib import subprocess import sys import os import shutil source_path = sys.argv[1] file_name = sys.argv[3] category = sys.argv[5] pp_status = sys.argv[7] move_dir = &q...