If anyone has any good rule examples that could go on the wiki post below.
If anyone has any good rule examples that could go on the wiki post below.
In theory you could come up with some pretty complicated rules, but I've only ever used it for simple rules like:
title like '%simpsons%'
description like '%nascar%'
Here is an example for limiting time period of a show that I have to wiki:
Code:title like '%news%' and time(start_time,'localtime') > time('hh:mm:ss') and time(start_time) < time('hh:mm:ss')
Just went to put this into a sourceblock to make it look more 'wiki' pretty (sure it wasn't the other day), but beaten to it
Wiki really shaping up now
Steeb