INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Can't get random playback of song in smartlist  (Read 2294 times)

firedog

  • Junior Woodchuck
  • **
  • Posts: 54
Can't get random playback of song in smartlist
« on: December 18, 2012, 03:53:32 am »

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
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Can't get random playback of song in smartlist
« Reply #1 on: December 18, 2012, 11:31:02 am »

Do you have Group By set?
Logged
The opinions I express represent my own folly.

firedog

  • Junior Woodchuck
  • **
  • Posts: 54
Re: Can't get random playback of song in smartlist
« Reply #2 on: December 18, 2012, 11:54:18 am »

no, no grouping set
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Can't get random playback of song in smartlist
« Reply #3 on: December 18, 2012, 01:53:56 pm »

What happens when you do a Refresh?

Do you have any Sorting options set for the smartlist view?  You can try the Random sort order and Refresh.

When I use your smartlist, the results returned are randomly ordered each time I refresh.  Of course Grouping and Sorting options will affect the list.
Logged
The opinions I express represent my own folly.

firedog

  • Junior Woodchuck
  • **
  • Posts: 54
Re: Can't get random playback of song in smartlist
« Reply #4 on: December 18, 2012, 11:24:26 pm »

Thanks.
Well, I solved it by making rules for limiting artist or album; but I still don't understand why it worked that way.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Can't get random playback of song in smartlist
« Reply #5 on: December 18, 2012, 11:31:57 pm »

That shouldn't be necessary.  Where is the smart list located (in the tree)?
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Can't get random playback of song in smartlist
« Reply #6 on: December 18, 2012, 11:40:17 pm »

Never mind.  Add ~seq to the end of the search:

[Sample Rate]=>44100 -[Genre]="classical" -[Genre]="orchestral"  -[Genre]="world" [Bit Depth]=>=1 -[Genre]="test" -[Genre]="vocal" -[Genre]="Concerto" ~sort=Random ~seq
Logged
The opinions I express represent my own folly.

firedog

  • Junior Woodchuck
  • **
  • Posts: 54
Re: Can't get random playback of song in smartlist
« Reply #7 on: December 19, 2012, 12:05:11 am »

Interesting...
Your definition
[Sample Rate]=>44100 -[Genre]="classical" -[Genre]="orchestral"  -[Genre]="world" [Bit Depth]=>=1 -[Genre]="test" -[Genre]="vocal" -[Genre]="Concerto" ~sort=Random ~seq

I still got all the songs of each random album grouped together before the next whole album of songs in the playlist.

 but this one does:

[Sample Rate]=>44100 -[Genre]="classical" -[Genre]="orchestral"  -[Genre]="world" [Bit Depth]=>=1 -[Genre]="test" -[Genre]="vocal" -[Genre]="Concerto" ~nodup=[Album]


the second one gave me one selection from each randomly listed album.

I'd like to understand why one works and not the other, but for now I'll just be happy I'm getting a result that fits what I want.

Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Can't get random playback of song in smartlist
« Reply #8 on: December 19, 2012, 12:47:23 am »

The only way I'm able to reproduce what you see, with either MC17 or MC18, is when the Sort By is set to Sequence and not Random.

By adding the ~seq modifier, you get a Seq(uence) column.  This is the list order of the returned items up to that point in the search query.  If you click on the Seq column header, you'll see the order the items were returned.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up