I'm trying to create smartlists which will include, say, all VIDEO where the NAME begins with the letters A-F, and have found that if I set up something like "Media Type = Video AND Name STARTS WITH A or Name STARTS WITH B. . ." what happens is the A's all are media type video, but the B's include JPEGS and audio. I find I have to do something like "Media Type = Video AND Name STARTS WITH A or Media Type = Video AND Name STARTS WITH B. . ." which gets very long. In fact, I found that I ran out of room on my screen, and there is no scroll bar that allows me to get to the "Apply" button.
MY QUESTION IS: is there a way to set up a RANGE, like "a-f". Alternatively, is there some way to "parenthsize" so that a paramter is ANDed with everything that follows, such as "Media Type = Video AND (Name Starts With A or Name Starts With B...)"
Sorry for the awkward phrasing of my question.