INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: lise on July 27, 2012, 09:34:35 am
-
I'm having a hell of a time doing this very simple thing.
I want a view that displays all my cooking stuff, across three different drives:
C:\My Documents\Cooking
\\Lizzy\TV\Cooking
\\Lizzy\Pictures\Food
I started with the Disk Location scheme but that only shows one path.
I switched to an expression based scheme and tried:
=(FilePath([\\Lizzy\Pictures\Food\]) or FilePath([\\Lizzy\tv\Cooking\]) or FilePath([C:\My Documents\Cooking\]))
with and without the "=", with and without the "()" around the entire phrase, with and without the "or" and it is driving me mad.
I'm sure it is something super simple that I an not seeing.
-
I would still like to know how to do this in order to create column in an existing view pane, but for the moment I just created a new scheme with the three paths as the basic rules for the scheme.
-
Try this.
Customize view\Set Rules for file display...
Filename(path) starts with \\Lizzy\Pictures\Food\
Filename(path) starts with \\Lizzy\tv\Cooking\
Filename(path) starts with C:\My Documents\Cooking\
Then put brackets () around the above to cause OR instead of AND.
-
rjm, thanks. Yeah, that's what I ended up doing.
Originally, though, I didn't want to use those directories in the scheme rule but as a pane column, which requires using an expression to get all three directories. Basically I wanted a pane that displayed much like the "base path" except that it didn't just look to one base path but three. Something like this:
column1
all files
\\Lizzy\Pictures\Food
\\Lizzy\tv\Cooking
C:\My Documents\Cooking
Column2: Subgenres
All subgenres
Appetizers
Meat
Vegetables
etc.
-
If you now set column 1 to filename path do you get exactly what you want?
-
For column 1, use a Search List with each search based on Filename (path), as shown in the attached screenshot.
-
I'm such an idiot.
I use those types of searches in a gazillion schemes. I don't know why I was so intent on using an expression.
Thanks Mr C.
-
I don't know why I was so intent on using an expression.
Perhaps because the you who is not an idiot new it could be done if only you weren't trying so hard... ;)
[Filename (path)]&DataType=[List]
A Searchlist is probably a better solution if you just want to pick from three specific folders. Doing it this way, however, you don't have to be concerned where the files are, and it will present the paths as trees—just like Location does. So the expression may be better if any of the three folders have subfolders and you want the option to choose from them as well.