aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/emms.texinfo: small typo fixYoni Rabkin2016-12-211-3/+3
| | | | Thank you to Stefan Kangas <stefan@marxist.se>.
* * doc/developer-release.txt: add online manual update to list.Yoni Rabkin2016-11-081-1/+2
|
* * doc/developer-release.txt: add exampleYoni Rabkin2016-11-081-1/+1
|
* * lisp/emms-stream-info.el: Remove preference and document.Yoni Rabkin2016-11-071-3/+22
| | | | | | Removes the built-in preference for mplayer, but also clearly documents how one would go about choosing either mplayer or vlc to query the streams.
* * doc/developer-release.txt: add noteYoni Rabkin2016-05-311-1/+2
|
* Prepare 4.1 release.Yoni Rabkin2016-05-311-3/+4
|
* Add emms-show-all to NEWS and manual.Yoni Rabkin2016-03-041-0/+6
|
* * doc/emms.texinfo: bump copyright yearYoni Rabkin2016-02-281-1/+1
|
* * doc/emms.texinfo: Document the emms-setup.el change.Yoni Rabkin2015-12-111-53/+19
|
* * doc/emms.texinfo: Make it read better.Yoni Rabkin2015-12-111-4/+5
|
* * doc/emms.texinfo: Reorganize.Yoni Rabkin2015-12-101-250/+259
| | | | | Move the Quickstart Guide chapter to the very beginning and re-write it to be the tl;dr of the manual.
* * doc/emms.texinfo: Out of date.Yoni Rabkin2015-12-101-3/+0
|
* * doc/emms.texinfo: Bump copyright year.Yoni Rabkin2015-12-101-2/+2
|
* Added setting volume via PulseAudio.Yoni Rabkin2015-03-161-2/+2
| | | | | | Possible to set volume via PulseAudio pactl via emms-volume-pulse.el. Patch by Rasmus Pank Roulund <emacs@pank.eu>.
* Fix bug in introduced in 428d662rasmus2015-03-101-1/+1
| | | | | - emms.texinfo: used wrong variable. - emms-librefm-scrobbler.el: remove warning.
* emms-librefm-scrobbler.el: use authinfoRasmus2015-03-081-3/+12
| | | | | | 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.
* Handle covers with different file extensionsrasmus2015-03-081-5/+5
| | | | | | 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.
* * doc/emms.texinfo: Document emms-print-metadata.Yoni Rabkin2014-10-151-6/+40
|
* * doc/emms.texinfo: Add documentation note.Yoni Rabkin2014-08-031-2/+7
| | | | Thanks to Alexis <flexibeast@gmail.com>.
* Correct documentation.Yoni Rabkin2014-07-281-3/+3
| | | | Changes by Alexis <flexibeast@gmail.com>.
* Bump makefile release version.Yoni Rabkin2014-06-301-0/+8
|
* * doc/emms.texinfo: Space out nodes.Yoni Rabkin2014-04-171-4/+96
| | | | This makes editing a bit easier.
* * doc/Makefile: Add clean target.Yoni Rabkin2014-04-171-0/+3
|
* * doc/emms.texinfo: Document GNU FM support.Yoni Rabkin2014-04-071-5/+75
|
* * doc/emms.texinfo: Remove reference to Last.fm support.Johnathan Rabkin2014-02-221-161/+0
| | | | | | | 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.
* * doc/gpl.texi: Fix compilation under texinfo 5.1Johnathan Rabkin2013-08-191-2/+1
| | | | | | | | 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.
* * doc/emms.texinfo: Close @defun statement.Johnathan Rabkin2013-08-161-0/+1
|
* Play tracks randomlyDaimrod2013-05-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [[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'.
* Remove emms-playlist-sort-by-score from documentation.Arnaud Fontaine2012-12-191-4/+0
| | | | Followup of f57b1526ff9219b70f6de29b5808257750b2ae0c.
* * doc/emms.texinfo: Document emms-lastfm-client-info.Yoni Rabkin2011-01-271-1/+4
|
* Update copyright years.Yoni Rabkin2011-01-271-1/+1
|
* * doc/emms.texinfo: Document new station.Yoni Rabkin2010-12-051-0/+2
|
* * doc/emms.texinfo: Record Last.fm station changes.Yoni Rabkin2010-10-291-0/+7
|
* Add scrobbling of local tracks to Last.fm support.Yoni Rabkin2010-09-161-0/+27
| | | | From: Bram van der Kroef <bram@fortfrances.com>
* * doc/emms.texinfo: Remove because it ain't true no more.Yoni Rabkin2010-08-041-4/+0
|
* Documented emms-playlist-mode-last independently.Tim Landscheidt2010-07-071-3/+4
| | | | | * doc/emms.texinfo: Documented emms-playlist-mode-last independently following the example of other `pairs' of functions.
* Update emms-lastfm-client.el (code + manual).Yoni Rabkin2010-07-021-8/+43
|
* Fix Texinfo error.Tim Landscheidt2010-06-201-1/+1
| | | | | * doc/emms.texinfo: Replace `@w' with `@w{}' to allow build of DVI, PDF & Co.; the info output doesn't change.
* * doc/emms.texinfo: Document emms-bookmarks.Yoni Rabkin2010-03-271-0/+19
|
* * doc/emms.texinfo: Whitespace cleanup.Yoni Rabkin2010-03-271-3/+3
|
* * doc/emms.texinfo: Update copyright years.Yoni Rabkin2010-03-271-1/+1
|
* Document emms-lastfm-client.elYoni Rabkin2010-03-271-137/+60
|
* Move emms-cue.el from emms-devel to emms-all and update manual.William Xu2010-03-191-4/+30
|
* * AUTHORS: add Jesse WLucas Bonnet2009-02-171-1/+4
| | | | * doc/emms.texinfo: display the licence
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* Ask before saving over an existing playlist file.Yoni Rabkin2008-09-021-4/+7
| | | | | | | 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>
* emms-lastfm: Complete artist names from cache.Michael Olson2008-08-091-4/+4
| | | | | | | | | | | | | | | | * 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.
* emms.texinfo: New advocacy section in the manual titled "Formats and Freedom".Yoni Rabkin2008-08-011-0/+28
|
* Update the Emms manual to point to the newly added lisp/ directory.Yoni Rabkin2008-07-051-2/+2
| | | | Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
* doc/gpl.texi: Remove trailing whitespace.Michael Olson2008-06-161-3/+3
|