Trying to create a smartlist that will contain only my hi-res files, exclude certain genres, and playback individual songs (files) from those hi-res albums randomly.
This is what I've got:
[b[Sample Rate]=>44100 -[Genre]="classical" -[Genre]="orchestral" -[Genre]="world" [Bit Depth]=>=1 -[Genre]="test" -[Genre]="vocal" -[Genre]="Concerto" ~sort=Random[/b]
the Problem: the resulting playlist lists albums at random that fit the above definitions, but it lists all the songs in each album sequentially:in other words, it randomly selects albums, but lists as follows:
all songs in album order, random hi-res album 1; followed by
all songs in album order, random hi-res album3; followed by
all songs in album order, random hi-res album 2
and so on
I want the smartlist created to randomly mix the songs, not just the whole albums. In other words to ignore the albums and just randomly choose the songs that fit the other definitions of the smartlist
How do I edit the above syntax to get it to do this?
Thanks