Thanks Marko, although I might have misunderstood... there IS no parent view scheme for this view. Also, if there were and I unselected "use parent scheme rules", it would still just display my video files, and not the accompanying files I was hoping to display also. Conversely, if I wiped the [Type]=Film requirement and just used a isempty function for [Movie], this would display all of my files (across all media groups) which appeared in a movie, and not just the ones I have video files for.
That sounds really complicated - I probably need to explain my setup a little bit more...
- Any file in my library can be tagged with a [Movie] entry (ie the title of the film), regardless of whether it is a video, soundtrack, sheet music etc. For example, the Braveheart soundtrack will be tagged as [Movie]=Braveheart even though [Type]=Music and not "Film"
- The actual video file for bravheart will be tagged as [Movie]=Braveheart and [Type]=Film
So both the Movie and the accompanying files share the same [Movie] field but not the same [Type] field (as they are different "types" of media belonging to the same "movie")
I have a lot of soundtracks, trailers, etc that I don't have the actual movie file for, naturally, so I only want the list to display media for movies I actually have.
So, what I'd like to be able to do with this:
1. Have MC limit the file list to files identified as [Type]=Film
2. Expand the results to also include files of any type that match [Movie] entries identified in step 1
The program is capable of this intelligent behaviour with albums - what I was hoping was for a way to do it with other fields...
An example of usage with albums: with photos, I can do a search for [People]=Fred and then modify the result with ~a
The resultant list will display files from all
albums that have
[People]=Fred appearing
anywhere in the album (ie not just the photos with Fred).
Similarly, I want to see all files from all
movies that have
[Type]=Film (ie not just the films themselves)
I hope that was clear... it always gets horribly confusing explaining expressions!