Search found 8 matches

by qaz
January 25th, 2011, 5:59 am
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

so the big question is now, how i can simplify this in my code, what format would work best for you guys?, i would ideally like to get rid of the messy +- and %2B search terms and use a slightly cleaner easier to read format, what about a boolean logic string, for example:- nzbmatrix_search="b...
by qaz
January 24th, 2011, 11:57 pm
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

J03 8LACK wrote: I don't know why but if you add a +-CAM or anything else you don't want the search works.
Thanks J03, that worked :) Not sure why either but it gave me results matching either of the terms with a + before them and none with the - before them.
by qaz
January 24th, 2011, 10:06 pm
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

Hey qaz, What are your Minsize and Maxsize settings? This maybe limiting your results. J03 My minsize is 650 and my maxsize is 2300. When I visit http://nzbmatrix.com/nzb-search.php?search=dvdrip%2Bbdrip&cat=movies-all&searchin=name&maxage=0&grp=&larger=650&smaller=2300&...
by qaz
January 24th, 2011, 5:22 pm
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

Hi J03,

I tried the following:
nzbmatrix_cat="movies-all"
nzbmatrix_search="dvdrip+BDRip"

Unfortunately it only returned one result, which just so happened to have BDRip and DVDRip in the title (not sure why but I manually searched the site and saw the same entry).
by qaz
January 22nd, 2011, 6:42 pm
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

Is there a way to integrate the automated movie downloader with couchpotato? (www.couchpotatoapp.com) I would like to use the downloader's abilities to look for newly available movies and check them against criteria but would like couchpotato's renaming abilities. Also, is there a way to search both...
by qaz
January 17th, 2011, 5:12 pm
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

ive done some more testing and it looks like its just not possible, unfortunately the way the searching works on nzbmatrix is a bit inflexible and doesn't allow for boolean searching, so looks like a no go for searching for dvdrips and blurray rips in a single search. Thanks for checking, much appr...
by qaz
January 16th, 2011, 6:47 pm
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

Hi binhex, 1) Regarding the search for multiple movie types: I tried the below settings: nzbmatrix_cat="Movies" nzbmatrix_search="%2BBDRip+%2BBRRip+%2BDVDRip" Unfortunately it didn't return any results. In fact I tried setting nzbmatrix_search="dvdrip" and it didn't pic...
by qaz
January 15th, 2011, 3:06 am
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 219032

Re: nzbmatrix.com/nzbs.org automated movie downloader

Just tried the script for the first time, thank you. A couple of questions: 1) I was wondering how the script determines how many results to receive? For example, does it receive the first 50 matches or those less than 5 days old? Can this be configured? 2) I'm using nzbmatrix. I have set nzbmatrix_...