| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Add an option to specify the card amixer will control.
|
|
|
|
| |
Take into account destructive sorting. Patch thanks to Ian Dunn.
|
|
|
|
|
| |
Emms-source-file-directory-tree-find now follows symlinks. Thank you
Maxim Cournoyer for the patch.
|
|
|
|
| |
Sort playlist by file mtime.
|
| |
|
|
|
|
| |
Patch by tumashu <tumashu@163.com>.
|
|
|
|
| |
trivial patch by David Michael <fedora.dm0@gmail.com>
|
|
|
|
|
|
|
|
| |
Limits volume percentages between 0 and 100 by default. At least with
the Solaris sink, attempting to set a volume outside this range will
fail with a "connection terminated" error from pactl.
trivial patch by David Michael <fedora.dm0@gmail.com>
|
|
|
|
|
|
|
|
| |
This fixes auto playing not working. Seems @P3 is the new mpg321 signal
for song being over, so both P0 and P3 should be checked. SRC:
https://www.apt-browse.org/browse/debian/wheezy/main/i386/mpg321/0.3.2-1.1/file/usr/share/doc/mpg321/README.remote
Patch (trivial) from <pintolo1234@gmail.com>
|
| |
|
|
|
|
|
| |
Get the cover only when the album info is requested. Small patch by
Cedric Chepied <cedric.chepied@gmail.com>.
|
|
|
|
|
|
|
| |
The new emms-print-metadata is written in C++ and brings on board new
features from TagLib.
Patch by Petteri Hintsanen <petterih@iki.fi>.
|
|
|
|
| |
Replace the obsolete function with its up-to-date equivalent.
|
| |
|
|
|
|
| |
`toggle-read-only' is obsolete. Use `read-only-mode' instead.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Author: Daniel Dehennin <daniel.dehennin@baby-gnu.org>
emms-tag-editor: fix “query-replace-read-args” use
Since emacs commit 3ee4cd6482abbabb06630a6c725277d42061eee7[1] the
retult value of “query-replace-read-args” changed which broke
“emms-tag-editor-replace-in-tag”.
* lisp/emms-tag-editor.el: Remove last two elements from
query-replace-read-args results.
Footnotes:
[1] http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3ee4cd6482abbabb06630a6c725277d42061eee7
|
|
|
|
|
| |
Make cons cell usable when replacing a tag. Patch by Daniel Dehennin
<daniel.dehennin@baby-gnu.org>.
|
|
|
|
|
| |
Avoids FLAC tags duplication with old values. Patch by Daniel Dehennin
<daniel.dehennin@baby-gnu.org>.
|
|
|
|
|
| |
Remove streams which are defunct for one reason or another. Patch thanks
to Alejandro Erickson <alejandro.erickson@gmail.com>.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* lisp/emms-browser.el: setq requires an even number of arguments now.
|
|
|
|
|
| |
The functions `emms-devel' and `emms-standard' are now synonymous with
`emms-all' which loads everything.
|
|
|
|
|
|
| |
emms-browser-goto-random only considers item of lowest level. For
instance, in level 2 emms-browser-goto-random will only stop once an
albums has been found and so forth.
|
|
|
|
|
| |
- Use string-collate-lessp if available for alphabetic sorting.
- Use emms-browser-alpha-sort-function to sort in the browser.
|
|
|
|
| |
The function is used in emms-lyrics, but was not commited previously.
|
| |
|
|
|
|
| |
Note that not all backends know how to play through an https connection.
|
|
|
|
| |
Note that some player backends don't know how to handle https.
|
|
|
|
| |
move emms-volume directly to emms-browser mode map.
|
|
|
|
|
| |
Lyrics are now fetched from lyricwiki.org. It is possible to change the
url, but it assumes a certain order of the format string.
|
|
|
|
| |
Also bind +/- to emms-volume commands in the browser.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Add minimal instructions on how to enable scrobbling.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* emms-print-metadata.c (main): Better error message.
* emms-info-libtag.el
(emms-info-libtag): New group.
(emms-info-libtag-program-name): Change to defcustom.
(emms-info-libtag-known-extensions): New variable.
(emms-info-libtag): Use emms-info-libtag-known-extensions.
Two changes: First, emms-info-libtag tells the user that it may work
with other forms. Since emms-info-libtag-known-extensions is now a
regexp variable so users can easily add new extensions, if needed.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
This variable holds the set of common formats that most modern players
support. A new player definition should use this base list and add
formats specific to the new player in the player definition file.
|
| |
|