Posted: Fri Jan 04, 2008 4:23 am
Ok, here goes!! You can select any field from the list, and then choose a white- or black-list, then you can list the specified items in a comma separated list...
Genre | White | Pop,Rock,Jazz
If you want you can use an automatic whitelist, this means that all the current values in the database for that field are used...
Genre | White | *
If you want you can now used the automatic whitelist from another field...
Custom1 | White | *Genre
If you want to include values which is not in the automatic whitelist, you can add them - you can also remove them (I call these "modifications")...
Genre | White | *+Pop+Rock-Jazz-Sountrack
You can also use a wildcard character in the modifications, either at the beginning or the end...
Genre | White | *+Pop%+%Rock-Jazz-Soundtrack
I think that's most stuff covered, hopefully it should be fairly powerful and allow you to do most things. If you set the log level up higher and check out the logfile then the list is written there so you can check that your modifications are working as expected.
[/b]
Genre | White | Pop,Rock,Jazz
If you want you can use an automatic whitelist, this means that all the current values in the database for that field are used...
Genre | White | *
If you want you can now used the automatic whitelist from another field...
Custom1 | White | *Genre
If you want to include values which is not in the automatic whitelist, you can add them - you can also remove them (I call these "modifications")...
Genre | White | *+Pop+Rock-Jazz-Sountrack
You can also use a wildcard character in the modifications, either at the beginning or the end...
Genre | White | *+Pop%+%Rock-Jazz-Soundtrack
I think that's most stuff covered, hopefully it should be fairly powerful and allow you to do most things. If you set the log level up higher and check out the logfile then the list is written there so you can check that your modifications are working as expected.
[/b]