How to create random album autoplaylist?

Get answers about using MediaMonkey 4 for Windows.

Moderator: Gurus

mmfan
Posts: 113
Joined: Mon Nov 21, 2005 4:59 pm

How to create random album autoplaylist?

Post by mmfan »

Hello,
I've been trying to figure out how to create a random album autoplaylist if that is possible? I want whenever I click on it, all the songs from a particular album would populate it.
y8 | Miniclip | y3 | friv | ben10 |
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: How to create random album autoplaylist?

Post by nohitter151 »

Here's what I use:
Image
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
mmfan
Posts: 113
Joined: Mon Nov 21, 2005 4:59 pm

Re: How to create random album autoplaylist?

Post by mmfan »

the method above still list more than one album...I just want 1 album randomly...any other method?
Also is there such thing as "Random Artist" in the work?
y8 | Miniclip | y3 | friv | ben10 |
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: How to create random album autoplaylist?

Post by nohitter151 »

mmfan wrote:the method above still list more than one album...I just want 1 album randomly...any other method?
Also is there such thing as "Random Artist" in the work?
Oh, didn't realize that from your original post. No, you can't limit it to one album and there is no such thing as 'Random Artist'.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
Lowlander
Posts: 56586
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: How to create random album autoplaylist?

Post by Lowlander »

You might want to check out the Auto Album DJ script as it might serve you.
mmfan
Posts: 113
Joined: Mon Nov 21, 2005 4:59 pm

Re: How to create random album autoplaylist?

Post by mmfan »

thanks for replies, I guess for now I'll stick first solution and limit tracks to 20 since most album is with that. Hope future version will have this feature.
y8 | Miniclip | y3 | friv | ben10 |
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Re: How to create random album autoplaylist?

Post by onenonymous »

You can do this with MagicNodes using this mask:

Code: Select all

<Group|Name:Random...>\One random complete album|Icon:Top level|SQL filter: Songs.IDAlbum IN (SELECT IDAlbum FROM Songs GROUP  BY IDAlbum HAVING Count(TrackNumber) = Max(Cast(TrackNumber As integer)) AND Count(TrackNumber) > 3)\<Album|Sort order:Random|Top:1>
mmfan
Posts: 113
Joined: Mon Nov 21, 2005 4:59 pm

Re: How to create random album autoplaylist?

Post by mmfan »

onenonymous wrote:You can do this with MagicNodes using this mask:
Sir, my hat's off for you! Kinda overwhelmed by the thing for now, tho i got it! Thank you very much!
y8 | Miniclip | y3 | friv | ben10 |
Post Reply