Thanks
I got everything working the way I want.
At least on my work computer, I’ll have to confirm when I get home with my entire library.
I used the following as my rules for file display for my new view
([Media Type]=[Audio] or [isplaying]=[1]) ~sort=[isplaying]-d ~limit=1,-1,[Artists]
[isplaying] is a calculated field that adds 1 to the track that is playing and everything else is unassigned
Things didn't work for me if I used a value for the tracks not playing. Random artists were showing up.
This is how it’s calculated
if(isplaying(),1, )
I am using split view
the left side is my regular audio view
the right side is tabbed with this new one and playing now
the right view doesn't update when a new song starts playing until I hit the refresh button
Would be nice if it was automatic but it’s not a big deal.
This new view is perfect
When I am listening to a track with multiple artists, featured artists, remixing artists, and/or covered artists
I can hit the refresh button and see all the albums for everyone involved in the song.
Very nice
Thanks again