INTERACT FORUM

More => Old Versions => JRiver Media Center 30 for Windows => Topic started by: MikeO3 on April 07, 2023, 06:51:26 am

Title: [Solved] Smartlist, Expand & Channels Issue
Post by: MikeO3 on April 07, 2023, 06:51:26 am
Media Center Version: 30.0.91 Registered

When using Expand it ignores the [Channels=2] statement. Is something in conflict or negating the rule in my selection string?
Without the Expand statement
(https://i.postimg.cc/nrXxR6Wb/Not-Expanded-Copy.png) (https://postimages.org/)

Quote
[Media Type]=[Audio] -playlistid==767278663,=873336366,=335637168 -[Genre]=[Christmas],[Chant],[Reference] [Channels]=2 -[File Type]=[mp3],[sacd],[wav] -[Filename (path)]="H:","J:" ~mix=100000,25%,{[Genre]=[Alternative],[Electronic],[Progressive],[Punk],[New Wave],[Trance]},20%,{[Genre]=[Disco],[Funk],[Hip Hop],[House],[Trance],[Rap]},25%,{[Genre]=[Classic Rock],[Heavy Metal],[New Wave],[Rock],[Rocking Blues]},25%,{[Genre]=[Blues],[Country],[Guitar],[Instrumental],[Pop],[R & B],[Soft Rock],[Jazz],[Oldies],[Soul],[Swing],[Motown]},5%,{[Genre]=[Bossa Nova],[Flamenco],[Reggae],[World]} ~limit=-1,3,[Album],[Album Artist] ~s=650000 ~sort=[Channels]-d,[Album Artist],[Album],[Disc #],[Track #]

With the Expand statement
(https://i.postimg.cc/0NC9bGS3/Expanded-Copy.png) (https://postimg.cc/7CbFR2mM)

Quote
[Media Type]=[Audio] -playlistid==767278663,=873336366,=335637168 -[Genre]=[Christmas],[Chant],[Reference] [Channels]=2 -[File Type]=[mp3],[sacd],[wav] -[Filename (path)]="H:","J:" ~mix=100000,25%,{[Genre]=[Alternative],[Electronic],[Progressive],[Punk],[New Wave],[Trance]},20%,{[Genre]=[Disco],[Funk],[Hip Hop],[House],[Trance],[Rap]},25%,{[Genre]=[Classic Rock],[Heavy Metal],[New Wave],[Rock],[Rocking Blues]},25%,{[Genre]=[Blues],[Country],[Guitar],[Instrumental],[Pop],[R & B],[Soft Rock],[Jazz],[Oldies],[Soul],[Swing],[Motown]},5%,{[Genre]=[Bossa Nova],[Flamenco],[Reggae],[World]} ~limit=-1,3,[Album],[Album Artist] ~expand=Album ~s=650000 ~sort=[Channels]-d,[Album Artist],[Album],[Disc #],[Track #]

Thank you.
Title: Re: Smartlist, Expand & Channels Issue
Post by: Matt on April 07, 2023, 07:01:58 am
Expand runs after the filter.
Title: Re: Smartlist, Expand & Channels Issue
Post by: MikeO3 on April 07, 2023, 07:15:04 am
That explains it. Thanks.