Onderstaand filter geeft als resultaat:
- alle retail DVD5 of DVD9 van de laatste week,
- nederlandse ondertiteld of nederlands gesproken
- zonder erotiek, Documentaire, TV series, Horror, Muziek.
<Filter Name="- Films laatste week"><![CDATA[
date > ([SN:DATE] - (86400*7))
AND Subcat IN (110,103,104,106,107,108,109)
AND subcats LIKE '%b3|%'
AND (subcats LIKE '%c1|%' OR subcats LIKE '%c2|%' OR subcats LIKE '%c6|%' OR subcats LIKE '%c11|%')
AND NOT subcats LIKE '%d6|%' AND NOT subcats LIKE '%d30|%' AND NOT subcats LIKE '%d31|%'
AND NOT subcats LIKE '%d11|%' AND NOT subcats LIKE '%d12|%' AND NOT subcats LIKE '%d13|%'
]]></Filter>
Als je alleen de nieuwe spots wilt zien vervang je de tweede regel (date >...) voor
id > [SN:NEW]
[
Voor 7% gewijzigd door
Ships op 23-03-2011 21:05
. Reden: PS. ]