| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Possible to set volume via PulseAudio pactl via emms-volume-pulse.el.
Patch by Rasmus Pank Roulund <emacs@pank.eu>.
|
|
|
|
|
| |
- emms.texinfo: used wrong variable.
- emms-librefm-scrobbler.el: remove warning.
|
|
|
|
|
|
| |
The recommended way to store libre.fm login details are now via
authinfo. See emms-librefm-scrobbler--username,
emms-librefm-scrobbler--password and the manual.
|
|
|
|
|
|
| |
Covers are can now have different file extensions. See
emms-browser-covers-file-extensions. The first file from
emms-browser--covers-filename, which is build when needed, is used.
|
| |
|
|
|
|
| |
Thanks to Alexis <flexibeast@gmail.com>.
|
|
|
|
| |
Changes by Alexis <flexibeast@gmail.com>.
|
| |
|
|
|
|
| |
This makes editing a bit easier.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Last.fm support has failed to track the API and licensing changes over
at Last.fm. While I wouldn't remove the code just yet, we should
remove it from the manual so that people don't get the impression that
it is actually working.
|
|
|
|
|
|
|
|
| |
The "@enumerate 0" for the "TERMS AND CONDITIONS" section should
finish before the "END OF TERMS AND CONDITIONS" heading. The "@end
enumerate" line is currently in the wrong place, so move it.
Fix thanks to Katherine Whitlock.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[[PGP Signed Part:No public key for 137354772B651894 created at 2013-05-10T19:49:58+0200 using RSA]]
Yoni Rabkin <yoni@rabkins.net> writes:
> Daimrod <daimrod@gmail.com> writes:
>
>> Yoni Rabkin <yoni@rabkins.net> writes:
>>
>>> Daimrod <daimrod@gmail.com> writes:
>>>
>>>> Hello,
>>>>
>>>> I've attached a small patch which adds `emms-toggle-random-playlist'. It
>>>> sets `emms-player-next-function' to either `emms-next-noerror' or
>>>> `emms-random'.
>>>
>>> How is this different from running M-x emms-shuffle on the playlist?
>>
>> I agree they're close, but this one doesn't shuffle the playlist and it
>> persists when the playlist is changed.
>
> I certainly have no problem with it; I was just making sure you were
> aware of emms-shuffle.
>
> If Lucas is fine with installing it (I don't think it needs assignment
> papers) I would ask that you please also send in a patch to the manual
> documenting this change.
I have already made a copyright assignment for Emacs and I have no
problem to do it for EMMS if it is required.
I've attached the patch with the documentation.
[2. text/x-diff; 0001-New-command-to-play-the-tracks-randomly.patch]
From b03cb56436a598a953fa49b456a88630f319b644 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= <gregoire.jadi@gmail.com>
Date: Fri, 10 May 2013 19:44:59 +0200
Subject: [PATCH] New command to play the tracks randomly
* lisp/emms.el (emms-random-playlist): An option to determine whether the
tracks are played randomly or sequentially.
(emms-toggle-random-playlist): Trigger the previous option and set
`emms-play-next-function' accordingly.
* doc/emms.texinfo(Core Functions): Document`emms-toggle-random-playlist'.
|
|
|
|
| |
Followup of f57b1526ff9219b70f6de29b5808257750b2ae0c.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
From: Bram van der Kroef <bram@fortfrances.com>
|
| |
|
|
|
|
|
| |
* doc/emms.texinfo: Documented emms-playlist-mode-last independently
following the example of other `pairs' of functions.
|
| |
|
|
|
|
|
| |
* doc/emms.texinfo: Replace `@w' with `@w{}' to allow build
of DVI, PDF & Co.; the info output doesn't change.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* doc/emms.texinfo: display the licence
|
| |
|
|
|
|
|
|
|
| |
As suggested on the mailing list, this feature can be turned off. The
appropriate documentation has been added to the Emms manual.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/emms.texinfo: Update copyright years.
(Last.fm radio): Update names of functions.
* lisp/emms-lastfm.el (emms-lastfm-read-artist): New function that reads
an artist from the user, doing completions from the EMMS track cache if
present.
(emms-play-lastfm-similar-artists): Rename from
emms-lastfm-radio-similar-artists. Use completion. Thanks to
Thierry Volpiatto for the initial implementation
(emms-play-lastfm-global-tag): Rename from
emms-lastfm-radio-global-tag.
(emms-play-lastfm-artist-fan): Rename from
emms-lastfm-radio-artist-fan. Use completion.
|
| |
|
|
|
|
| |
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
|
| |
|
|
I've been thinking about moving some parts of Emms to their own
directories in order to tidy up the distribution. Attached is a patch
which does this for the documentation. What do you people think?
>From 61459ce16456b31b119faefc6333007a023436d5 Mon Sep 17 00:00:00 2001
From: Yoni Rabkin <yonirabkin@member.fsf.org>
Date: Thu, 8 May 2008 23:58:07 +0300
Subject: [PATCH] Moved Emms documentation to a newly created doc directory.
As a first step in cleaning up the Emms distribution directory
structure, I've moved all the documentation to its own
directory. Makefiles have been created/updated accordingly.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
|