INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: ferday on August 28, 2014, 03:25:13 pm
-
how can i select multiple file paths in a pane, but not show all of them?
i can easily show just one (by selecting the file path) or show all folders that contain the media types, but i can't figure out how to show just some file paths
thanks
-
You have to do this in the "expression box" (click import/export button)
Do one in the wizard first using contains (not is)
then do something like this including the parentheses and the or, substituting the field of your choice. Should work
([Filename (path)]="Z:\Music\Who" or [Filename (path)]="Z:\Music\Beatles")
You will see parentheses formed around the multiple conditions in the wizard when you are done see attached
-
thanks Arindelle!
i figured as much, just haven't got around to using filename/path in expressions yet.
i have it working perfectly now