- March 10, 2006
- 4,434
- 1,897
- Moderator
- #61
I think I ran in a bug in the filtering.
The filter system uses simple logic, so in your case you want to match a movie that is *NOT* SD and match a movie that is *NOT* HD, however a HD movie is already 'not an SD' one, so the simple logic system then fails.
What you can however do is use the double negative system as the logic holds up a little bit better then.
For example match *ALL* rules, and do "video resolution + does not equal + SD" and "video resolution + does not equal + HD", though I am not sure what results you hope to get, as I have not found any movie in my collection that lacks resolution info. I guess you have your reasons incase MediaInfo failed.