FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Playlist Wizard › Reply To: Playlist Wizard
05/11/2005 at 8:33 AM
#3753
rpedde
Participant
title includes “world” should be valid.
check the notes on the nightlies page… that has all the valid field names and operators.
basically three different kinds of fields: date kind, int kind, and string kind.
for string kind:
fieldname = “string value”
or
fieldname includes “string value”
—
for int fields:
fieldname = integer, fieldname < integer, fieldname > integer, fieldname = integer
—
for date fields, more complex.. check the ngihtly notes… something like:
fieldname > 1 week before today
— Ron