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: PanelsUI Select Layout for Playlist (Read 3217 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

PanelsUI Select Layout for Playlist

Hey guys, I am trying to have my AUTOPLAYLIST: Last Played, have a certain layout used in my SCPL

Here's my ugly and messy code:

Code: [Select]
$if(%cwb_activelist%, Last Played),$scplsetlayout(SingleNew),

$if($or($isgrouped(Singles),$isgrouped(Playcount),$isgrouped(Track)),$scplsetlayout(Singles),$scplsetlayout(Albums))
$if($isgrouped(Date),$scplsetlayout(Date Added))
$if($isgrouped(Rating),$scplsetlayout(Rating)))


Is this possible, that everytime I click on Last Played, it will know to use that SingleNew Layout?

EDIT, READ PANELSUI THREAD, CAN'T BE DONE I GUESS

Thanks!