I may have missed the solution in an above post, but I'm also looking to do something similar. In my genre tag, I typically indicate sub-genre's where necessary. Since my collection is entirely classical, I have genre tags that could look like this:
Orchestral; Symphonic Poem
Instrumental; Piano
What I'd like to do is use the Pane view and only show the main genre's in the first pane, being able to drill down to see the sub-genres. I too however, would want to make sure that it would "skip over" the sub-genres pane if nothing was present (in the case of a single genre tag).
Can anyone help?
maybe RD James is understanding what I'm missing here? When you say skip over if nothing was present, you don't want to exclude tracks with no sub-genre tags right?
In your example the second genre is really a sub-genre right?
I often misunderstand what people want to do here, but just in case ...
I can see using backslashes for certain expressions and recently someone wanted to use Tree browsing in a similar way. For a panes view it will work but for me its more of a pain to tag than have separate sub-genre fields. Panes also gives you the option of filtering in both directions. If you have multiple genres and multiple sub-genres this might become a little unwieldy IMO
https://yabb.jriver.com/interact/index.php?topic=96441.msg664987#msg664987 as Mwillems points an example here.
I use 3 fields for genre, sub-genre and "sub-sub-genre", often I have multiple tags at each level using the semi-colon. By using a calculated list field based on the string field, you can drill down like you want to in all View types. Some fields have special "abilities" to be treated as list fields when they actually are string fields (Artist and Genre are examples I believe). But calculated delimited list fields give you the same flexibility on all fields.
I think its best to use what is easiest for you, but using the additional field (you could use style for example as your sub-genre field right out of the box) when you know you will have multiple genres and/or sub-genres would give you more flexibility. With the rename tool you can change your mind, but you might want to think twice before you change your entire library. Adding a sub-genre field or using Styles out of the box you could just bulk select your tracks and type in the Styles tag =[Genre] then remove the unwanted genre just through pane tagging.
I'd be concerned about some more complicated category views for Remote and theater modes especially not working using the backslash as it would in a pane view, but frankly I haven't tested this so I could be wrong about that.
Anyway as an example ..
lets say CD1 is tagged with 2 genres (A&B) and 2 sub-genres (1&4)
cd2 is tagged with only 1 genre and one sub-genre (B and 2 respectively)
using the backslash method
For cd1 Genre : you'd need A\1; A\4; B\1; B\4
For cd2 : B\2
or using 2 distinct fields
CD1 genre: A;B
sub-genre: 1;4
CD2 genre: B
sub-genre: 2
If you have only one tag per genre level, the slash becomes easier to use of course. But if you often have multiple genres/sub-genres, and you use delimited fields, you have all sorts of tagging options (like pane tagging, you'd also have check boxes in the tag window.)