INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Browse Pictures by folder name  (Read 965 times)

raul101

  • Member
  • *
  • Posts: 4
Browse Pictures by folder name
« on: July 06, 2011, 06:26:13 pm »

I'm using MC16. How can I make MC to display my Pictures following the folder structure that I already have instead of grouping them by date?
Thanks.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Browse Pictures by folder name
« Reply #1 on: July 06, 2011, 06:50:59 pm »

One way is to use the built-in Explorer under Devices & Drives.

Another, is to create a new Images view that shows the path components.  You can either create an expandable tree in a pane, or create multiple panes, each that shows one deeper path component.

Create a new view under Images.  Add a column, and set the Type to Expression. 

For the tree in a pane, add the expression:

listbuild(1,\,[filename (path)])&datatype=
    For a series of panes, each with a deeper path component, use as many expression categories to parse the folder path components as you need.  Here's the first one:

    ListItem(
[Filename (path)],2,\)

This breaks the path into components, and leaves just the 3rd component.  Add more columns, increasing the 2 to a 3, etc. for deeper paths.

See the Wiki for Expression language: http://wiki.jriver.com/index.php/Media_Center_expression_language

More refinement can be done, but start with this to see if this is what you're looking for.[/list]
Logged
The opinions I express represent my own folly.

raul101

  • Member
  • *
  • Posts: 4
Re: Browse Pictures by folder name
« Reply #2 on: July 07, 2011, 01:09:53 pm »

Thanks for the help. Will report later.
Logged
Pages: [1]   Go Up