INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: jimclark on November 14, 2003, 10:17:27 am

Title: Feature request
Post by: jimclark on November 14, 2003, 10:17:27 am
I like to listen to entire albums, rather than individual songs in a random fashion. I can do this easily with my EMPEG MP3 player for my car because it used in hierarchical lists. However, this capability eludes MC. This would require some interesting sorting options, like randomly sorting by album, but grouping the album tracks together. How about it guys?

Jim Clark
Title: Re:Feature request
Post by: Phil Lee on November 14, 2003, 10:41:57 am
This can be done already using 2 smartlists. First create a smartlist called "20 Random Albums Track 1" with the following query:

Media Type:Audio Track #: =1 Limit: 20 tracks Sort: [Random]

Next, create a smartlist called "20 Random Albums" with the following query:

Playlist: 20 Random Albums Track 1 Modifier: Full Albums

and play the second smartlist. You can change the number of albums by changing the Limit value in the first smartlist.
Title: Re:Feature request
Post by: jimclark on November 14, 2003, 01:21:38 pm
Thanks for the suggestion. However, I didn't work because when you select the second playlist, MC resorts the list and the random order of the albums is lost. Can MC's sorting be switched off on the second list?

Jim
Title: Re:Feature request
Post by: Phil Lee on November 14, 2003, 02:25:40 pm
Remove the Random option from the first smartlist, that should sort things out.
Title: Re:Feature request
Post by: jleerigby on November 15, 2003, 05:03:30 am
You don't need 2 smartlists to do this.  Try 1 smartlist like this:

[Media Type]=[Audio] [Track #]==1 ~n=20 ~a
Title: Re:Feature request
Post by: dragyn on November 15, 2003, 05:46:59 am
I tried this and MC can't handle albums with different file types. It groups the tracks together 1, 1, 1, 2, 2, 2, 3, 3, etc.

It needs to be able to sort the list while retaining the full albums or it needs to be able to handle different file types when it adds the files.