Help - Search - Members - Calendar
Full Version: SCPL not working (in any .pui)
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
str1d3r
I've tested SCPL on a number of different themes but nothing seems to work. Right now I'm using FoFR's Config with the correct settings enable and I still get this:
IPB Image
The Judge
How are you sorting it? Appears to me you may have it sorted incorrectly. Right-click and try setting it to album/date/title or something.
str1d3r
Well, I had told it to sort but not to group. But it still doesn't actually group them together. It did this when I told it to group by folder.
IPB Image
shakey_snake
make sure Folder is the only checkbox you are grouping by.

str1d3r
It is. Should there be some kind of code I need to put in the SCPL Layout Selector?
shakey_snake
you shouldn't need to.
The layout selector, by default contains the following code:
QUOTE
$ifequal(%groupedcount%,1,
$if($isgrouped(folder),$scplsetlayout(Folder))
$if($isgrouped(date),$scplsetlayout(Date))
$if($isgrouped(artist),$scplsetlayout(Artist))
$if($isgrouped(album),$scplsetlayout(Album))
$if($isgrouped(rating),$scplsetlayout(Rating))
$if($isgrouped(track),$scplsetlayout(Track))
$if($isgrouped(title),$scplsetlayout(Title))
,)

$ifequal(%groupedcount%,2,
$if($and($isgrouped(album),$isgrouped(type)),$scplsetlayout(Album))
$if($and($isgrouped(artist),$isgrouped(album),$sortidx(track)),$scplsetlayout(Artist-Album))
,)

$ifequal(%groupedcount%,3,
$if($and($isgrouped(artist),$isgrouped(album),$isgrouped(type),$sortidx(track)),$scplsetlayout(Artist-Album))
,)
I've bolded the parts relevant to our conversation.

I believe, that you you can also manually select the layout with FofR's config. just click the orange button on the sort menu.
str1d3r
Well, even though you said I shouldn't have to use that code, pasting it into the layout selector made the songs group as they were supposed to with SCPL enabled. Thanks! smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.