Currently, I'm using the file list view type very often, while using a thumbnail list style. But some of the views have too many items, which is why I'd like to use a category view, where the first level is the year and the second level shows the files. While I've achieved it quite simply by adding year and filename into a categories view configuration, I do always have to traverse an 'extra level'. I click on a year, then on a file and then the bottom pane shows up, which always contains only a single file, which I have to click again.
The bottom pane, which contains all the files is generally very useful for albums or when the last category level still contains file groups. However, if the last category level only shows individual files (which I think is quite common) it is superfluous and requires an unnecessary extra interaction from the user.
Interestingly, when I enable the tree browsing support option and select a year in the tree, I get exactly what I'd like to have, which is basically a filtered file list view. In this view, there is no bottom pane and opening files works with a simple doubleclick. Additionally it allows for grouping as well as having the option of the "Tiles" list style. While this solution works great, I'd much prefer not having to resort to tree browsing.
The question now is, if there is already some way to get what I'd like to have. MC is quite complex and I don't know much about the possibilities that expressions and special functionalities allow for in category views. I hope a MC Guru is able to help me out with this problem.