Hi I have a request.
Whilst on version 16, I was trying to make a view using [Artist], [Remixer] and [Supporting Artist] fields. I was using list combine to try and merge them so I could make a pane that would show all tracks, remixes and tracks a particular artist has featured on regardless it it was their album/ep or not.
The problem I ran into was that there was no way to exclude artists that don't have any albums from appearing in the pane, as MC is not a relational database and every separate track is blind from each another.
See my old post
http://yabb.jriver.com/interact/index.php?topic=66365Today I have thought of a really simple solution to this.
Would it be possible for you to add the ability to make a pane derived from the artists field (or any other field for that matter) but when an entry on the pane is selected make it behave just like the search box?
Because if I search for an artist that has remixes etc in the search box all of their material appears. I believe this is a simple elegant solution that would not affect the performance of mc compared to my prior request for some relational abilities.
It could work something like this I suppose
[Album Artist]&datatype=[LIST]&mode=[search]
Perhaps it may have more applications for different types of music, I'm not too sure of that though. It would defintetly make it a better experience for people with lots of electronic music
I do like the search feature but I find most of the time I use the panes as I like to visually see which artists that are in my library oher than thinking off the top of my head then searching for them
hope its not too far fetched
thanks
edit found a slight flaw
I assume if we had this feature the following code would only actually search the Album Artist field
[Album Artist]&datatype=[LIST]&mode=[search]
It would maybe have to be somewhere along the lines of
[Album Artist]&datatype=[LIST]&mode=[search]&searchfields=[Album Artist],[Artist],[Remixer],[Supporting Artist]
So in essence the pane would populate its list from [Album Artist] but when a selection is made in the pane mc would actually search for that name in Album Artist, Artist, Remixer and Supporting Artist fields