Search found 7 matches

by goose23
October 12th, 2009, 9:38 am
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

Re: RSS reject using regular expressions...

[^(720p)] doesn't work - was one of the things that I had tried.

Got what I wanted by using yahoo pipes - THANKS SWITCH.
by goose23
October 9th, 2009, 3:24 pm
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

Re: RSS reject using regular expressions...

Thanx switch - glad to see that's it's not just me :-)

Will try the pipes approach

C
by goose23
October 9th, 2009, 10:36 am
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

Re: RSS reject using regular expressions...

The problem with using *720p* is that now this selects everything with 720p in the title. What I want to do is reject anything that doesn't have 720p in the title and from what is left over then run my title filters. P.S. Forgot about t will reject/select any title with a '7', '2', '0' or 'p' charac...
by goose23
October 9th, 2009, 9:15 am
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

Re: RSS reject using regular expressions...

I think there might be some confusion - I am not trying to reject 720p files. As I stated in my original post I am trying to reject everything BUT 720p files. I know that I could just set a 720p reject filter if I wanted to reject all 720p titles - and the proper way to write "without" in ...
by goose23
October 8th, 2009, 2:14 pm
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

Re: RSS reject using regular expressions...

It is - check the screen shots and you can see the output.

Code: Select all

*-720p-*
- does nothing and

Code: Select all

re:\W720p\W
rejects all the 720p programs
by goose23
October 8th, 2009, 1:42 pm
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

Re: RSS reject using regular expressions...

Sorry - when I try either of these I still get both 720 & non-720 shows.

anyone else?
by goose23
October 8th, 2009, 10:37 am
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 11289

RSS reject using regular expressions...

sabnzbd vers 0.4.12 running on mac os x 10.6.1 OK so am more or less happy with my RSS filters, however there is one part that I just can't get to work. I want to make a filter that rejects everything but 720p shows - this seems like a simple things but I refuses to function. The filter I am trying ...