Search found 6 matches
- November 25th, 2008, 3:39 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219078
Re: Autodownload script
It looks like I've quasi-solved the parenthesis by changing the filename structure. The problem seems to be in line 30 in the way it sees the series_title. If I remove that checking and remove the series titles from my filenames the script recognizes what I have and don't have perfectly fine. For...
- November 24th, 2008, 3:42 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219078
Re: Autodownload script
I've been trying to figure it out, but I've got no Python scripting experience. I can read the script and basically understand what it is doing, just don't know how to tell it to do something else!
- November 13th, 2008, 4:42 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219078
Re: Autodownload script
I've noticed something similar, but instead of with the colon/semicolon I think it has to do with parenthesis. In my case the problem is with a TV show that Newzbin designates with a year, for example, Great New Show (2008). Sabnzbd downloads it and locates it into the correct folder struction (G...
- November 10th, 2008, 11:26 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219078
Re: Autodownload script
Yeah, I don't have a username/password set up, but it's a simple change. You just need to ass another coupld of parameters to the download URL. So it should look something like this: http://host:port/sabnzbd/api?mode=addid&name="+report_id+"&cat="tv"&ma_username=USER...
- November 9th, 2008, 12:56 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219078
Re: Autodownload script
Thanks, I was doing a bunch of research last night and found Cron and finally got it setup the way I wanted here just now. Works great.zakharm wrote:You can use cron to schedule the running of your scripts on Linux / Mac. If you're on Windows, Windows Scheduler would do the trick.
- November 8th, 2008, 8:17 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219078
Re: Autodownload script
Thanks for making this, once I get it tweaked and running I think this is going to be exactly the type of solution I was looking for. I do have a couple problems/questions though. First, I normally have my sabnzbd setup to use the built in username/password fuction. It doesn't appear your script i...