INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: aussie1 on August 22, 2003, 11:43:30 pm

Title: Shuffle by album
Post by: aussie1 on August 22, 2003, 11:43:30 pm
Is it possible for playback to shuffle by album in addition to song.

In other words, can I select an album at random from the library, play the track in order, then select another album at random from the library and play its tracks in order. etc.?

S
Title: Re: Shuffle by album
Post by: jleerigby on August 23, 2003, 12:52:20 am
This is not currently possible.  A workaround you could use to add some randomness would be to add a load of tracks to PN (e.g. your whole library) with the shuffle function switched on.  Then using whichever track has been selected right click and Locate>Album then play all.

Long winded I know - beginning to wonder why I suggested it!
Title: Re: Shuffle by album
Post by: bspachman on August 23, 2003, 06:54:47 am
Quote
Is it possible for playback to shuffle by album in addition to song.

Like JLee said, it's not inherently built-in to MC. However, you can accomplish it by creating 2 smartlists with the smartlist wizard.

Smartlist 1--Number of albums to shuffle:
"Limit: (x) tracks; Track #:=1"

Smartlist 2--Shuffle by album playback:
"Modifier: Full Albums; Playlist: (Smartlist 1); Sort: [Album],[Track #]"

The (x) and (Smartlist 1) values should be filled in by how many albums you want to shuffle and the name of the 1st smartlist respectively. Then just play Smartlist #2...

See http://www.musicex.com/cgi-bin/yabb/YaBB.cgi?board=MediaCenter;action=display;num=1052332509 for more details and some small issues with this method.

However, it works pretty well for me.

Best,
Brad
Title: Re: Shuffle by album
Post by: aussie1 on August 23, 2003, 10:26:49 pm
Thanks!