Search found 13 matches

by popcornarsonist
December 4th, 2010, 2:32 pm
Forum: General Help
Topic: easy_install SABnzbd?
Replies: 2
Views: 1933

easy_install SABnzbd?

I was just wondering if any thought has been given to eggifying the SABnzbd package to make it available on PyPI? I know there are some issues with CherryPy, given that SABnzbd is currently using the as yet unreleased 3.2. However, it seems to me that when CherryPy 3.2 is actually released, easy_ins...
by popcornarsonist
December 28th, 2009, 11:25 am
Forum: Third-party Addons
Topic: SABnzbd API python module
Replies: 2
Views: 5636

Re: SABnzbd API python module

So, I've been working with this a bit, and I also built an API for newbin, it works much the same way as the Sabnzbd API. In any case, I'm attaching the the Newzbin API module, as well as an updated SAbnzbd API module, and a script that I've written to utilize both APIs. The script is an update of o...
by popcornarsonist
December 17th, 2009, 7:55 pm
Forum: Third-party Addons
Topic: SABnzbd API python module
Replies: 2
Views: 5636

SABnzbd API python module

I hadn't updated SABnzbd for quite some time and was pleasantly surprised to see all the new functionality. So, I was going to update some of my scripts to work with the new API, and created some helper functions for that. I kinda got carried away and created a module to interface with the SABnzbd A...
by popcornarsonist
December 16th, 2009, 3:33 pm
Forum: General Discussion
Topic: Origin of SAB name
Replies: 8
Views: 11470

Re: Origin of SAB name

I was always under the impression that the origin had something to do with the Something Awful forums, and the B stood for binary. I have no idea where I got that impression, though.
by popcornarsonist
December 31st, 2008, 11:24 am
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

How can I add the ability to check if an .MKV or .AVI has allready been downloaded, then have the script get both (newzbin). for example, if I have "MY_SHOW_S03E04_BLAHBLAH.avi" all ready, but now there is a MKV or true high def version, add the MKV version to the pool. And also, if there...
by popcornarsonist
December 22nd, 2008, 1:19 pm
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

hi im just trying to get to grips with this script and have a couple of questions:- 1/ is it possible to change the minimum number of votes to 5,000 instead of 1,000?, ive tried to do this but my scripting skills are just aweful and it doesnt seem to work due to the fact that it skips movies with h...
by popcornarsonist
December 22nd, 2008, 12:54 pm
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

Alright, sorry about the silence guys, but (School > Automated Piracy System) is going to return true in my case. I'm creating new pastebins with update scripts. I'll update the OP as well, but here are the big changes: -Now movie searches takes the year into account, i.e. it assumes that "The ...
by popcornarsonist
November 14th, 2008, 1:53 am
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

I've noticed something similar, but instead of with the colon/semicolon I think it has to do with parenthesis.  I probably told my script to ignore parenthesis, since I don't use them. I'm planning on changing that, though. The best way to solve this is probably for the author of the script to edit...
by popcornarsonist
November 11th, 2008, 9:33 pm
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

Both the TV & Movies scripts are working great for me now, but I do have one small problem with them. If the any part of the title pulled from the Newzbin RSS feeds has a colon in it, the script translates it somehow to a semicolon when creating the queue item. This in itself isn't a problem, b...
by popcornarsonist
November 10th, 2008, 9:40 pm
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

First, I normally have my sabnzbd setup to use the built in username/password fuction.  It doesn't appear your script is able to pass the report ids through that.  When I have the password enabled and run the script it shows the correct missing episodes, but it doesn't download anything.  When I di...
by popcornarsonist
November 6th, 2008, 6:22 pm
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Re: Autodownload script

Well, that's strange. Are you getting any errors from the script? It will only give you commandline feedback if there's something added into the queue If you don't get anything back, I'd recommend putting in some additional logging statements, which I've added into the following parts of the script:...
by popcornarsonist
November 3rd, 2008, 11:13 am
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 219053

Autodownload script

I recently re-worked my automatic download system, writing it all in python this time. I don't like to use the default sabnzbd rss feeds, since it can't tell what I already have, so I worked up one that would only fill in episodes/movies that I'm missing. There are two ways of doing this: Database I...
by popcornarsonist
January 28th, 2008, 7:18 pm
Forum: General Discussion
Topic: Database functionality?
Replies: 5
Views: 9991

Database functionality?

What does everyone think about the potential of database functionality in SABnzbd+? If the history were stored into a database, the data would be much more accessible, and would provide a myriad of uses for outside utilities. For example, I use post proc scripts to store downloaded tv shows into a d...