Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Three Level Subgroup in ColumnsUI -> EL Playlist (Read 1519 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Three Level Subgroup in ColumnsUI -> EL Playlist

Hi!

I've been trying to accomplished to have 3 subgroups levels.

This is what I want:

Album Name
--LP 1 of 2
  --Side A
      (tracks come here)
  --Side B
      (tracks come here)
--LP 2 of 2
  -Side A
      (tracks come here)
  -Side B
      (tracks come here)

Under the Grouping tag of EL Playlist I have this code by the Group format field:
%album artist% | $if(%album%,$if($strstr(%format%,CD),$ifgreater(%totaldiscs%,1,%album% ||| %discnumber%,%album%),$ifgreater(%totaldiscs%,1,%album% ||| %discnumber%,%side%,%album%)),%artist%)

Hope someone can help!