This forum has been archived. All content is frozen. Please use KDE Discuss instead.

[solved] Syndication Plugin - Filters: How to exclude things

Tags: None
(comma "," separated)
anne_on_a_moose
Registered Member
Posts
28
Karma
0
OS
Is anyone willing to help me figure out what I need to enter in my filters to exclude something?

For example I have a filter for Battlestar but want to exclude anything with x264 in the title.

I'd appreciate the help.

Thanks,

Last edited by anne_on_a_moose on Thu Jan 22, 2009 4:45 pm, edited 1 time in total.
mfb52
Registered Member
Posts
15
Karma
0

Wed Jan 21, 2009 6:42 pm
There used to be a separate rejection filter for these cases, but right now you can use a little regular expression trick to get a similar result. Try matching for something like this:
Code: Select all
^Battlestar(?!.*(720p|x264))

This basically says the name has to start with "Battlestar", then there's some other characters, but at no point can it say "720p" or "x264" (assuming you don't want either of those).
anne_on_a_moose
Registered Member
Posts
28
Karma
0
OS

Wed Jan 21, 2009 7:03 pm
awesome, thanks for your help!

I'll try that as soon as I get home.


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]