I seem to have an issue with playlist_tree and my SCPL. I have an Albums SCPL layout that I have configured to only work when a playlist is grouped by album and sorted by artist and track. When I change between playlists in the tree, firstly, it carries the layout to other playlists for some reason (even though it shouldn't as they're not sorted in the right way) and secondly, when I switch back to an album playlist, it is sorted in a different matter. It seems to be sorted by 'type' and title and grouped by album yet the Album SCPL layout seems to still apply when it shouldn't.
$if($and($and($isgrouped(album),$sortidx(artist)),$sortidx(track)),$scplsetlayout(Albums))
That's my little sort code. I really don't know how to resolve this. I didn't have this issue with the playlist switcher. Help would be much appreciated.
