emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] Randomize playlist


From: Jorgen Schaefer
Subject: Re: [emms-help] Randomize playlist
Date: Thu, 23 Mar 2006 01:59:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Leon <address@hidden> writes:

> Dear all,
>
> When I use emms-play-directory, the files are always listed in the
> same order every time. Is there anyway to get a shuffled playlist in
> the *Music* buffer?

You can always M-x emms-shuffle after loading. If you don't like
that, you can also copy the source definition for directory or
directory-tree from emms-source-file.el and add to the end:

 (funcall emms-playlist-shuffle-function)

If you want to always play the same directory, you can also do
this:

(define-emms-combined-source my-stuff t
  '((emms-source-directory-tree "~/music/my-stuff/")))

and use M-x emms-play-my-stuff - the t there tells emms to
shuffle.

I hope this helps. If not, please ask again :-)

Greetings,
        -- Jorgen

-- 
((email . "address@hidden") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]