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[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
[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.